Searched defs:azx_dev (Results 1 – 6 of 6) sorted by relevance
/linux/sound/hda/ |
A D | hdac_stream.c | 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() 149 void snd_hdac_stream_reset(struct hdac_stream *azx_dev) in snd_hdac_stream_reset() 195 int snd_hdac_stream_setup(struct hdac_stream *azx_dev) in snd_hdac_stream_setup() 267 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev) in snd_hdac_stream_cleanup() 292 struct hdac_stream *azx_dev; in snd_hdac_stream_assign() local 329 void snd_hdac_stream_release(struct hdac_stream *azx_dev) in snd_hdac_stream_release() 368 struct hdac_stream *azx_dev, __le32 **bdlp, in setup_bdle() 488 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev, in snd_hdac_stream_set_params() 526 static void azx_timecounter_init(struct hdac_stream *azx_dev, in azx_timecounter_init() [all …]
|
A D | hdac_controller.c | 471 struct hdac_stream *azx_dev; in azx_int_disable() local 487 struct hdac_stream *azx_dev; in azx_int_clear() local 575 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
|
/linux/sound/pci/hda/ |
A D | hda_controller.c | 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 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 368 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_get_sync_time() local 583 struct azx_dev *azx_dev; in azx_pcm_open() local 962 struct azx_dev *azx_dev; in snd_hda_codec_load_dsp_prepare() local [all …]
|
A D | hda_controller.h | 56 struct azx_dev { struct 69 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core) argument
|
A D | hda_intel.c | 582 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib() 616 static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev) in azx_position_check() 647 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) in azx_position_ok() 734 struct azx_dev *azx_dev = stream_to_azx_dev(s); in azx_irq_pending_work() local 765 struct azx_dev *azx_dev = stream_to_azx_dev(s); in azx_clear_irq_pending() local 793 struct azx_dev *azx_dev) in azx_via_get_position() 847 static unsigned int azx_get_pos_fifo(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_fifo() 878 static int azx_get_delay_from_fifo(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_fifo()
|
/linux/include/sound/ |
A D | hdaudio.h | 621 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare() 627 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger() 631 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup()
|
Completed in 17 milliseconds