Home
last modified time | relevance | path

Searched refs:bpt_rx_stream (Results 1 – 4 of 4) sorted by relevance

/linux/include/sound/
H A Dhda-sdw-bpt.h20 u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream,
25 struct hdac_ext_stream *bpt_rx_stream);
28 struct hdac_ext_stream *bpt_rx_stream);
31 struct snd_dma_buffer *dmab_tx_bdl, struct hdac_ext_stream *bpt_rx_stream,
39 u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream, in hda_sdw_bpt_open() argument
48 struct hdac_ext_stream *bpt_rx_stream) in hda_sdw_bpt_send_async() argument
55 struct hdac_ext_stream *bpt_rx_stream) in hda_sdw_bpt_wait() argument
63 struct hdac_ext_stream *bpt_rx_stream, in hda_sdw_bpt_close() argument
/linux/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c254 u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream, in hda_sdw_bpt_open() argument
276 ret = hda_sdw_bpt_dma_prepare(dev, bpt_rx_stream, dmab_rx_bdl, bpt_rx_num_bytes, in hda_sdw_bpt_open()
304 hdac_stream(*bpt_rx_stream)->stream_tag, in hda_sdw_bpt_open()
313 ret1 = hda_sdw_bpt_close(dev, *bpt_tx_stream, dmab_tx_bdl, *bpt_rx_stream, dmab_rx_bdl); in hda_sdw_bpt_open()
323 struct hdac_ext_stream *bpt_rx_stream) in hda_sdw_bpt_send_async() argument
335 ret = hda_sdw_bpt_dma_enable(dev, bpt_rx_stream); in hda_sdw_bpt_send_async()
357 struct hdac_ext_stream *bpt_rx_stream) in hda_sdw_bpt_wait() argument
370 hda_rx_stream = container_of(bpt_rx_stream, struct sof_intel_hda_stream, hext_stream); in hda_sdw_bpt_wait()
402 rx_position = hda_dsp_stream_get_position(hdac_stream(bpt_rx_stream), in hda_sdw_bpt_wait()
413 rx_position = hda_dsp_stream_get_position(hdac_stream(bpt_rx_stream), in hda_sdw_bpt_wait()
[all …]
/linux/drivers/soundwire/
H A Dintel_ace2x.c232 &sdw->bpt_ctx.bpt_rx_stream, &sdw->bpt_ctx.dmab_rx_bdl, in intel_ace2x_bpt_open_stream()
260 sdw->bpt_ctx.bpt_rx_stream, &sdw->bpt_ctx.dmab_rx_bdl); in intel_ace2x_bpt_open_stream()
294 &sdw->bpt_ctx.dmab_tx_bdl, sdw->bpt_ctx.bpt_rx_stream, in intel_ace2x_bpt_close_stream()
344 sdw->bpt_ctx.bpt_tx_stream, sdw->bpt_ctx.bpt_rx_stream); in intel_ace2x_bpt_send_async()
373 sdw->bpt_ctx.bpt_tx_stream, sdw->bpt_ctx.bpt_rx_stream); in intel_ace2x_bpt_wait()
H A Dintel.h67 struct hdac_ext_stream *bpt_rx_stream; member