Home
last modified time | relevance | path

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

/linux/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,
38 struct snd_dma_buffer *dmab_tx_bdl, u32 bpt_tx_num_bytes, in hda_sdw_bpt_open() argument
63 struct snd_dma_buffer *dmab_tx_bdl, in hda_sdw_bpt_close() argument
/linux/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c265 struct snd_dma_buffer *dmab_tx_bdl, u32 bpt_tx_num_bytes, in hda_sdw_bpt_open() argument
278 ret = hda_sdw_bpt_dma_prepare(dev, bpt_tx_stream, dmab_tx_bdl, bpt_tx_num_bytes, in hda_sdw_bpt_open()
294 ret1 = hda_sdw_bpt_dma_deprepare(dev, *bpt_tx_stream, dmab_tx_bdl); in hda_sdw_bpt_open()
325 ret1 = hda_sdw_bpt_close(dev, link_id, *bpt_tx_stream, dmab_tx_bdl, in hda_sdw_bpt_open()
452 struct snd_dma_buffer *dmab_tx_bdl, struct hdac_ext_stream *bpt_rx_stream, in hda_sdw_bpt_close() argument
484 ret1 = hda_sdw_bpt_dma_deprepare(dev, bpt_tx_stream, dmab_tx_bdl); in hda_sdw_bpt_close()
/linux/drivers/soundwire/
H A Dintel_ace2x.c252 &sdw->bpt_ctx.dmab_tx_bdl, pdi0_buffer_size, tx_dma_bandwidth, in intel_ace2x_bpt_open_stream()
263 sdw->bpt_ctx.dmab_tx_bdl.area, in intel_ace2x_bpt_open_stream()
268 sdw->bpt_ctx.dmab_tx_bdl.area, in intel_ace2x_bpt_open_stream()
281 sdw->bpt_ctx.bpt_tx_stream, &sdw->bpt_ctx.dmab_tx_bdl, in intel_ace2x_bpt_open_stream()
317 &sdw->bpt_ctx.dmab_tx_bdl, sdw->bpt_ctx.bpt_rx_stream, in intel_ace2x_bpt_close_stream()
H A Dintel.h66 struct snd_dma_buffer dmab_tx_bdl; member