Lines Matching refs:pitch
123 int pitch,duration;
139 pitch= oldPitch= ctrl->bell_pitch;
151 * If we cannot do pitch, we want a single beep for on and two
157 pitch= HIGH_PITCH;
162 pitch= LOW_PITCH;
169 * If we cannot do pitch, we want a single beep for on and two
175 pitch= LOW_PITCH;
181 pitch= MID_PITCH;
189 pitch= MID_PITCH;
196 pitch= LOW_PITCH;
210 pitch= HIGH_PITCH;
222 pitch= HIGH_PITCH;
228 * Deep pitch when a SlowKey or BounceKey is rejected.
230 * If we cannot do pitch, we want single beeps.
239 pitch= CLICK_PITCH;
246 pitch= DEEP_PITCH;
249 /* Low followed by high pitch when a StickyKey is latched.
250 * High pitch when a StickyKey is locked.
251 * Low pitch when unlocked.
252 * If we cannot do pitch, two beeps for latch, nothing for
260 pitch= LOW_PITCH;
262 else pitch= HIGH_PITCH;
268 pitch= HIGH_PITCH;
274 pitch= LOW_PITCH;
284 ctrl->bell_pitch= pitch;