Home
last modified time | relevance | path

Searched refs:hdac_bus (Results 1 – 5 of 5) sorted by relevance

/include/sound/
Dhdaudio_ext.h7 int snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev,
11 void snd_hdac_ext_bus_exit(struct hdac_bus *bus);
12 int snd_hdac_ext_bus_device_init(struct hdac_bus *bus, int addr,
15 void snd_hdac_ext_bus_device_remove(struct hdac_bus *bus);
24 void snd_hdac_ext_bus_ppcap_enable(struct hdac_bus *chip, bool enable);
25 void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_bus *chip, bool enable);
27 void snd_hdac_ext_stream_spbcap_enable(struct hdac_bus *chip,
30 int snd_hdac_ext_bus_get_ml_capabilities(struct hdac_bus *bus);
31 struct hdac_ext_link *snd_hdac_ext_bus_get_link(struct hdac_bus *bus,
80 void snd_hdac_ext_stream_init(struct hdac_bus *bus,
[all …]
Dhda_component.h14 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable);
15 void snd_hdac_display_power(struct hdac_bus *bus, unsigned int idx,
21 int snd_hdac_acomp_init(struct hdac_bus *bus,
25 int snd_hdac_acomp_exit(struct hdac_bus *bus);
26 int snd_hdac_acomp_register_notifier(struct hdac_bus *bus,
29 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup()
33 static inline void snd_hdac_display_power(struct hdac_bus *bus, in snd_hdac_display_power()
48 static inline int snd_hdac_acomp_init(struct hdac_bus *bus, in snd_hdac_acomp_init()
56 static inline int snd_hdac_acomp_exit(struct hdac_bus *bus) in snd_hdac_acomp_exit()
60 static inline int snd_hdac_acomp_register_notifier(struct hdac_bus *bus, in snd_hdac_acomp_register_notifier()
Dhda_i915.h11 void snd_hdac_i915_set_bclk(struct hdac_bus *bus);
12 int snd_hdac_i915_init(struct hdac_bus *bus);
14 static inline void snd_hdac_i915_set_bclk(struct hdac_bus *bus) in snd_hdac_i915_set_bclk()
17 static inline int snd_hdac_i915_init(struct hdac_bus *bus) in snd_hdac_i915_init()
22 static inline int snd_hdac_i915_exit(struct hdac_bus *bus) in snd_hdac_i915_exit()
Dhdaudio.h22 struct hdac_bus;
51 struct hdac_bus *bus;
115 int snd_hdac_device_init(struct hdac_device *dev, struct hdac_bus *bus,
238 int (*command)(struct hdac_bus *bus, unsigned int cmd);
240 int (*get_response)(struct hdac_bus *bus, unsigned int addr,
282 struct hdac_bus { struct
364 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, argument
366 void snd_hdac_bus_exit(struct hdac_bus *bus);
367 int snd_hdac_bus_exec_verb(struct hdac_bus *bus, unsigned int addr,
369 int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr,
[all …]
Dhda_codec.h41 struct hdac_bus core;