/linux-5.19.10/drivers/input/misc/ |
D | pcspkr.c | 33 case SND_BELL: in pcspkr_event() 84 pcspkr_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); 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()
|
D | m68kspkr.c | 33 case SND_BELL: if (value) value = 1000; in m68kspkr_event() 64 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); 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()
|
D | sparcspkr.c | 77 case SND_BELL: if (value) value = 1000; in bbc_spkr_event() 115 case SND_BELL: if (value) value = 1000; in grover_spkr_event() 162 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); 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()
|
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()
|
D | pwm-beeper.c | 89 case SND_BELL: in pwm_beeper_event() 188 input_set_capability(beeper->input, EV_SND, SND_BELL); in pwm_beeper_probe()
|
D | cm109.c | 621 case SND_BELL: in cm109_input_ev() 796 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cm109_usb_probe()
|
/linux-5.19.10/sound/drivers/pcsp/ |
D | pcsp_input.c | 54 case SND_BELL: in pcspkr_input_event() 94 input_dev->sndbit[0] = BIT(SND_BELL) | BIT(SND_TONE); in pcspkr_input_init()
|
/linux-5.19.10/drivers/input/keyboard/ |
D | sunkbd.c | 163 case SND_BELL: in sunkbd_event() 219 SUNKBD_CMD_BELLOFF - !!test_bit(SND_BELL, sunkbd->dev->snd)); in sunkbd_set_leds_beeps() 311 input_dev->sndbit[0] = BIT_MASK(SND_CLICK) | BIT_MASK(SND_BELL); in sunkbd_connect()
|
D | lkkbd.c | 545 case SND_BELL: in lkkbd_event() 600 if (test_bit(SND_BELL, lk->dev->snd)) in lkkbd_reinit() 651 __set_bit(SND_BELL, input_dev->sndbit); in lkkbd_connect()
|
/linux-5.19.10/sound/ppc/ |
D | beep.c | 102 case SND_BELL: if (hz) hz = 1000; break; in snd_pmac_beep_event() 234 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in snd_pmac_attach_beep()
|
/linux-5.19.10/sound/pci/hda/ |
D | hda_beep.c | 102 case SND_BELL: in snd_hda_beep_event() 242 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in snd_hda_attach_beep_device()
|
/linux-5.19.10/drivers/leds/ |
D | leds-pca9532.c | 229 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event() 413 data->idev->sndbit[0] = BIT_MASK(SND_BELL) | in pca9532_configure()
|
/linux-5.19.10/sound/soc/codecs/ |
D | cs42l52.c | 946 case SND_BELL: in cs42l52_beep_event() 999 cs42l52->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cs42l52_init_beep()
|
D | cs42l56.c | 1008 case SND_BELL: in cs42l56_beep_event() 1061 cs42l56->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cs42l56_init_beep()
|
D | wm8962.c | 3217 case SND_BELL: in wm8962_beep_event() 3270 wm8962->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in wm8962_init_beep()
|
/linux-5.19.10/include/uapi/linux/ |
D | input-event-codes.h | 968 #define SND_BELL 0x01 macro
|
/linux-5.19.10/include/dt-bindings/input/ |
D | linux-event-codes.h | 968 #define SND_BELL 0x01 macro
|
/linux-5.19.10/drivers/tty/vt/ |
D | keyboard.c | 260 if (test_bit(SND_BELL, dev->sndbit)) in kd_sound_helper() 261 input_inject_event(handle, EV_SND, SND_BELL, *hz ? 1 : 0); in kd_sound_helper()
|
/linux-5.19.10/drivers/hid/ |
D | hid-debug.c | 1047 [SND_CLICK] = "Click", [SND_BELL] = "Bell",
|
/linux-5.19.10/Documentation/input/ |
D | input-programming.rst | 340 if (type == EV_SND && code == SND_BELL) {
|