Lines Matching refs:hdac_stream

27 struct hdac_stream;
335 /* hdac_stream linked list */
409 struct hdac_stream *));
511 struct hdac_stream {
567 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
569 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
571 void snd_hdac_stream_release_locked(struct hdac_stream *azx_dev);
572 void snd_hdac_stream_release(struct hdac_stream *azx_dev);
573 struct hdac_stream *snd_hdac_get_stream(struct hdac_bus *bus,
576 int snd_hdac_stream_setup(struct hdac_stream *azx_dev);
577 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev);
578 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
579 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
581 void snd_hdac_stream_start(struct hdac_stream *azx_dev);
582 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
585 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
586 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
588 void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
590 void snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev,
598 struct hdac_stream *azx_dev, u32 value);
600 struct hdac_stream *azx_dev);
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);
652 int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
654 void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
655 void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
664 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
670 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start)
674 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,