Searched refs:bpt_send_async (Results 1 – 4 of 4) sorted by relevance
89 if (sdw->link_res->hw_ops->bpt_send_async) in generic_bpt_send_async()90 return sdw->link_res->hw_ops->bpt_send_async(sdw, slave, msg); in generic_bpt_send_async()293 .bpt_send_async = generic_bpt_send_async,
2074 if (!bus->ops->bpt_send_async || in sdw_bpt_send_async()2080 return bus->ops->bpt_send_async(bus, slave, msg); in sdw_bpt_send_async()
1140 .bpt_send_async = intel_ace2x_bpt_send_async,
445 int (*bpt_send_async)(struct sdw_intel *sdw, struct sdw_slave *slave, member