Symbol: sdw_bpt_msg
drivers/soundwire/bus.c
2053
int sdw_bpt_send_async(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg)
drivers/soundwire/bus.c
2084
int sdw_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg)
drivers/soundwire/bus.c
2090
int sdw_bpt_send_sync(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg)
drivers/soundwire/debugfs.c
224
struct sdw_bpt_msg msg = {0};
drivers/soundwire/intel_ace2x.c
288
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_ace2x.c
321
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_ace2x.c
365
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_ace2x.c
50
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_auxdevice.c
85
struct sdw_bpt_msg *msg)
drivers/soundwire/intel_auxdevice.c
95
static int generic_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg)
include/linux/soundwire/sdw.h
1076
int sdw_bpt_send_async(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw.h
1077
int sdw_bpt_wait(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw.h
1078
int sdw_bpt_send_sync(struct sdw_bus *bus, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw.h
839
struct sdw_bpt_msg;
include/linux/soundwire/sdw.h
877
struct sdw_bpt_msg *msg);
include/linux/soundwire/sdw.h
878
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
176
struct sdw_bpt_msg bra_msg;