Searched refs:EV_SND (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/input/misc/
H A Dpcspkr.c29 if (type != EV_SND)
83 pcspkr_dev->evbit[0] = BIT_MASK(EV_SND);
104 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
109 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
117 pcspkr_event(NULL, EV_SND, SND_BELL, 0);
H A Dm68kspkr.c29 if (type != EV_SND)
63 input_dev->evbit[0] = BIT_MASK(EV_SND);
84 m68kspkr_event(NULL, EV_SND, SND_BELL, 0);
90 m68kspkr_event(NULL, EV_SND, SND_BELL, 0);
H A Dsparcspkr.c74 if (type != EV_SND)
112 if (type != EV_SND)
162 input_dev->evbit[0] = BIT_MASK(EV_SND);
184 state->event(input_dev, EV_SND, SND_BELL, 0);
241 state->event(input_dev, EV_SND, SND_BELL, 0);
318 state->event(input_dev, EV_SND, SND_BELL, 0);
H A Dgpio-beeper.c40 if (type != EV_SND || code != SND_BELL)
88 input_set_capability(input, EV_SND, SND_BELL);
H A Dpwm-beeper.c85 if (type != EV_SND || value < 0)
178 input_set_capability(beeper->input, EV_SND, SND_TONE);
179 input_set_capability(beeper->input, EV_SND, SND_BELL);
H A Dcm109.c616 if (type != EV_SND)
795 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_SND);
/linux-master/sound/drivers/pcsp/
H A Dpcsp_input.c52 case EV_SND:
93 input_dev->evbit[0] = BIT(EV_SND);
/linux-master/sound/ppc/
H A Dbeep.c98 if (type != EV_SND)
233 input_dev->evbit[0] = BIT_MASK(EV_SND);
/linux-master/drivers/input/keyboard/
H A Dsunkbd.c152 case EV_SND:
305 BIT_MASK(EV_SND) | BIT_MASK(EV_REP);
H A Dgoldfish_events.c156 events_import_bits(edev, input_dev->sndbit, EV_SND, SND_MAX);
H A Dlkkbd.c536 case EV_SND:
642 __set_bit(EV_SND, input_dev->evbit);
/linux-master/sound/pci/hda/
H A Dhda_beep.c251 input_dev->evbit[0] = BIT_MASK(EV_SND);
/linux-master/drivers/tty/vt/
H A Dkeyboard.c254 if (test_bit(EV_SND, dev->evbit)) {
256 input_inject_event(handle, EV_SND, SND_TONE, *hz);
261 input_inject_event(handle, EV_SND, SND_BELL, *hz ? 1 : 0);
1554 if (test_bit(EV_SND, dev->evbit))
1635 .evbit = { BIT_MASK(EV_SND) },
/linux-master/drivers/leds/
H A Dleds-pca9532.c227 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE)))
410 data->idev->evbit[0] = BIT_MASK(EV_SND);
/linux-master/drivers/input/
H A Devdev.c67 [EV_SND] = SND_CNT,
793 case EV_SND: bits = dev->sndbit; len = SND_MAX; break;
1163 return evdev_handle_get_val(client, dev, EV_SND, dev->snd,
H A Dinput.c60 [EV_SND] = SND_MAX,
321 case EV_SND:
1228 if (test_bit(EV_SND, dev->evbit))
1710 if (test_bit(EV_SND, dev->evbit))
2139 case EV_SND:
/linux-master/drivers/virtio/
H A Dvirtio_input.c299 virtinput_cfg_bits(vi, VIRTIO_INPUT_CFG_EV_BITS, EV_SND,
/linux-master/sound/soc/codecs/
H A Dcs42l52.c973 input_event(cs42l52->beep, EV_SND, SND_TONE, time);
998 cs42l52->beep->evbit[0] = BIT_MASK(EV_SND);
H A Dcs42l56.c1035 input_event(cs42l56->beep, EV_SND, SND_TONE, time);
1060 cs42l56->beep->evbit[0] = BIT_MASK(EV_SND);
H A Dwm8962.c3306 input_event(wm8962->beep, EV_SND, SND_TONE, time);
3331 wm8962->beep->evbit[0] = BIT_MASK(EV_SND);
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h45 #define EV_SND 0x12 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h45 #define EV_SND 0x12 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h45 #define EV_SND 0x12 macro
/linux-master/drivers/hid/
H A Dhid-debug.c754 [EV_SND] = "Sound", [EV_REP] = "Repeat",
1060 [EV_SND] = sounds, [EV_REP] = repeats,

Completed in 276 milliseconds