Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dhda-sdw-bpt.h21 struct snd_dma_buffer *dmab_rx_bdl, u32 bpt_rx_num_bytes,
32 struct snd_dma_buffer *dmab_rx_bdl);
40 struct snd_dma_buffer *dmab_rx_bdl, u32 bpt_rx_num_bytes, in hda_sdw_bpt_open() argument
64 struct snd_dma_buffer *dmab_rx_bdl) in hda_sdw_bpt_close() argument
/linux/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c267 struct snd_dma_buffer *dmab_rx_bdl, u32 bpt_rx_num_bytes, in hda_sdw_bpt_open()
288 ret = hda_sdw_bpt_dma_prepare(dev, bpt_rx_stream, dmab_rx_bdl, bpt_rx_num_bytes, 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()
452 struct snd_dma_buffer *dmab_rx_bdl) in hda_sdw_bpt_close()
457 ret = hda_sdw_bpt_dma_deprepare(dev, bpt_rx_stream, dmab_rx_bdl);
255 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
440 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.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()
295 &sdw->bpt_ctx.dmab_rx_bdl); in intel_ace2x_bpt_close_stream()
385 ret = sdw_cdns_check_write_response(cdns->dev, sdw->bpt_ctx.dmab_rx_bdl.area, in intel_ace2x_bpt_wait()
391 ret = sdw_cdns_check_read_response(cdns->dev, sdw->bpt_ctx.dmab_rx_bdl.area, in intel_ace2x_bpt_wait()
H A Dintel.h68 struct snd_dma_buffer dmab_rx_bdl; member