Searched defs:azx_dev (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/sound/hda/ |
D | hdac_stream.c | 93 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, in snd_hdac_stream_init() 116 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start) in snd_hdac_stream_start() 151 static void snd_hdac_stream_clear(struct hdac_stream *azx_dev) in snd_hdac_stream_clear() 167 void snd_hdac_stream_stop(struct hdac_stream *azx_dev) in snd_hdac_stream_stop() 208 void snd_hdac_stream_reset(struct hdac_stream *azx_dev) in snd_hdac_stream_reset() 240 int snd_hdac_stream_setup(struct hdac_stream *azx_dev) in snd_hdac_stream_setup() 312 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev) in snd_hdac_stream_cleanup() 337 struct hdac_stream *azx_dev; in snd_hdac_stream_assign() local 375 void snd_hdac_stream_release_locked(struct hdac_stream *azx_dev) in snd_hdac_stream_release_locked() 389 void snd_hdac_stream_release(struct hdac_stream *azx_dev) in snd_hdac_stream_release() [all …]
|
D | hdac_controller.c | 471 struct hdac_stream *azx_dev; in azx_int_disable() local 484 struct hdac_stream *azx_dev; in azx_int_clear() local 572 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
|
/linux-6.1.9/sound/pci/hda/ |
D | hda_controller.c | 51 static inline void azx_release_device(struct azx_dev *azx_dev) in azx_release_device() 92 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_close() local 110 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_params() local 132 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_free() local 151 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_prepare() local 207 struct azx_dev *azx_dev; in azx_pcm_trigger() local 278 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib() 284 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_posbuf() 291 struct azx_dev *azx_dev) in azx_get_position() 327 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_pointer() local [all …]
|
D | hda_controller.h | 56 struct azx_dev { struct 69 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core) argument
|
D | hda_intel.c | 575 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib() 609 static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev) in azx_position_check() 640 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) in azx_position_ok() 727 struct azx_dev *azx_dev = stream_to_azx_dev(s); in azx_irq_pending_work() local 758 struct azx_dev *azx_dev = stream_to_azx_dev(s); in azx_clear_irq_pending() local 786 struct azx_dev *azx_dev) in azx_via_get_position() 840 static unsigned int azx_get_pos_fifo(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_fifo() 871 static int azx_get_delay_from_fifo(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_fifo()
|
/linux-6.1.9/include/sound/ |
D | hdaudio.h | 634 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare() 640 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger() 644 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup()
|