Searched refs:rpm_msg (Results 1 – 1 of 1) sorted by relevance
80 struct rpmh_request *rpm_msg = container_of(msg, struct rpmh_request, in rpmh_tx_done() local82 struct completion *compl = rpm_msg->completion; in rpmh_tx_done()84 rpm_msg->err = r; in rpmh_tx_done()87 dev_err(rpm_msg->dev, "RPMH TX fail in msg addr=%#x, err=%d\n", in rpmh_tx_done()88 rpm_msg->msg.cmds[0].addr, r); in rpmh_tx_done()97 if (rpm_msg->needs_free) in rpmh_tx_done()98 kfree(rpm_msg); in rpmh_tx_done()173 struct rpmh_request *rpm_msg) in __rpmh_write() argument180 rpm_msg->msg.state = state; in __rpmh_write()183 for (i = 0; i < rpm_msg->msg.num_cmds; i++) { in __rpmh_write()[all …]