Lines Matching defs:hdac_stream

27 struct hdac_stream;
336 /* hdac_stream linked list */
411 struct hdac_stream *));
513 struct hdac_stream {
569 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
571 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
573 void snd_hdac_stream_release_locked(struct hdac_stream *azx_dev);
574 void snd_hdac_stream_release(struct hdac_stream *azx_dev);
575 struct hdac_stream *snd_hdac_get_stream(struct hdac_bus *bus,
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);
602 struct hdac_stream *azx_dev);
605 int snd_hdac_stream_wait_drsm(struct hdac_stream *azx_dev);
607 struct hdac_stream *azx_dev, u32 value);
608 int snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value);
657 int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
659 void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
660 void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
669 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
675 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start)
679 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,