Searched refs:bpt_tx_stream (Results 1 – 4 of 4) sorted by relevance
| /linux/include/sound/ |
| H A D | hda-sdw-bpt.h | 18 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, int link_id, struct hdac_ext_stream *bpt_tx_stream, 37 struct hdac_ext_stream **bpt_tx_stream, in hda_sdw_bpt_open() argument 47 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 54 static inline int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_wait() argument 62 struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_close() argument
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-sdw-bpt.c | 264 int hda_sdw_bpt_open(struct device *dev, int link_id, struct hdac_ext_stream **bpt_tx_stream, 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() 305 hdac_stream(*bpt_tx_stream)->stream_tag, 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() 335 int hda_sdw_bpt_send_async(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_send_async() argument 341 ret = hda_sdw_bpt_dma_enable(dev, bpt_tx_stream); in hda_sdw_bpt_send_async() 353 ret1 = hda_sdw_bpt_dma_disable(dev, bpt_tx_stream); in hda_sdw_bpt_send_async() 369 int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_wait() argument 382 hda_tx_stream = container_of(bpt_tx_stream, struct sof_intel_hda_stream, hext_stream); in hda_sdw_bpt_wait() [all …]
|
| /linux/drivers/soundwire/ |
| H A D | intel_ace2x.c | 251 sdw->instance, &sdw->bpt_ctx.bpt_tx_stream, 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() 316 sdw->bpt_ctx.bpt_tx_stream, in intel_ace2x_bpt_close_stream() 368 sdw->bpt_ctx.bpt_tx_stream, sdw->bpt_ctx.bpt_rx_stream); in intel_ace2x_bpt_send_async() 397 sdw->bpt_ctx.bpt_tx_stream, sdw->bpt_ctx.bpt_rx_stream); in intel_ace2x_bpt_wait()
|
| H A D | intel.h | 65 struct hdac_ext_stream *bpt_tx_stream; member
|