Searched refs:bpt_wait (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/soundwire/ |
| H A D | intel_auxdevice.c | 98 if (sdw->link_res->hw_ops->bpt_wait) in generic_bpt_wait() 99 return sdw->link_res->hw_ops->bpt_wait(sdw, slave, msg); in generic_bpt_wait() 293 .bpt_wait = generic_bpt_wait,
|
| H A D | bus.c | 2060 !bus->ops->bpt_wait) { in sdw_bpt_send_async() 2071 return bus->ops->bpt_wait(bus, slave, msg); in sdw_bpt_wait()
|
| H A D | intel_ace2x.c | 1066 .bpt_wait = intel_ace2x_bpt_wait,
|
| /linux-6.15/include/linux/soundwire/ |
| H A D | sdw_intel.h | 442 int (*bpt_wait)(struct sdw_intel *sdw, struct sdw_slave *slave, struct sdw_bpt_msg *msg); member
|
| H A D | sdw.h | 873 int (*bpt_wait)(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg); member
|