Searched refs:SND_BELL (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dpcspkr.c45 case SND_BELL: if (value) value = 1000;
91 pcspkr_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
112 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
119 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
127 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
H A Dm68kspkr.c38 case SND_BELL: if (value) value = 1000;
69 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
90 m68kspkr_event(NULL, EV_SND, SND_BELL, 0);
98 m68kspkr_event(NULL, EV_SND, SND_BELL, 0);
H A Dsparcspkr.c76 case SND_BELL: if (value) value = 1000;
114 case SND_BELL: if (value) value = 1000;
161 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
182 state->event(input_dev, EV_SND, SND_BELL, 0);
241 state->event(input_dev, EV_SND, SND_BELL, 0);
322 state->event(input_dev, EV_SND, SND_BELL, 0);
H A Dixp4xx-beeper.c62 case SND_BELL:
114 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
H A Dpwm-beeper.c42 case SND_BELL:
102 beeper->input->sndbit[0] = BIT(SND_TONE) | BIT(SND_BELL);
H A Dcm109.c584 case SND_BELL:
758 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/pcsp/
H A Dpcsp_input.c58 case SND_BELL:
97 input_dev->sndbit[0] = BIT(SND_BELL) | BIT(SND_TONE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dsunkbd.c179 case SND_BELL:
239 SUNKBD_CMD_BELLOFF - !!test_bit(SND_BELL, sunkbd->dev->snd));
303 input_dev->sndbit[0] = BIT_MASK(SND_CLICK) | BIT_MASK(SND_BELL);
H A Dlkkbd.c558 case SND_BELL:
613 if (test_bit(SND_BELL, lk->dev->snd))
664 __set_bit(SND_BELL, input_dev->sndbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_beep.c99 case SND_BELL:
149 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dbeep.c115 case SND_BELL: if (hz) hz = 1000;
243 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-pca9532.c170 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE)))
258 data->idev->sndbit[0] = BIT_MASK(SND_BELL) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dkeyboard.c236 if (test_bit(SND_BELL, dev->sndbit))
237 input_inject_event(handle, EV_SND, SND_BELL, *hz ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-debug.c857 [SND_CLICK] = "Click", [SND_BELL] = "Bell",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h786 #define SND_BELL 0x01 macro

Completed in 189 milliseconds