| /OK3568_Linux_fs/kernel/sound/drivers/pcsp/ |
| H A D | pcsp_input.c | 57 case SND_TONE: in pcspkr_input_event() 93 input_dev->sndbit[0] = BIT(SND_BELL) | BIT(SND_TONE); in pcspkr_input_init()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | pcspkr.c | 36 case SND_TONE: in pcspkr_event() 83 pcspkr_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in pcspkr_probe()
|
| H A D | m68kspkr.c | 34 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 D | ixp4xx-beeper.c | 61 case SND_TONE: in ixp4xx_spkr_event() 109 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in ixp4xx_spkr_probe()
|
| H A D | sparcspkr.c | 78 case SND_TONE: break; in bbc_spkr_event() 116 case SND_TONE: break; in grover_spkr_event() 162 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in sparcspkr_probe()
|
| H A D | pwm-beeper.c | 92 case SND_TONE: in pwm_beeper_event() 187 input_set_capability(beeper->input, EV_SND, SND_TONE); in pwm_beeper_probe()
|
| H A D | cm109.c | 620 case SND_TONE: in cm109_input_ev() 796 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cm109_usb_probe()
|
| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | beep.c | 103 case SND_TONE: break; in snd_pmac_beep_event() 231 input_dev->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in snd_pmac_attach_beep()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_beep.c | 106 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()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | cs42l52.c | 949 case SND_TONE: in cs42l52_beep_event() 973 input_event(cs42l52->beep, EV_SND, SND_TONE, time); in cs42l52_beep_set() 999 cs42l52->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cs42l52_init_beep()
|
| H A D | cs42l56.c | 1011 case SND_TONE: in cs42l56_beep_event() 1035 input_event(cs42l56->beep, EV_SND, SND_TONE, time); in cs42l56_beep_set() 1061 cs42l56->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in cs42l56_init_beep()
|
| H A D | wm8962.c | 3259 case SND_TONE: in wm8962_beep_event() 3283 input_event(wm8962->beep, EV_SND, SND_TONE, time); in wm8962_beep_set() 3309 wm8962->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in wm8962_init_beep()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-pca9532.c | 229 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event() 419 BIT_MASK(SND_TONE); in pca9532_configure()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/beep/files/ |
| H A D | linux-input.patch | 99 + e.code = SND_TONE;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 855 #define SND_TONE 0x02 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 855 #define SND_TONE 0x02 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 801 #define SND_TONE 0x02 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 768 #define SND_TONE 0x02 macro
|
| H A D | linux-event-codes.h | 948 #define SND_TONE 0x02 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 948 #define SND_TONE 0x02 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 241 if (test_bit(SND_TONE, dev->sndbit)) { in kd_sound_helper() 242 input_inject_event(handle, EV_SND, SND_TONE, *hz); in kd_sound_helper()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 999 [SND_TONE] = "Tone"
|