Searched refs:sndbit (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/pcsp/
H A Dpcsp_input.c97 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/misc/
H A Dm68kspkr.c69 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
H A Dpcspkr.c91 pcspkr_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
H A Dixp4xx-beeper.c114 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
H A Dpwm-beeper.c102 beeper->input->sndbit[0] = BIT(SND_TONE) | BIT(SND_BELL);
H A Dsparcspkr.c161 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
H A Dcm109.c758 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE);
H A Duinput.c672 retval = uinput_set_bit(arg, sndbit, SND_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_beep.c149 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.c243 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/input/
H A Dinput.c294 if (is_event_supported(code, dev->sndbit, SND_MAX)) {
829 MATCH_BIT(sndbit, SND_MAX);
1014 input_seq_print_bitmap(seq, "SND", dev->sndbit, SND_MAX);
1200 's', id->sndbit, 0, SND_MAX);
1441 INPUT_ADD_HOTPLUG_BM_VAR("SND=", dev->sndbit, SND_MAX);
1680 __set_bit(code, dev->sndbit);
H A Devdev.c511 case EV_SND: bits = dev->sndbit; len = SND_MAX; break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dlkkbd.c664 __set_bit(SND_BELL, input_dev->sndbit);
665 __set_bit(SND_CLICK, input_dev->sndbit);
H A Dsunkbd.c303 input_dev->sndbit[0] = BIT_MASK(SND_CLICK) | 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.c231 if (test_bit(SND_TONE, dev->sndbit)) {
236 if (test_bit(SND_BELL, dev->sndbit))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmod_devicetable.h326 kernel_ulong_t sndbit[INPUT_DEVICE_ID_SND_MAX / BITS_PER_LONG + 1]; member in struct:input_device_id
H A Dinput.h1081 * @sndbit: bitmap of sound effects supported by the device
1162 unsigned long sndbit[BITS_TO_LONGS(SND_CNT)]; member in struct:input_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-pca9532.c258 data->idev->sndbit[0] = BIT_MASK(SND_BELL) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dfile2alias.c634 do_input(alias, id->sndbit, 0, INPUT_DEVICE_ID_SND_MAX);

Completed in 285 milliseconds