Searched refs:hda_bus (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/sound/
H A Dhda_codec.h25 struct hda_bus;
34 * each controller needs to creata a hda_bus to assign the accessor.
35 * A hda_bus contains several codecs in the list codec_list.
37 struct hda_bus { struct
67 /* from hdac_bus to hda_bus */
68 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core)
175 struct hda_bus *bus;
305 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
307 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
309 int snd_hda_codec_device_new(struct hda_bus *bu
[all...]
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c535 static void parse_codec_mode(char *buf, struct hda_bus *bus,
558 static void parse_pincfg_mode(char *buf, struct hda_bus *bus,
564 static void parse_verb_mode(char *buf, struct hda_bus *bus,
570 static void parse_hint_mode(char *buf, struct hda_bus *bus,
576 static void parse_model_mode(char *buf, struct hda_bus *bus,
583 static void parse_chip_name_mode(char *buf, struct hda_bus *bus,
590 static void parse_##name##_mode(char *buf, struct hda_bus *bus, \
606 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);
652 static int parse_line_mode(char *buf, struct hda_bus *bus)
710 int snd_hda_load_patch(struct hda_bus *bu
[all...]
H A Dhda_controller.h96 struct hda_bus bus;
H A Dhda_controller.c701 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
774 struct hda_bus *hbus = &chip->bus;
1151 void snd_hda_bus_reset(struct hda_bus *bus)
1166 struct hda_bus *bus = &chip->bus;
H A Dhda_codec.c41 struct hda_bus *bus = codec->bus;
897 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
959 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
979 int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card,
1778 int snd_hda_lock_devices(struct hda_bus *bus)
1815 void snd_hda_unlock_devices(struct hda_bus *bus)
1837 struct hda_bus *bus = codec->bus;
2444 struct hda_bus *bus = codec->bus;
3236 static int get_empty_pcm_device(struct hda_bus *bus, unsigned int type)
3325 struct hda_bus *bu
[all...]
/linux-master/sound/soc/sof/intel/
H A Dhda-codec.c78 struct hda_bus *hbus = sof_to_hbus(sdev);
109 struct hda_bus *hbus = sof_to_hbus(sdev);
152 struct hda_bus *hbus = sof_to_hbus(sdev);
H A Dhda.h498 struct hda_bus hbus;
552 static inline struct hda_bus *sof_to_hbus(struct snd_sof_dev *s)
H A Dhda.c449 struct hda_bus *hbus;
/linux-master/sound/soc/intel/skylake/
H A Dskl.h60 struct hda_bus hbus;
H A Dskl.c856 struct hda_bus *hbus;
/linux-master/sound/soc/intel/avs/
H A Davs.h130 struct hda_bus base;
173 /* from hda_bus to avs_dev */
H A Dcore.c373 struct hda_bus *bus = &adev->base;

Completed in 323 milliseconds