Searched refs:hda_bus (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_codec.h | 38 struct hda_bus; 50 struct hda_bus { struct 77 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core) 186 struct hda_bus *bus; 310 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, 312 int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card, 375 snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex) in snd_hda_queue_unsol_event() 459 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, 469 int snd_hda_lock_devices(struct hda_bus *bus); 470 void snd_hda_unlock_devices(struct hda_bus *bus); [all …]
|
D | hda_sysfs.c | 539 static void parse_codec_mode(char *buf, struct hda_bus *bus, in parse_codec_mode() 562 static void parse_pincfg_mode(char *buf, struct hda_bus *bus, in parse_pincfg_mode() 568 static void parse_verb_mode(char *buf, struct hda_bus *bus, in parse_verb_mode() 574 static void parse_hint_mode(char *buf, struct hda_bus *bus, in parse_hint_mode() 580 static void parse_model_mode(char *buf, struct hda_bus *bus, in parse_model_mode() 587 static void parse_chip_name_mode(char *buf, struct hda_bus *bus, in parse_chip_name_mode() 594 static void parse_##name##_mode(char *buf, struct hda_bus *bus, \ 610 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc); 656 static int parse_line_mode(char *buf, struct hda_bus *bus) in parse_line_mode() 714 int snd_hda_load_patch(struct hda_bus *bus, size_t fw_size, const void *fw_buf) in snd_hda_load_patch()
|
D | hda_codec.c | 54 struct hda_bus *bus = codec->bus; in codec_exec_verb() 856 static int snd_hda_codec_device_init(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_device_init() 895 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_new() 908 int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_device_new() 1719 int snd_hda_lock_devices(struct hda_bus *bus) in snd_hda_lock_devices() 1756 void snd_hda_unlock_devices(struct hda_bus *bus) in snd_hda_unlock_devices() 1778 struct hda_bus *bus = codec->bus; in snd_hda_codec_reset() 2441 struct hda_bus *bus = codec->bus; in snd_hda_create_dig_out_ctls() 3140 static int get_empty_pcm_device(struct hda_bus *bus, unsigned int type) in get_empty_pcm_device() 3229 struct hda_bus *bus = codec->bus; in snd_hda_codec_build_pcms() [all …]
|
D | hda_controller.h | 116 struct hda_bus bus;
|
D | hda_controller.c | 725 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, in snd_hda_attach_pcm_stream() 796 struct hda_bus *hbus = &chip->bus; in azx_rirb_get_response() 1211 void snd_hda_bus_reset(struct hda_bus *bus) in snd_hda_bus_reset() 1248 struct hda_bus *bus = &chip->bus; in azx_bus_init()
|