Searched refs:hdac_ext_stream (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/hda/ext/ |
D | hdac_ext_stream.c | 38 struct hdac_ext_stream *stream, in snd_hdac_ext_stream_init() 84 struct hdac_ext_stream *stream = in snd_hdac_ext_stream_init_all() 106 struct hdac_ext_stream *stream; in snd_hdac_stream_free_all() 124 struct hdac_ext_stream *stream, bool decouple) in snd_hdac_ext_stream_decouple() 147 void snd_hdac_ext_link_stream_start(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_start() 158 void snd_hdac_ext_link_stream_clear(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_clear() 168 void snd_hdac_ext_link_stream_reset(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_reset() 207 int snd_hdac_ext_link_stream_setup(struct hdac_ext_stream *stream, int fmt) in snd_hdac_ext_link_stream_setup() 251 static struct hdac_ext_stream * 255 struct hdac_ext_stream *res = NULL; in hdac_ext_link_stream_assign() [all …]
|
D | Makefile | 1 snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o
|
/Linux-v4.19/include/sound/ |
D | hdaudio_ext.h | 57 struct hdac_ext_stream { struct 79 container_of(s, struct hdac_ext_stream, hstream) argument 82 struct hdac_ext_stream *stream, int idx, 88 struct hdac_ext_stream *snd_hdac_ext_stream_assign(struct hdac_bus *bus, 91 void snd_hdac_ext_stream_release(struct hdac_ext_stream *azx_dev, int type); 93 struct hdac_ext_stream *azx_dev, bool decouple); 97 struct hdac_ext_stream *stream, u32 value); 99 struct hdac_ext_stream *stream); 103 struct hdac_ext_stream *stream, u32 value); 104 int snd_hdac_ext_stream_set_lpib(struct hdac_ext_stream *stream, u32 value); [all …]
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-pcm.c | 65 struct hdac_ext_stream *get_hdac_ext_stream(struct snd_pcm_substream *substream) in get_hdac_ext_stream() 72 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in get_bus_ctx() 82 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_substream_alloc_pages() 145 struct hdac_ext_stream *stream; in skl_pcm_host_dma_prepare() 181 struct hdac_ext_stream *stream; in skl_pcm_link_dma_prepare() 216 struct hdac_ext_stream *stream; in skl_pcm_open() 302 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_pcm_hw_params() 342 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_pcm_close() 381 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_pcm_hw_free() 421 struct hdac_ext_stream *stream; in skl_decoupled_trigger() [all …]
|
D | skl-messages.c | 93 struct hdac_ext_stream *estream; in skl_dsp_setup_spib() 112 struct hdac_ext_stream *estream; in skl_dsp_prepare() 163 struct hdac_ext_stream *estream; in skl_dsp_cleanup()
|
D | skl.c | 970 struct hdac_ext_stream *stream; in skl_shutdown()
|