Lines Matching refs:hdac_bus

7 int snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev,
12 void snd_hdac_ext_bus_exit(struct hdac_bus *bus);
13 int snd_hdac_ext_bus_device_init(struct hdac_bus *bus, int addr,
16 void snd_hdac_ext_bus_device_remove(struct hdac_bus *bus);
25 void snd_hdac_ext_bus_ppcap_enable(struct hdac_bus *chip, bool enable);
26 void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_bus *chip, bool enable);
28 void snd_hdac_ext_stream_spbcap_enable(struct hdac_bus *chip,
31 int snd_hdac_ext_bus_get_ml_capabilities(struct hdac_bus *bus);
32 struct hdac_ext_link *snd_hdac_ext_bus_get_link(struct hdac_bus *bus,
81 void snd_hdac_ext_stream_init(struct hdac_bus *bus,
84 int snd_hdac_ext_stream_init_all(struct hdac_bus *bus, int start_idx,
86 void snd_hdac_stream_free_all(struct hdac_bus *bus);
87 void snd_hdac_link_free_all(struct hdac_bus *bus);
88 struct hdac_ext_stream *snd_hdac_ext_stream_assign(struct hdac_bus *bus,
92 void snd_hdac_ext_stream_decouple(struct hdac_bus *bus,
94 void snd_hdac_ext_stop_streams(struct hdac_bus *bus);
96 int snd_hdac_ext_stream_set_spib(struct hdac_bus *bus,
98 int snd_hdac_ext_stream_get_spbmaxfifo(struct hdac_bus *bus,
100 void snd_hdac_ext_stream_drsm_enable(struct hdac_bus *bus,
102 int snd_hdac_ext_stream_set_dpibr(struct hdac_bus *bus,
112 struct hdac_bus *bus;
125 int snd_hdac_ext_bus_link_power_up_all(struct hdac_bus *bus);
126 int snd_hdac_ext_bus_link_power_down_all(struct hdac_bus *bus);
132 int snd_hdac_ext_bus_link_get(struct hdac_bus *bus, struct hdac_ext_link *link);
133 int snd_hdac_ext_bus_link_put(struct hdac_bus *bus, struct hdac_ext_link *link);