Lines Matching refs:azx_dev
545 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
549 void snd_hdac_stream_release(struct hdac_stream *azx_dev);
553 int snd_hdac_stream_setup(struct hdac_stream *azx_dev);
554 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev);
555 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
556 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
558 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start);
559 void snd_hdac_stream_clear(struct hdac_stream *azx_dev);
560 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
561 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
562 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
564 void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
566 void snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev,
609 int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
611 void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
612 void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
621 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare() argument
627 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger() argument
631 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup() argument