Lines Matching refs:azx_dev

569 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
573 void snd_hdac_stream_release_locked(struct hdac_stream *azx_dev);
574 void snd_hdac_stream_release(struct hdac_stream *azx_dev);
578 int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading);
579 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev);
580 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
581 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
583 void snd_hdac_stream_start(struct hdac_stream *azx_dev);
584 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
587 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
588 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
590 void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
592 void snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev,
600 struct hdac_stream *azx_dev, u32 value);
603 int snd_hdac_stream_wait_drsm(struct hdac_stream *azx_dev);
605 struct hdac_stream *azx_dev, u32 value);
606 int snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value);
655 int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
657 void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
658 void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
667 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare() argument
673 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger() argument
677 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup() argument