Home
last modified time | relevance | path

Searched refs:bpt_send_async (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/soundwire/
H A Dintel_auxdevice.c89 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,
H A Dbus.c2074 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()
H A Dintel_ace2x.c1140 .bpt_send_async = intel_ace2x_bpt_send_async,
/linux/include/linux/soundwire/
H A Dsdw_intel.h445 int (*bpt_send_async)(struct sdw_intel *sdw, struct sdw_slave *slave, member