Home
last modified time | relevance | path

Searched refs:SND_TONE (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/sound/drivers/pcsp/
H A Dpcsp_input.c58 case SND_TONE: in pcspkr_input_event()
94 input_dev->sndbit[0] = BIT(SND_BELL) | BIT(SND_TONE); in pcspkr_input_init()
/openbmc/linux/drivers/input/misc/
H A Dpcspkr.c37 case SND_TONE: in pcspkr_event()
84 pcspkr_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in pcspkr_probe()
H A Dm68kspkr.c34 case SND_TONE: break; in m68kspkr_event()
64 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in m68kspkr_probe()
H A Dsparcspkr.c79 case SND_TONE: break; in bbc_spkr_event()
117 case SND_TONE: break; in grover_spkr_event()
163 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in sparcspkr_probe()
H A Dpwm-beeper.c92 case SND_TONE: in pwm_beeper_event()
178 input_set_capability(beeper->input, EV_SND, SND_TONE); in pwm_beeper_probe()
H A Dcm109.c620 case SND_TONE: in cm109_input_ev()
796 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cm109_usb_probe()
/openbmc/linux/sound/ppc/
H A Dbeep.c103 case SND_TONE: break; in snd_pmac_beep_event()
234 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in snd_pmac_attach_beep()
/openbmc/linux/sound/pci/hda/
H A Dhda_beep.c106 case SND_TONE: in snd_hda_beep_event()
253 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in snd_hda_attach_beep_device()
/openbmc/linux/sound/soc/codecs/
H A Dcs42l52.c950 case SND_TONE: in cs42l52_beep_event()
973 input_event(cs42l52->beep, EV_SND, SND_TONE, time); in beep_store()
999 cs42l52->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cs42l52_init_beep()
H A Dcs42l56.c1012 case SND_TONE: in cs42l56_beep_event()
1035 input_event(cs42l56->beep, EV_SND, SND_TONE, time); in beep_store()
1061 cs42l56->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cs42l56_init_beep()
H A Dwm8962.c3283 case SND_TONE: in wm8962_beep_event()
3306 input_event(wm8962->beep, EV_SND, SND_TONE, time); in beep_store()
3332 wm8962->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in wm8962_init_beep()
/openbmc/linux/drivers/leds/
H A Dleds-pca9532.c227 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event()
412 BIT_MASK(SND_TONE); in pca9532_configure()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h801 #define SND_TONE 0x02 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h976 #define SND_TONE 0x02 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h976 #define SND_TONE 0x02 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h976 #define SND_TONE 0x02 macro
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c255 if (test_bit(SND_TONE, dev->sndbit)) { in kd_sound_helper()
256 input_inject_event(handle, EV_SND, SND_TONE, *hz); in kd_sound_helper()
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1055 [SND_TONE] = "Tone"
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp712 event.code = SND_TONE; in appMTMSetSignal()