Home
last modified time | relevance | path

Searched defs:bpt_tx_stream (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/sound/
Dhda-sdw-bpt.h35 struct hdac_ext_stream **bpt_tx_stream, in hda_sdw_bpt_open()
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()
52 static inline int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_wait()
59 static inline int hda_sdw_bpt_close(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_close()
/linux-6.15/sound/soc/sof/intel/
Dhda-sdw-bpt.c239 int hda_sdw_bpt_open(struct device *dev, int link_id, struct hdac_ext_stream **bpt_tx_stream, in hda_sdw_bpt_open()
309 int hda_sdw_bpt_send_async(struct device *dev, struct hdac_ext_stream *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()
425 int hda_sdw_bpt_close(struct device *dev, struct hdac_ext_stream *bpt_tx_stream, in hda_sdw_bpt_close()
/linux-6.15/drivers/soundwire/
Dintel.h63 struct hdac_ext_stream *bpt_tx_stream; member