Home
last modified time | relevance | path

Searched defs:azx_dev (Results 1 – 5 of 5) sorted by relevance

/sound/hda/
Dhdac_stream.c60 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, in snd_hdac_stream_init()
83 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start) in snd_hdac_stream_start()
118 void snd_hdac_stream_clear(struct hdac_stream *azx_dev) in snd_hdac_stream_clear()
135 void snd_hdac_stream_stop(struct hdac_stream *azx_dev) in snd_hdac_stream_stop()
176 void snd_hdac_stream_reset(struct hdac_stream *azx_dev) in snd_hdac_stream_reset()
215 int snd_hdac_stream_setup(struct hdac_stream *azx_dev) in snd_hdac_stream_setup()
287 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev) in snd_hdac_stream_cleanup()
312 struct hdac_stream *azx_dev; in snd_hdac_stream_assign() local
351 void snd_hdac_stream_release(struct hdac_stream *azx_dev) in snd_hdac_stream_release()
390 struct hdac_stream *azx_dev, __le32 **bdlp, in setup_bdle()
[all …]
Dhdac_controller.c445 struct hdac_stream *azx_dev; in azx_int_disable() local
461 struct hdac_stream *azx_dev; in azx_int_clear() local
548 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
/sound/pci/hda/
Dhda_controller.c50 static inline void azx_release_device(struct azx_dev *azx_dev) in azx_release_device()
91 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_close() local
109 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_params() local
133 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_free() local
154 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_prepare() local
210 struct azx_dev *azx_dev; in azx_pcm_trigger() local
281 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib()
287 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_posbuf()
294 struct azx_dev *azx_dev) in azx_get_position()
330 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_pointer() local
[all …]
Dhda_intel.c617 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib()
651 static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev) in azx_position_check()
682 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) in azx_position_ok()
769 struct azx_dev *azx_dev = stream_to_azx_dev(s); in azx_irq_pending_work() local
800 struct azx_dev *azx_dev = stream_to_azx_dev(s); in azx_clear_irq_pending() local
827 struct azx_dev *azx_dev) in azx_via_get_position()
881 static unsigned int azx_get_pos_fifo(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_fifo()
912 static int azx_get_delay_from_fifo(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_fifo()
922 struct azx_dev *azx_dev) in azx_skl_get_dpib_pos()
931 static unsigned int azx_get_pos_skl(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_skl()
Dhda_controller.h56 struct azx_dev { struct
69 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core) argument