Symbol: sdw_bpt_msg
drivers/soundwire/bus.c
2056
int sdw_bpt_send_async(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg)
drivers/soundwire/bus.c
2087
int sdw_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg)
drivers/soundwire/bus.c
2093
int sdw_bpt_send_sync(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg)
drivers/soundwire/debugfs.c
223
struct sdw_bpt_msg msg = {0};
drivers/soundwire/intel_ace2x.c
293
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_ace2x.c
327
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_ace2x.c
371
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_ace2x.c
50
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_auxdevice.c
100
static int generic_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg)
drivers/soundwire/intel_auxdevice.c
90
struct sdw_bpt_msg *msg)
include/linux/soundwire/sdw.h
1077
int sdw_bpt_send_async(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw.h
1078
int sdw_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw.h
1079
int sdw_bpt_send_sync(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw.h
840
struct sdw_bpt_msg;
include/linux/soundwire/sdw.h
878
struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw.h
879
int (*bpt_wait)(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw_intel.h
446
struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw_intel.h
447
int (*bpt_wait)(struct sdw_intel *sdw, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
sound/soc/codecs/rt1320-sdw.h
190
struct sdw_bpt_msg bra_msg;