Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dstream.c94 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, in snd_hdac_stream_init()
130 void snd_hdac_stream_start(struct hdac_stream *azx_dev) in snd_hdac_stream_start()
167 static void snd_hdac_stream_clear(struct hdac_stream *azx_dev) in snd_hdac_stream_clear()
183 void snd_hdac_stream_stop(struct hdac_stream *azx_dev) in snd_hdac_stream_stop()
224 void snd_hdac_stream_reset(struct hdac_stream *azx_dev) in snd_hdac_stream_reset()
257 int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading) in snd_hdac_stream_setup()
339 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev) in snd_hdac_stream_cleanup()
364 struct hdac_stream *azx_dev; in snd_hdac_stream_assign() local
403 void snd_hdac_stream_release_locked(struct hdac_stream *azx_dev) in snd_hdac_stream_release_locked()
417 void snd_hdac_stream_release(struct hdac_stream *azx_dev) in snd_hdac_stream_release()
[all …]
H A Dcontroller.c575 struct hdac_stream *azx_dev; in azx_int_disable() local
588 struct hdac_stream *azx_dev; in azx_int_clear() local
676 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
/linux/sound/hda/common/
H A Dcontroller.c55 static inline void azx_release_device(struct azx_dev *azx_dev) in azx_release_device()
96 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_close() local
114 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_params() local
138 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_free() local
156 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_prepare() local
206 struct azx_dev *azx_dev; in azx_pcm_trigger() local
274 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib()
280 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_posbuf()
287 struct azx_dev *azx_dev) in azx_get_position()
323 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_pointer() local
[all …]
H A Dhda_controller.h57 struct azx_dev { struct
70 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core) argument
/linux/sound/hda/controllers/
H A Dintel.c579 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib() argument
613 azx_position_check(struct azx * chip,struct azx_dev * azx_dev) azx_position_check() argument
644 azx_position_ok(struct azx * chip,struct azx_dev * azx_dev) azx_position_ok() argument
738 struct azx_dev *azx_dev = stream_to_azx_dev(s); azx_irq_pending_work() local
769 struct azx_dev *azx_dev = stream_to_azx_dev(s); azx_clear_irq_pending() local
803 azx_via_get_position(struct azx * chip,struct azx_dev * azx_dev) azx_via_get_position() argument
857 azx_get_pos_fifo(struct azx * chip,struct azx_dev * azx_dev) azx_get_pos_fifo() argument
888 azx_get_delay_from_fifo(struct azx * chip,struct azx_dev * azx_dev,unsigned int pos) azx_get_delay_from_fifo() argument
[all...]
/linux/include/sound/
H A Dhdaudio.h671 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare()
677 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger()
681 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup()