Searched defs:azx_dev (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/sound/hda/ |
D | hdac_stream.c | 60 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() 116 void snd_hdac_stream_clear(struct hdac_stream *azx_dev) in snd_hdac_stream_clear() 132 void snd_hdac_stream_stop(struct hdac_stream *azx_dev) in snd_hdac_stream_stop() 146 void snd_hdac_stream_reset(struct hdac_stream *azx_dev) in snd_hdac_stream_reset() 185 int snd_hdac_stream_setup(struct hdac_stream *azx_dev) in snd_hdac_stream_setup() 257 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev) in snd_hdac_stream_cleanup() 282 struct hdac_stream *azx_dev; in snd_hdac_stream_assign() local 319 void snd_hdac_stream_release(struct hdac_stream *azx_dev) in snd_hdac_stream_release() 358 struct hdac_stream *azx_dev, __le32 **bdlp, in setup_bdle() [all …]
|
D | hdac_controller.c | 444 struct hdac_stream *azx_dev; in azx_int_disable() local 460 struct hdac_stream *azx_dev; in azx_int_clear() local 547 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
|
/Linux-v5.4/sound/pci/hda/ |
D | hda_controller.c | 50 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 …]
|
D | hda_intel.c | 611 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib() 645 static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev) in azx_position_check() 674 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) in azx_position_ok() 741 struct azx_dev *azx_dev = stream_to_azx_dev(s); in azx_irq_pending_work() local 772 struct azx_dev *azx_dev = stream_to_azx_dev(s); in azx_clear_irq_pending() local 799 struct azx_dev *azx_dev) in azx_via_get_position() 853 static unsigned int azx_get_pos_fifo(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_fifo() 884 static int azx_get_delay_from_fifo(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_fifo() 894 struct azx_dev *azx_dev) in azx_skl_get_dpib_pos() 903 static unsigned int azx_get_pos_skl(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_skl()
|
D | hda_controller.h | 56 struct azx_dev { struct 69 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core) argument
|
/Linux-v5.4/include/sound/ |
D | hdaudio.h | 587 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare() 593 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger() 597 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup()
|