Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/misc/
Dpcspkr.c33 if (type != EV_SND) in pcspkr_event()
82 pcspkr_dev->evbit[0] = BIT_MASK(EV_SND); in pcspkr_probe()
103 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_remove()
110 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_suspend()
118 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()
89 m68kspkr_event(NULL, EV_SND, SND_BELL, 0); in m68kspkr_remove()
97 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()
238 state->event(input_dev, EV_SND, SND_BELL, 0); in bbc_remove()
317 state->event(input_dev, EV_SND, SND_BELL, 0); in grover_remove()
Dgpio-beeper.c44 if (type != EV_SND || code != SND_BELL) in gpio_beeper_event()
92 input_set_capability(input, EV_SND, SND_BELL); in gpio_beeper_probe()
Dixp4xx-beeper.c56 if (type != EV_SND) in ixp4xx_spkr_event()
109 input_dev->evbit[0] = BIT_MASK(EV_SND); in ixp4xx_spkr_probe()
Dpwm-beeper.c58 if (type != EV_SND || value < 0) in pwm_beeper_event()
135 beeper->input->evbit[0] = BIT(EV_SND); in pwm_beeper_probe()
Dcm109.c591 if (type != EV_SND) in cm109_input_ev()
770 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_SND); in cm109_usb_probe()
/linux-4.4.14/sound/drivers/pcsp/
Dpcsp_input.c57 case EV_SND: in pcspkr_input_event()
97 input_dev->evbit[0] = BIT(EV_SND); in pcspkr_input_init()
/linux-4.4.14/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-4.4.14/drivers/input/keyboard/
Dsunkbd.c170 case EV_SND: in sunkbd_event()
299 BIT_MASK(EV_SND) | BIT_MASK(EV_REP); in sunkbd_connect()
Dgoldfish_events.c163 events_import_bits(edev, input_dev->sndbit, EV_SND, SND_MAX); in events_probe()
Dlkkbd.c551 case EV_SND: in lkkbd_event()
657 __set_bit(EV_SND, input_dev->evbit); in lkkbd_connect()
/linux-4.4.14/drivers/leds/
Dleds-pca9532.c210 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event()
389 data->idev->evbit[0] = BIT_MASK(EV_SND); in pca9532_configure()
/linux-4.4.14/sound/pci/hda/
Dhda_beep.c172 input_dev->evbit[0] = BIT_MASK(EV_SND); in snd_hda_do_attach()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c232 if (test_bit(EV_SND, dev->evbit)) { in kd_sound_helper()
234 input_inject_event(handle, EV_SND, SND_TONE, *hz); in kd_sound_helper()
239 input_inject_event(handle, EV_SND, SND_BELL, *hz ? 1 : 0); in kd_sound_helper()
1488 if (test_bit(EV_SND, dev->evbit)) in kbd_match()
1569 .evbit = { BIT_MASK(EV_SND) },
/linux-4.4.14/Documentation/input/
Devent-codes.txt51 * EV_SND:
219 EV_SND:
221 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-4.4.14/drivers/hid/
Dhid-debug.c732 [EV_SND] = "Sound", [EV_REP] = "Repeat",
1017 [EV_SND] = sounds, [EV_REP] = repeats,
/linux-4.4.14/drivers/input/
Devdev.c77 [EV_SND] = SND_CNT, in evdev_get_mask_cnt()
821 case EV_SND: bits = dev->sndbit; len = SND_MAX; break; in handle_eviocgbit()
1193 return evdev_handle_get_val(client, dev, EV_SND, dev->snd, in evdev_do_ioctl()
Dinput.c341 case EV_SND: in input_get_disposition()
1167 if (test_bit(EV_SND, dev->evbit)) in input_devices_seq_show()
1612 if (test_bit(EV_SND, dev->evbit)) in input_dev_uevent()
1940 case EV_SND: in input_set_capability()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h44 #define EV_SND 0x12 macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h44 #define EV_SND 0x12 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h44 #define EV_SND 0x12 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h44 #define EV_SND 0x12 macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h44 #define EV_SND 0x12 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h44 #define EV_SND 0x12 macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h44 #define EV_SND 0x12 macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h44 #define EV_SND 0x12 macro
/linux-4.4.14/sound/soc/codecs/
Dcs42l52.c974 input_event(cs42l52->beep, EV_SND, SND_TONE, time); in cs42l52_beep_set()
999 cs42l52->beep->evbit[0] = BIT_MASK(EV_SND); in cs42l52_init_beep()
Dcs42l56.c1048 input_event(cs42l56->beep, EV_SND, SND_TONE, time); in cs42l56_beep_set()
1073 cs42l56->beep->evbit[0] = BIT_MASK(EV_SND); in cs42l56_init_beep()
Dwm8962.c3230 input_event(wm8962->beep, EV_SND, SND_TONE, time); in wm8962_beep_set()
3255 wm8962->beep->evbit[0] = BIT_MASK(EV_SND); in wm8962_init_beep()
/linux-4.4.14/drivers/virtio/
Dvirtio_input.c281 virtinput_cfg_bits(vi, VIRTIO_INPUT_CFG_EV_BITS, EV_SND, in virtinput_probe()