Searched refs:hda_beep (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_beep.c | 14 #include "hda_beep.h" 24 static void generate_tone(struct hda_beep *beep, int tone) in generate_tone() 46 struct hda_beep *beep = in snd_hda_generate_beep() 47 container_of(work, struct hda_beep, beep_work); in snd_hda_generate_beep() 60 static int beep_linear_tone(struct hda_beep *beep, int hz) in beep_linear_tone() 84 static int beep_standard_tone(struct hda_beep *beep, int hz) in beep_standard_tone() 99 struct hda_beep *beep = input_get_drvdata(dev); in snd_hda_beep_event() 121 static void turn_on_beep(struct hda_beep *beep) in turn_on_beep() 127 static void turn_off_beep(struct hda_beep *beep) in turn_off_beep() 145 struct hda_beep *bee in snd_hda_enable_beep_device() [all...] |
H A D | hda_beep.h | 18 struct hda_beep { struct 31 void (*power_hook)(struct hda_beep *beep, bool on);
|
H A D | Makefile | 11 snd-hda-codec-$(CONFIG_SND_HDA_INPUT_BEEP) += hda_beep.o
|
H A D | hda_generic.c | 27 #include "hda_beep.h" 4448 static void beep_power_hook(struct hda_beep *beep, bool on) in beep_power_hook()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_beep.c | 14 #include "hda_beep.h" 24 static void generate_tone(struct hda_beep *beep, int tone) in generate_tone() 46 struct hda_beep *beep = in snd_hda_generate_beep() 47 container_of(work, struct hda_beep, beep_work); in snd_hda_generate_beep() 60 static int beep_linear_tone(struct hda_beep *beep, int hz) in beep_linear_tone() 84 static int beep_standard_tone(struct hda_beep *beep, int hz) in beep_standard_tone() 99 struct hda_beep *beep = input_get_drvdata(dev); in snd_hda_beep_event() 121 static void turn_on_beep(struct hda_beep *beep) in turn_on_beep() 127 static void turn_off_beep(struct hda_beep *beep) in turn_off_beep() 145 struct hda_beep *bee in snd_hda_enable_beep_device() [all...] |
H A D | hda_beep.h | 18 struct hda_beep { struct 31 void (*power_hook)(struct hda_beep *beep, bool on);
|
H A D | Makefile | 10 snd-hda-codec-$(CONFIG_SND_HDA_INPUT_BEEP) += hda_beep.o
|
H A D | hda_generic.c | 27 #include "hda_beep.h" 4337 static void beep_power_hook(struct hda_beep *beep, bool on) in beep_power_hook()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 29 struct hda_beep; 196 struct hda_beep *beep;
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 26 struct hda_beep; 197 struct hda_beep *beep;
|
Completed in 21 milliseconds