/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | pcspkr.c | 29 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()
|
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() 92 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() 111 if (type != EV_SND) in grover_spkr_event() 161 input_dev->evbit[0] = BIT_MASK(EV_SND); in sparcspkr_probe() 183 state->event(input_dev, EV_SND, SND_BELL, 0); in sparcspkr_shutdown() 240 state->event(input_dev, EV_SND, SND_BELL, 0); in bbc_remove() 319 state->event(input_dev, EV_SND, SND_BELL, 0); in grover_remove()
|
H A D | pwm-beeper.c | 85 if (type != EV_SND || value < 0) in pwm_beeper_event() 187 input_set_capability(beeper->input, EV_SND, SND_TONE); in pwm_beeper_probe() 188 input_set_capability(beeper->input, EV_SND, SND_BELL); in pwm_beeper_probe()
|
H A D | ixp4xx-beeper.c | 54 if (type != EV_SND) in ixp4xx_spkr_event() 108 input_dev->evbit[0] = BIT_MASK(EV_SND); in ixp4xx_spkr_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 | 616 if (type != EV_SND) in cm109_input_ev() 795 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_SND); in cm109_usb_probe()
|
/kernel/linux/linux-6.6/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() 111 pcspkr_event(NULL, EV_SND, SND_BELL, 0); in pcspkr_suspend() 119 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() 92 m68kspkr_event(NULL, EV_SND, SND_BELL, 0); in m68kspkr_shutdown()
|
H A D | sparcspkr.c | 74 if (type != EV_SND) in bbc_spkr_event() 112 if (type != EV_SND) in grover_spkr_event() 162 input_dev->evbit[0] = BIT_MASK(EV_SND); in sparcspkr_probe() 184 state->event(input_dev, EV_SND, SND_BELL, 0); in sparcspkr_shutdown() 241 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()
|
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 | 616 if (type != EV_SND) in cm109_input_ev() 795 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_SND); in cm109_usb_probe()
|
/kernel/linux/linux-5.10/sound/drivers/pcsp/ |
H A D | pcsp_input.c | 52 case EV_SND: in pcspkr_input_event() 92 input_dev->evbit[0] = BIT(EV_SND); in pcspkr_input_init()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | beep.c | 98 if (type != EV_SND) in snd_pmac_beep_event() 230 input_dev->evbit[0] = BIT_MASK(EV_SND); in snd_pmac_attach_beep()
|
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | beep.c | 98 if (type != EV_SND) in snd_pmac_beep_event() 233 input_dev->evbit[0] = BIT_MASK(EV_SND); in snd_pmac_attach_beep()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | sunkbd.c | 155 case EV_SND: in sunkbd_event() 308 BIT_MASK(EV_SND) | BIT_MASK(EV_REP); in sunkbd_connect()
|
H A D | goldfish_events.c | 156 events_import_bits(edev, input_dev->sndbit, EV_SND, SND_MAX); in events_probe()
|
H A D | lkkbd.c | 539 case EV_SND: in lkkbd_event() 645 __set_bit(EV_SND, input_dev->evbit); in lkkbd_connect()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | sunkbd.c | 152 case EV_SND: in sunkbd_event() 305 BIT_MASK(EV_SND) | BIT_MASK(EV_REP); in sunkbd_connect()
|
H A D | goldfish_events.c | 156 events_import_bits(edev, input_dev->sndbit, EV_SND, SND_MAX); in events_probe()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | keyboard.c | 240 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() 1520 if (test_bit(EV_SND, dev->evbit)) in kbd_match() 1601 .evbit = { BIT_MASK(EV_SND) },
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | keyboard.c | 254 if (test_bit(EV_SND, dev->evbit)) { in kd_sound_helper() 256 input_inject_event(handle, EV_SND, SND_TONE, *hz); in kd_sound_helper() 261 input_inject_event(handle, EV_SND, SND_BELL, *hz ? 1 : 0); in kd_sound_helper() 1554 if (test_bit(EV_SND, dev->evbit)) in kbd_match() 1635 .evbit = { BIT_MASK(EV_SND) },
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-pca9532.c | 229 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event() 417 data->idev->evbit[0] = BIT_MASK(EV_SND); in pca9532_configure()
|