Home
last modified time | relevance | path

Searched refs:sdw_bpt_msg (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/soundwire/
H A Dsdw.h854 struct sdw_bpt_msg;
892 struct sdw_bpt_msg *msg);
893 int (*bpt_wait)(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
1091 int sdw_bpt_send_async(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
1092 int sdw_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
1093 int sdw_bpt_send_sync(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
H A Dsdw_intel.h446 struct sdw_bpt_msg *msg);
447 int (*bpt_wait)(struct sdw_intel *sdw, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
/linux/drivers/soundwire/
H A Dbus.h96 struct sdw_bpt_msg { struct
H A Dintel_ace2x.c50 struct sdw_bpt_msg *msg) in intel_ace2x_bpt_open_stream()
310 struct sdw_bpt_msg *msg) in intel_ace2x_bpt_close_stream()
345 struct sdw_bpt_msg *msg) in intel_ace2x_bpt_send_async()
389 struct sdw_bpt_msg *msg) in intel_ace2x_bpt_wait()
H A Dintel_auxdevice.c91 struct sdw_bpt_msg *msg) in generic_bpt_send_async()
101 static int generic_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg) in generic_bpt_wait()
H A Ddebugfs.c223 struct sdw_bpt_msg msg = {0}; in do_bpt_sequence()
H A Dbus.c2059 int sdw_bpt_send_async(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg) in sdw_bpt_send_async()
2090 int sdw_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg) in sdw_bpt_wait()
2096 int sdw_bpt_send_sync(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg) in sdw_bpt_send_sync()
/linux/Documentation/driver-api/soundwire/
H A Dbra.rst237 'sdw_bpt_msg' makes more sense.