Home
last modified time | relevance | path

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

/linux-6.15/include/linux/soundwire/
H A Dsdw.h834 struct sdw_bpt_msg;
872 struct sdw_bpt_msg *msg);
873 int (*bpt_wait)(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
1069 int sdw_bpt_send_async(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
1070 int sdw_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
1071 int sdw_bpt_send_sync(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
H A Dsdw_intel.h441 struct sdw_bpt_msg *msg);
442 int (*bpt_wait)(struct sdw_intel *sdw, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
/linux-6.15/drivers/soundwire/
H A Dbus.h85 struct sdw_bpt_msg { struct
H A Dintel_ace2x.c47 struct sdw_bpt_msg *msg) in intel_ace2x_bpt_open_stream()
218 struct sdw_bpt_msg *msg) in intel_ace2x_bpt_close_stream()
251 struct sdw_bpt_msg *msg) in intel_ace2x_bpt_send_async()
290 struct sdw_bpt_msg *msg) in intel_ace2x_bpt_wait()
H A Dintel_auxdevice.c83 struct sdw_bpt_msg *msg) in generic_bpt_send_async()
93 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.c222 struct sdw_bpt_msg msg = {0}; in do_bpt_sequence()
H A Dbus.c2044 int sdw_bpt_send_async(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg) in sdw_bpt_send_async()
2069 int sdw_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg) in sdw_bpt_wait()
2075 int sdw_bpt_send_sync(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg) in sdw_bpt_send_sync()
/linux-6.15/Documentation/driver-api/soundwire/
H A Dbra.rst237 'sdw_bpt_msg' makes more sense.