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() argument
130 snd_hdac_stream_start(struct hdac_stream * azx_dev) snd_hdac_stream_start() argument
167 snd_hdac_stream_clear(struct hdac_stream * azx_dev) snd_hdac_stream_clear() argument
183 snd_hdac_stream_stop(struct hdac_stream * azx_dev) snd_hdac_stream_stop() argument
224 snd_hdac_stream_reset(struct hdac_stream * azx_dev) snd_hdac_stream_reset() argument
257 snd_hdac_stream_setup(struct hdac_stream * azx_dev,bool code_loading) snd_hdac_stream_setup() argument
339 snd_hdac_stream_cleanup(struct hdac_stream * azx_dev) snd_hdac_stream_cleanup() argument
364 struct hdac_stream *azx_dev; snd_hdac_stream_assign() local
403 snd_hdac_stream_release_locked(struct hdac_stream * azx_dev) snd_hdac_stream_release_locked() argument
417 snd_hdac_stream_release(struct hdac_stream * azx_dev) snd_hdac_stream_release() argument
453 setup_bdle(struct hdac_bus * bus,struct snd_dma_buffer * dmab,struct hdac_stream * azx_dev,__le32 ** bdlp,int ofs,int size,int with_ioc) setup_bdle() argument
501 snd_hdac_stream_setup_bdle(struct hdac_stream * azx_dev,struct snd_dma_buffer * dmab,struct snd_pcm_runtime * runtime) snd_hdac_stream_setup_bdle() argument
569 snd_hdac_stream_setup_periods(struct hdac_stream * azx_dev) snd_hdac_stream_setup_periods() argument
598 snd_hdac_stream_set_params(struct hdac_stream * azx_dev,unsigned int format_val) snd_hdac_stream_set_params() argument
637 struct hdac_stream *azx_dev = container_of(cc, struct hdac_stream, cc); azx_cc_read() local
642 azx_timecounter_init(struct hdac_stream * azx_dev,bool force,u64 last) azx_timecounter_init() argument
681 snd_hdac_stream_timecounter_init(struct hdac_stream * azx_dev,unsigned int streams,bool start) snd_hdac_stream_timecounter_init() argument
716 snd_hdac_stream_sync_trigger(struct hdac_stream * azx_dev,bool set,unsigned int streams,unsigned int reg) snd_hdac_stream_sync_trigger() argument
742 snd_hdac_stream_sync(struct hdac_stream * azx_dev,bool start,unsigned int streams) snd_hdac_stream_sync() argument
813 snd_hdac_stream_set_spib(struct hdac_bus * bus,struct hdac_stream * azx_dev,u32 value) snd_hdac_stream_set_spib() argument
857 snd_hdac_stream_wait_drsm(struct hdac_stream * azx_dev) snd_hdac_stream_wait_drsm() argument
880 snd_hdac_stream_set_dpibr(struct hdac_bus * bus,struct hdac_stream * azx_dev,u32 value) snd_hdac_stream_set_dpibr() argument
898 snd_hdac_stream_set_lpib(struct hdac_stream * azx_dev,u32 value) snd_hdac_stream_set_lpib() argument
917 snd_hdac_dsp_prepare(struct hdac_stream * azx_dev,unsigned int format,unsigned int byte_size,struct snd_dma_buffer * bufp) snd_hdac_dsp_prepare() argument
966 snd_hdac_dsp_trigger(struct hdac_stream * azx_dev,bool start) snd_hdac_dsp_trigger() argument
980 snd_hdac_dsp_cleanup(struct hdac_stream * azx_dev,struct snd_dma_buffer * dmab) snd_hdac_dsp_cleanup() argument
[all...]
H A Dcontroller.c575 struct hdac_stream *azx_dev; azx_int_disable() local
588 struct hdac_stream *azx_dev; azx_int_clear() local
676 struct hdac_stream *azx_dev; snd_hdac_bus_handle_stream_irq() local
[all...]
/linux/sound/hda/common/
H A Dcontroller.c55 static inline void azx_release_device(struct azx_dev *azx_dev) in azx_release_device() argument
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); azx_pcm_hw_params() local
138 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_hw_free() local
156 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_prepare() local
206 struct azx_dev *azx_dev; azx_pcm_trigger() local
274 azx_get_pos_lpib(struct azx * chip,struct azx_dev * azx_dev) azx_get_pos_lpib() argument
280 azx_get_pos_posbuf(struct azx * chip,struct azx_dev * azx_dev) azx_get_pos_posbuf() argument
287 azx_get_position(struct azx * chip,struct azx_dev * azx_dev) azx_get_position() argument
323 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_pointer() local
364 struct azx_dev *azx_dev = get_azx_dev(substream); azx_get_sync_time() local
492 struct azx_dev *azx_dev = get_azx_dev(substream); azx_get_time_info() local
579 struct azx_dev *azx_dev; azx_pcm_open() local
958 struct azx_dev *azx_dev; snd_hda_codec_load_dsp_prepare() local
989 struct azx_dev *azx_dev = azx_get_dsp_loader_dev(chip); snd_hda_codec_load_dsp_trigger() local
1000 struct azx_dev *azx_dev = azx_get_dsp_loader_dev(chip); snd_hda_codec_load_dsp_cleanup() local
1048 struct azx_dev *azx_dev = stream_to_azx_dev(s); stream_update() local
1286 struct azx_dev *azx_dev = kzalloc_obj(*azx_dev); azx_init_streams() local
[all...]
H A Dhda_controller.h57 struct azx_dev { struct
70 insufficientazx_dev global() argument
[all...]
/linux/sound/hda/controllers/
H A Dintel.c586 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib()
620 static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev) in azx_position_check()
651 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) in azx_position_ok()
730 struct azx_dev *azx_dev = &istream->azx_dev; in azx_irq_pending_work() local
768 static void hda_intel_stream_clear_irq_pending(struct azx_dev *azx_dev) in hda_intel_stream_clear_irq_pending()
777 static void hda_intel_pcm_close(struct azx *chip, struct azx_dev *azx_dev) in hda_intel_pcm_close()
821 struct azx_dev *azx_dev) in azx_via_get_position()
875 static unsigned int azx_get_pos_fifo(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_fifo()
906 static int azx_get_delay_from_fifo(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_fifo()
/linux/include/sound/
H A Dhdaudio.h672 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare()
678 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger()
682 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup()