Searched refs:EV_SND (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dpcspkr.c34 if (type != EV_SND)
83 pcspkr_dev->evbit[0] = BIT(EV_SND);
105 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
112 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
120 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
H A Dm68kspkr.c34 if (type != EV_SND)
68 input_dev->evbit[0] = BIT(EV_SND);
90 m68kspkr_event(NULL, EV_SND, SND_BELL, 0);
98 m68kspkr_event(NULL, EV_SND, SND_BELL, 0);
H A Dsparcspkr.c35 if (type != EV_SND)
68 if (type != EV_SND)
118 input_dev->evbit[0] = BIT(EV_SND);
140 state->event(input_dev, EV_SND, SND_BELL, 0);
156 state->event(input_dev, EV_SND, SND_BELL, 0);
H A Dixp4xx-beeper.c57 if (type != EV_SND)
112 input_dev->evbit[0] = BIT(EV_SND);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dkeyboard.c207 if (test_bit(EV_SND, handle->dev->evbit)) {
209 input_inject_event(handle, EV_SND, SND_TONE, 0);
211 input_inject_event(handle, EV_SND, SND_BELL, 0);
227 if (test_bit(EV_SND, handle->dev->evbit)) {
229 input_inject_event(handle, EV_SND, SND_TONE, hz);
233 input_inject_event(handle, EV_SND, SND_BELL, 1);
1274 if (i == BTN_MISC && !test_bit(EV_SND, dev->evbit))
1335 .evbit = { BIT(EV_SND) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dbeep.c112 if (type != EV_SND)
238 input_dev->evbit[0] = BIT(EV_SND);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dsunkbd.c161 case EV_SND:
280 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_LED) | BIT(EV_SND) | BIT(EV_REP);
H A Dlkkbd.c538 case EV_SND:
676 set_bit (EV_SND, input_dev->evbit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c502 [EV_SND] = "Sound", [EV_REP] = "Repeat",
756 [EV_SND] = sounds, [EV_REP] = repeats,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dinput.c152 case EV_SND:
557 if (test_bit(EV_SND, dev->evbit))
978 if (test_bit(EV_SND, dev->evbit))
1084 case EV_SND:
H A Devdev.c524 case EV_SND: bits = dev->sndbit; len = SND_MAX; break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h95 #define EV_SND 0x12 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c1298 if (type != EV_SND)
2920 awacs_beep_dev->evbit[0] = BIT(EV_SND);

Completed in 374 milliseconds