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
62 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()
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, *bpt_tx_stream, dmab_tx_bdl, *bpt_rx_stream, dmab_rx_bdl); in hda_sdw_bpt_send_async()
451 struct snd_dma_buffer *dmab_tx_bdl, struct hdac_ext_stream *bpt_rx_stream, in hda_sdw_bpt_close()
459 ret1 = hda_sdw_bpt_dma_deprepare(dev, bpt_tx_stream, dmab_tx_bdl);
253 hda_sdw_bpt_open(struct device * dev,int link_id,struct hdac_ext_stream ** bpt_tx_stream,struct snd_dma_buffer * dmab_tx_bdl,u32 bpt_tx_num_bytes,u32 tx_dma_bandwidth,struct hdac_ext_stream ** bpt_rx_stream,struct snd_dma_buffer * dmab_rx_bdl,u32 bpt_rx_num_bytes,u32 rx_dma_bandwidth) hda_sdw_bpt_open() argument
439 hda_sdw_bpt_close(struct device * dev,struct hdac_ext_stream * bpt_tx_stream,struct snd_dma_buffer * dmab_tx_bdl,struct hdac_ext_stream * bpt_rx_stream,struct snd_dma_buffer * dmab_rx_bdl) hda_sdw_bpt_close() argument
/linux/drivers/soundwire/
H A Dintel_ace2x.c231 &sdw->bpt_ctx.dmab_tx_bdl, pdi0_buffer_size, tx_dma_bandwidth, in intel_ace2x_bpt_open_stream()
242 sdw->bpt_ctx.dmab_tx_bdl.area, in intel_ace2x_bpt_open_stream()
247 sdw->bpt_ctx.dmab_tx_bdl.area, in intel_ace2x_bpt_open_stream()
259 sdw->bpt_ctx.bpt_tx_stream, &sdw->bpt_ctx.dmab_tx_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()
H A Dintel.h66 struct snd_dma_buffer dmab_tx_bdl; member