Home
last modified time | relevance | path

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

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