Searched refs:bpt_wait (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/soundwire/ |
| H A D | intel_auxdevice.c | 100 if (sdw->link_res->hw_ops->bpt_wait) in generic_bpt_wait() 101 return sdw->link_res->hw_ops->bpt_wait(sdw, slave, msg); in generic_bpt_wait() 295 .bpt_wait = generic_bpt_wait,
|
| H A D | bus.c | 2075 !bus->ops->bpt_wait) { in sdw_bpt_send_async() 2086 return bus->ops->bpt_wait(bus, slave, msg); in sdw_bpt_wait()
|
| H A D | intel_ace2x.c | 1140 .bpt_wait = intel_ace2x_bpt_wait,
|
| /linux/include/linux/soundwire/ |
| H A D | sdw_intel.h | 447 int (*bpt_wait)(struct sdw_intel *sdw, struct sdw_slave *slave, struct sdw_bpt_msg *msg); member
|
| H A D | sdw.h | 878 int (*bpt_wait)(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg); member
|