Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dhda-sdw-bpt.h19 struct snd_dma_buffer *dmab_tx_bdl, u32 bpt_tx_num_bytes,
31 struct snd_dma_buffer *dmab_tx_bdl, struct hdac_ext_stream *bpt_rx_stream,
36 struct snd_dma_buffer *dmab_tx_bdl, u32 bpt_tx_num_bytes, in hda_sdw_bpt_open() argument
60 struct snd_dma_buffer *dmab_tx_bdl, in hda_sdw_bpt_close() argument
/linux-6.15/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c240 struct snd_dma_buffer *dmab_tx_bdl, u32 bpt_tx_num_bytes, in hda_sdw_bpt_open() argument
253 ret = hda_sdw_bpt_dma_prepare(dev, bpt_tx_stream, dmab_tx_bdl, bpt_tx_num_bytes, in hda_sdw_bpt_open()
269 ret1 = hda_sdw_bpt_dma_deprepare(dev, *bpt_tx_stream, dmab_tx_bdl); in hda_sdw_bpt_open()
300 ret1 = hda_sdw_bpt_close(dev, *bpt_tx_stream, dmab_tx_bdl, *bpt_rx_stream, dmab_rx_bdl); in hda_sdw_bpt_open()
426 struct snd_dma_buffer *dmab_tx_bdl, struct hdac_ext_stream *bpt_rx_stream, in hda_sdw_bpt_close() argument
434 ret1 = hda_sdw_bpt_dma_deprepare(dev, bpt_tx_stream, dmab_tx_bdl); in hda_sdw_bpt_close()
/linux-6.15/drivers/soundwire/
H A Dintel_ace2x.c162 &sdw->bpt_ctx.dmab_tx_bdl, pdi0_buffer_size, tx_dma_bandwidth, in intel_ace2x_bpt_open_stream()
173 sdw->bpt_ctx.dmab_tx_bdl.area, in intel_ace2x_bpt_open_stream()
178 sdw->bpt_ctx.dmab_tx_bdl.area, in intel_ace2x_bpt_open_stream()
189 sdw->bpt_ctx.bpt_tx_stream, &sdw->bpt_ctx.dmab_tx_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()
H A Dintel.h64 struct snd_dma_buffer dmab_tx_bdl; member