Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Dhdaudio_ext.h7 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,
[all …]
Dhda_component.h10 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable);
11 int snd_hdac_display_power(struct hdac_bus *bus, bool enable);
16 int snd_hdac_acomp_init(struct hdac_bus *bus,
20 int snd_hdac_acomp_exit(struct hdac_bus *bus);
21 int snd_hdac_acomp_register_notifier(struct hdac_bus *bus,
24 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup()
28 static inline int snd_hdac_display_power(struct hdac_bus *bus, bool enable) in snd_hdac_display_power()
43 static inline int snd_hdac_acomp_init(struct hdac_bus *bus, in snd_hdac_acomp_init()
50 static inline int snd_hdac_acomp_exit(struct hdac_bus *bus) in snd_hdac_acomp_exit()
54 static inline int snd_hdac_acomp_register_notifier(struct hdac_bus *bus, in snd_hdac_acomp_register_notifier()
Dhdaudio.h22 struct hdac_bus;
51 struct hdac_bus *bus;
109 int snd_hdac_device_init(struct hdac_device *dev, struct hdac_bus *bus,
236 int (*command)(struct hdac_bus *bus, unsigned int cmd);
238 int (*get_response)(struct hdac_bus *bus, unsigned int addr,
241 int (*link_power)(struct hdac_bus *bus, bool enable);
264 int (*dma_alloc_pages)(struct hdac_bus *bus, int type, size_t size,
266 void (*dma_free_pages)(struct hdac_bus *bus,
300 struct hdac_bus { struct
379 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, argument
[all …]
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()