| /linux/drivers/input/misc/ |
| H A D | pcspkr.c | 29 if (type != EV_SND) in pcspkr_event() 83 pcspkr_dev->evbit[0] = BIT_MASK(EV_SND); in pcspkr_probe() 104 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_remove() 109 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_suspend() 117 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_shutdown()
|
| H A D | m68kspkr.c | 29 if (type != EV_SND) in m68kspkr_event() 63 input_dev->evbit[0] = BIT_MASK(EV_SND); in m68kspkr_probe() 84 m68kspkr_event(NULL, EV_SND, SND_BELL, 0); in m68kspkr_remove() 90 m68kspkr_event(NULL, EV_SND, SND_BELL, 0); in m68kspkr_shutdown()
|
| H A D | sparcspkr.c | 73 if (type != EV_SND) in bbc_spkr_event() 113 if (type != EV_SND) in grover_spkr_event() 166 input_dev->evbit[0] = BIT_MASK(EV_SND); in sparcspkr_probe() 188 state->event(input_dev, EV_SND, SND_BELL, 0); in sparcspkr_shutdown() 236 state->event(input_dev, EV_SND, SND_BELL, 0); in bbc_remove() 309 state->event(input_dev, EV_SND, SND_BELL, 0); in grover_remove()
|
| H A D | qnap-mcu-input.c | 68 if (type != EV_SND || (code != SND_BELL && code != SND_TONE)) in qnap_mcu_input_event() 124 input_set_capability(input, EV_SND, SND_BELL); in qnap_mcu_input_probe() 125 input_set_capability(input, EV_SND, SND_TONE); in qnap_mcu_input_probe()
|
| H A D | pwm-beeper.c | 85 if (type != EV_SND || value < 0) in pwm_beeper_event() 178 input_set_capability(beeper->input, EV_SND, SND_TONE); in pwm_beeper_probe() 179 input_set_capability(beeper->input, EV_SND, SND_BELL); in pwm_beeper_probe()
|
| H A D | gpio-beeper.c | 40 if (type != EV_SND || code != SND_BELL) in gpio_beeper_event() 88 input_set_capability(input, EV_SND, SND_BELL); in gpio_beeper_probe()
|
| H A D | cm109.c | 607 if (type != EV_SND) in cm109_input_ev() 786 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_SND); in cm109_usb_probe()
|
| /linux/sound/drivers/pcsp/ |
| H A D | pcsp_input.c | 52 case EV_SND: in pcspkr_input_event() 93 input_dev->evbit[0] = BIT(EV_SND); in pcspkr_input_init()
|
| /linux/sound/ppc/ |
| H A D | beep.c | 97 if (type != EV_SND) in snd_pmac_beep_event() 228 input_dev->evbit[0] = BIT_MASK(EV_SND); in snd_pmac_attach_beep()
|
| /linux/drivers/input/keyboard/ |
| H A D | sunkbd.c | 152 case EV_SND: in sunkbd_event() 304 BIT_MASK(EV_SND) | BIT_MASK(EV_REP); in sunkbd_connect()
|
| H A D | lkkbd.c | 536 case EV_SND: in lkkbd_event() 642 __set_bit(EV_SND, input_dev->evbit); in lkkbd_connect()
|
| H A D | goldfish_events.c | 156 events_import_bits(edev, input_dev->sndbit, EV_SND, SND_MAX); in events_probe()
|
| /linux/drivers/leds/ |
| H A D | leds-pca9532.c | 268 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event() 455 data->idev->evbit[0] = BIT_MASK(EV_SND); in pca9532_configure()
|
| /linux/sound/hda/common/ |
| H A D | beep.c | 254 input_dev->evbit[0] = BIT_MASK(EV_SND); in snd_hda_attach_beep_device()
|
| /linux/drivers/input/ |
| H A D | evdev.c | 67 [EV_SND] = SND_CNT, in evdev_get_mask_cnt() 791 case EV_SND: bits = dev->sndbit; len = SND_MAX; break; in handle_eviocgbit() 1161 return evdev_handle_get_val(client, dev, EV_SND, dev->snd, in evdev_do_ioctl()
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l56.c | 1068 input_event(cs42l56->beep, EV_SND, SND_TONE, time); in beep_store() 1093 cs42l56->beep->evbit[0] = BIT_MASK(EV_SND); in cs42l56_init_beep()
|
| H A D | cs42l52.c | 991 input_event(cs42l52->beep, EV_SND, SND_TONE, time); in beep_store() 1016 cs42l52->beep->evbit[0] = BIT_MASK(EV_SND); in cs42l52_init_beep()
|
| H A D | wm8962.c | 3351 input_event(wm8962->beep, EV_SND, SND_TONE, time); in wm8962_init_beep() 3376 wm8962->beep->evbit[0] = BIT_MASK(EV_SND); in wm8962_set_gpio_mode()
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 66 * EV_SND: 313 EV_SND section in Event codes 316 EV_SND events are used for sending sound commands to simple sound output
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3149 [EV_SND] = "Sound", [EV_REP] = "Repeat", 3614 [EV_SND] = sounds, [EV_REP] = repeats,
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 46 #define EV_SND 0x12 45 #define EV_SND global() macro
|
| /linux/drivers/virtio/ |
| H A D | virtio_input.c | 303 virtinput_cfg_bits(vi, VIRTIO_INPUT_CFG_EV_BITS, EV_SND, in virtinput_probe()
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 46 #define EV_SND 0x12 macro
|