Home
last modified time | relevance | path

Searched refs:sdw_msg (Results 1 – 7 of 7) sorted by relevance

/drivers/soundwire/
Dbus.h63 struct sdw_msg { struct
160 int sdw_transfer(struct sdw_bus *bus, struct sdw_msg *msg);
161 int sdw_transfer_defer(struct sdw_bus *bus, struct sdw_msg *msg);
165 int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave,
Dbus.c231 static inline int do_transfer(struct sdw_bus *bus, struct sdw_msg *msg) in do_transfer()
250 struct sdw_msg *msg) in do_transfer_defer()
272 static int sdw_transfer_unlocked(struct sdw_bus *bus, struct sdw_msg *msg) in sdw_transfer_unlocked()
291 int sdw_transfer(struct sdw_bus *bus, struct sdw_msg *msg) in sdw_transfer()
343 int sdw_transfer_defer(struct sdw_bus *bus, struct sdw_msg *msg) in sdw_transfer_defer()
358 int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave, in sdw_fill_msg()
414 struct sdw_msg msg; in sdw_ntransfer_no_pm()
485 struct sdw_msg msg; in sdw_bread_no_pm()
504 struct sdw_msg msg; in sdw_bwrite_no_pm()
517 struct sdw_msg msg; in sdw_bread_no_pm_unlocked()
[all …]
Damd_manager.c164 static void amd_sdw_ctl_word_prep(u32 *lower_word, u32 *upper_word, struct sdw_msg *msg, in amd_sdw_ctl_word_prep()
237 amd_program_scp_addr(struct amd_sdw_manager *amd_manager, struct sdw_msg *msg) in amd_program_scp_addr()
239 struct sdw_msg scp_msg = {0}; in amd_program_scp_addr()
276 static int amd_prep_msg(struct amd_sdw_manager *amd_manager, struct sdw_msg *msg) in amd_prep_msg()
299 struct sdw_msg *msg, u64 response, in amd_sdw_fill_msg_resp()
323 static unsigned int _amd_sdw_xfer_msg(struct amd_sdw_manager *amd_manager, struct sdw_msg *msg, in _amd_sdw_xfer_msg()
334 static enum sdw_command_response amd_sdw_xfer_msg(struct sdw_bus *bus, struct sdw_msg *msg) in amd_sdw_xfer_msg()
Dcadence_master.c565 struct sdw_msg *msg, int count, int offset) in cdns_fill_msg_resp()
626 _cdns_xfer_msg(struct sdw_cdns *cdns, struct sdw_msg *msg, int cmd, in _cdns_xfer_msg()
677 cdns_program_scp_addr(struct sdw_cdns *cdns, struct sdw_msg *msg) in cdns_program_scp_addr()
741 static int cdns_prep_msg(struct sdw_cdns *cdns, struct sdw_msg *msg, int *cmd) in cdns_prep_msg()
771 cdns_xfer_msg(struct sdw_bus *bus, struct sdw_msg *msg) in cdns_xfer_msg()
800 struct sdw_msg *msg = defer->msg; in cdns_xfer_msg_defer()
Dcadence_master.h187 cdns_xfer_msg(struct sdw_bus *bus, struct sdw_msg *msg);
Dstream.c678 struct sdw_msg *wr_msg; in sdw_bank_switch()
Dqcom.c897 struct sdw_msg *msg) in qcom_swrm_xfer_msg()