Searched refs:bpt_rx_stream (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/sound/ |
| H A D | hda-sdw-bpt.h | 20 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, 37 u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream, in hda_sdw_bpt_open() argument 46 struct hdac_ext_stream *bpt_rx_stream) in hda_sdw_bpt_send_async() argument 53 struct hdac_ext_stream *bpt_rx_stream) in hda_sdw_bpt_wait() argument 61 struct hdac_ext_stream *bpt_rx_stream, in hda_sdw_bpt_close() argument
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | hda-sdw-bpt.c | 241 u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream, in hda_sdw_bpt_open() argument 263 ret = hda_sdw_bpt_dma_prepare(dev, bpt_rx_stream, dmab_rx_bdl, bpt_rx_num_bytes, in hda_sdw_bpt_open() 291 hdac_stream(*bpt_rx_stream)->stream_tag, in hda_sdw_bpt_open() 310 struct hdac_ext_stream *bpt_rx_stream) in hda_sdw_bpt_send_async() argument 322 ret = hda_sdw_bpt_dma_enable(dev, bpt_rx_stream); in hda_sdw_bpt_send_async() 344 struct hdac_ext_stream *bpt_rx_stream) in hda_sdw_bpt_wait() argument 389 rx_position = hda_dsp_stream_get_position(hdac_stream(bpt_rx_stream), in hda_sdw_bpt_wait() 400 rx_position = hda_dsp_stream_get_position(hdac_stream(bpt_rx_stream), in hda_sdw_bpt_wait() 413 ret1 = hda_sdw_bpt_dma_disable(dev, bpt_rx_stream); in hda_sdw_bpt_wait() 426 struct snd_dma_buffer *dmab_tx_bdl, struct hdac_ext_stream *bpt_rx_stream, in hda_sdw_bpt_close() argument [all …]
|
| /linux-6.15/drivers/soundwire/ |
| H A D | intel_ace2x.c | 163 &sdw->bpt_ctx.bpt_rx_stream, &sdw->bpt_ctx.dmab_rx_bdl, in intel_ace2x_bpt_open_stream() 190 sdw->bpt_ctx.bpt_rx_stream, &sdw->bpt_ctx.dmab_rx_bdl); in intel_ace2x_bpt_open_stream() 224 &sdw->bpt_ctx.dmab_tx_bdl, sdw->bpt_ctx.bpt_rx_stream, in intel_ace2x_bpt_close_stream() 269 sdw->bpt_ctx.bpt_tx_stream, sdw->bpt_ctx.bpt_rx_stream); in intel_ace2x_bpt_send_async() 298 sdw->bpt_ctx.bpt_tx_stream, sdw->bpt_ctx.bpt_rx_stream); in intel_ace2x_bpt_wait()
|
| H A D | intel.h | 65 struct hdac_ext_stream *bpt_rx_stream; member
|