Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dhda-sdw-bpt.h18 int hda_sdw_bpt_open(struct device *dev, int link_id, struct hdac_ext_stream **bpt_tx_stream,
24 int hda_sdw_bpt_send_async(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
27 int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
30 int hda_sdw_bpt_close(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
35 struct hdac_ext_stream **bpt_tx_stream, in hda_sdw_bpt_open() argument
45 static inline int hda_sdw_bpt_send_async(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_send_async() argument
52 static inline int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_wait() argument
59 static inline int hda_sdw_bpt_close(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_close() argument
/linux-6.15/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c253 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()
280 hdac_stream(*bpt_tx_stream)->stream_tag, in hda_sdw_bpt_open()
315 ret = hda_sdw_bpt_dma_enable(dev, bpt_tx_stream); in hda_sdw_bpt_send_async()
327 ret1 = hda_sdw_bpt_dma_disable(dev, bpt_tx_stream); in hda_sdw_bpt_send_async()
343 int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_wait() argument
362 tx_position = hda_dsp_stream_get_position(hdac_stream(bpt_tx_stream), in hda_sdw_bpt_wait()
373 tx_position = hda_dsp_stream_get_position(hdac_stream(bpt_tx_stream), in hda_sdw_bpt_wait()
417 ret1 = hda_sdw_bpt_dma_disable(dev, bpt_tx_stream); in hda_sdw_bpt_wait()
425 int hda_sdw_bpt_close(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_close() argument
[all …]
/linux-6.15/drivers/soundwire/
H A Dintel_ace2x.c161 sdw->instance, &sdw->bpt_ctx.bpt_tx_stream, 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()
223 ret = hda_sdw_bpt_close(cdns->dev->parent /* PCI device */, sdw->bpt_ctx.bpt_tx_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 Dintel.h63 struct hdac_ext_stream *bpt_tx_stream; member