Home
last modified time | relevance | path

Searched refs:EV_SND (Results 1 – 20 of 20) sorted by relevance

/linux-3.4.99/drivers/input/misc/
Dpcspkr.c34 if (type != EV_SND) in pcspkr_event()
83 pcspkr_dev->evbit[0] = BIT_MASK(EV_SND); in pcspkr_probe()
105 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_remove()
112 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_suspend()
120 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_shutdown()
Dm68kspkr.c34 if (type != EV_SND) in m68kspkr_event()
68 input_dev->evbit[0] = BIT_MASK(EV_SND); in m68kspkr_probe()
90 m68kspkr_event(NULL, EV_SND, SND_BELL, 0); in m68kspkr_remove()
98 m68kspkr_event(NULL, EV_SND, SND_BELL, 0); in m68kspkr_shutdown()
Dsparcspkr.c72 if (type != EV_SND) in bbc_spkr_event()
110 if (type != EV_SND) in grover_spkr_event()
160 input_dev->evbit[0] = BIT_MASK(EV_SND); in sparcspkr_probe()
182 state->event(input_dev, EV_SND, SND_BELL, 0); in sparcspkr_shutdown()
239 state->event(input_dev, EV_SND, SND_BELL, 0); in bbc_remove()
320 state->event(input_dev, EV_SND, SND_BELL, 0); in grover_remove()
Dixp4xx-beeper.c58 if (type != EV_SND) in ixp4xx_spkr_event()
109 input_dev->evbit[0] = BIT_MASK(EV_SND); in ixp4xx_spkr_probe()
Dpwm-beeper.c38 if (type != EV_SND || value < 0) in pwm_beeper_event()
101 beeper->input->evbit[0] = BIT(EV_SND); in pwm_beeper_probe()
Dcm109.c579 if (type != EV_SND) in cm109_input_ev()
757 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_SND); in cm109_usb_probe()
/linux-3.4.99/sound/drivers/pcsp/
Dpcsp_input.c56 case EV_SND: in pcspkr_input_event()
96 input_dev->evbit[0] = BIT(EV_SND); in pcspkr_input_init()
/linux-3.4.99/sound/ppc/
Dbeep.c111 if (type != EV_SND) in snd_pmac_beep_event()
243 input_dev->evbit[0] = BIT_MASK(EV_SND); in snd_pmac_attach_beep()
/linux-3.4.99/drivers/input/keyboard/
Dsunkbd.c171 case EV_SND: in sunkbd_event()
300 BIT_MASK(EV_SND) | BIT_MASK(EV_REP); in sunkbd_connect()
Dlkkbd.c552 case EV_SND: in lkkbd_event()
658 __set_bit(EV_SND, input_dev->evbit); in lkkbd_connect()
/linux-3.4.99/drivers/leds/
Dleds-pca9532.c210 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event()
396 data->idev->evbit[0] = BIT_MASK(EV_SND); in pca9532_configure()
/linux-3.4.99/sound/pci/hda/
Dhda_beep.c149 input_dev->evbit[0] = BIT_MASK(EV_SND); in snd_hda_do_attach()
/linux-3.4.99/drivers/tty/vt/
Dkeyboard.c240 if (test_bit(EV_SND, dev->evbit)) { in kd_sound_helper()
242 input_inject_event(handle, EV_SND, SND_TONE, *hz); in kd_sound_helper()
247 input_inject_event(handle, EV_SND, SND_BELL, *hz ? 1 : 0); in kd_sound_helper()
1419 if (test_bit(EV_SND, dev->evbit)) in kbd_match()
1500 .evbit = { BIT_MASK(EV_SND) },
/linux-3.4.99/Documentation/input/
Devent-codes.txt51 * EV_SND:
208 EV_SND:
210 EV_SND events are used for sending sound commands to simple sound output
Dinput-programming.txt283 EV_SND - used for keyboard beeps.
294 if (type == EV_SND && code == SND_BELL) {
/linux-3.4.99/drivers/hid/
Dhid-debug.c617 [EV_SND] = "Sound", [EV_REP] = "Repeat",
883 [EV_SND] = sounds, [EV_REP] = repeats,
/linux-3.4.99/drivers/input/
Dinput.c294 case EV_SND: in input_handle_event()
1068 if (test_bit(EV_SND, dev->evbit)) in input_devices_seq_show()
1512 if (test_bit(EV_SND, dev->evbit)) in input_dev_uevent()
1729 case EV_SND: in input_set_capability()
Devdev.c539 case EV_SND: bits = dev->sndbit; len = SND_MAX; break; in handle_eviocgbit()
/linux-3.4.99/include/linux/
Dinput.h182 #define EV_SND 0x12 macro
/linux-3.4.99/sound/soc/codecs/
Dwm8962.c3176 input_event(wm8962->beep, EV_SND, SND_TONE, time); in wm8962_beep_set()
3201 wm8962->beep->evbit[0] = BIT_MASK(EV_SND); in wm8962_init_beep()