Home
last modified time | relevance | path

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

/linux-6.15/drivers/soundwire/
H A Dintel_auxdevice.c88 if (sdw->link_res->hw_ops->bpt_send_async) in generic_bpt_send_async()
89 return sdw->link_res->hw_ops->bpt_send_async(sdw, slave, msg); in generic_bpt_send_async()
292 .bpt_send_async = generic_bpt_send_async,
H A Dbus.c2059 if (!bus->ops->bpt_send_async || in sdw_bpt_send_async()
2065 return bus->ops->bpt_send_async(bus, slave, msg); in sdw_bpt_send_async()
H A Dintel_ace2x.c1065 .bpt_send_async = intel_ace2x_bpt_send_async,
/linux-6.15/include/linux/soundwire/
H A Dsdw_intel.h440 int (*bpt_send_async)(struct sdw_intel *sdw, struct sdw_slave *slave, member
H A Dsdw.h871 int (*bpt_send_async)(struct sdw_bus *bus, struct sdw_slave *slave, member