Searched defs:bpt_tx_stream (Results 1 – 3 of 3) sorted by relevance
/linux-6.15/include/sound/ |
D | hda-sdw-bpt.h | 35 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/ |
D | hda-sdw-bpt.c | 239 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/ |
D | intel.h | 63 struct hdac_ext_stream *bpt_tx_stream; member
|