| /linux/drivers/input/misc/ |
| H A 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() 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 | 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() 90 m68kspkr_event(NULL, EV_SND, SND_BELL, 0); in m68kspkr_shutdown()
|
| H A D | sparcspkr.c | 77 case SND_BELL: in bbc_spkr_event() 117 case SND_BELL: in grover_spkr_event() 167 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); 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 | 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 | 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()
|
| H A D | pwm-beeper.c | 89 case SND_BELL: in pwm_beeper_event() 179 input_set_capability(beeper->input, EV_SND, SND_BELL); in pwm_beeper_probe()
|
| H A D | cm109.c | 612 case SND_BELL: in cm109_input_ev() 787 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cm109_usb_probe()
|
| /linux/sound/drivers/pcsp/ |
| H A 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/drivers/input/keyboard/ |
| H A D | sunkbd.c | 160 case SND_BELL: in sunkbd_event() 216 SUNKBD_CMD_BELLOFF - !!test_bit(SND_BELL, sunkbd->dev->snd)); in sunkbd_set_leds_beeps() 307 input_dev->sndbit[0] = BIT_MASK(SND_CLICK) | BIT_MASK(SND_BELL); in sunkbd_connect()
|
| H A D | lkkbd.c | 542 case SND_BELL: in lkkbd_event() 597 if (test_bit(SND_BELL, lk->dev->snd)) in lkkbd_reinit() 648 __set_bit(SND_BELL, input_dev->sndbit); in lkkbd_connect()
|
| /linux/sound/ppc/ |
| H A D | beep.c | 101 case SND_BELL: if (hz) hz = 1000; break; in snd_pmac_beep_event() 229 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in snd_pmac_attach_beep()
|
| /linux/sound/hda/common/ |
| H A D | beep.c | 103 case SND_BELL: in snd_hda_beep_event() 255 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in snd_hda_attach_beep_device()
|
| /linux/drivers/leds/ |
| H A D | leds-pca9532.c | 268 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event() 456 data->idev->sndbit[0] = BIT_MASK(SND_BELL) | in pca9532_configure()
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l56.c | 1041 case SND_BELL: in cs42l56_beep_event() 1094 cs42l56->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cs42l56_init_beep()
|
| H A D | cs42l52.c | 964 case SND_BELL: in cs42l52_beep_event() 1017 cs42l52->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cs42l52_init_beep()
|
| H A D | wm8962.c | 3324 case SND_BELL: in wm8962_init_beep() 3377 wm8962->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in wm8962_set_gpio_mode()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 1003 #define SND_BELL 0x01 973 #define SND_BELL global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 1003 #define SND_BELL 0x01 macro
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3561 [SND_CLICK] = "Click", [SND_BELL] = "Bell",
|