Searched refs:tx_reply (Results 1 – 3 of 3) sorted by relevance
74 struct mbox_dt_spec *tx_reply; in scmi_mbox_setup_chan() local82 if (mbox_chan->tx_reply.dev) { in scmi_mbox_setup_chan()83 tx_reply = &mbox_chan->tx_reply; in scmi_mbox_setup_chan()85 tx_reply = &mbox_chan->tx; in scmi_mbox_setup_chan()88 ret = mbox_register_callback_dt(tx_reply, scmi_mbox_cb, chan); in scmi_mbox_setup_chan()94 ret = mbox_set_enabled_dt(tx_reply, true); in scmi_mbox_setup_chan()
40 .tx_reply = _SCMI_MBOX_CHAN_DBELL(node_id, tx_reply), \80 DT_INST_PROP_HAS_NAME(inst, mboxes, tx_reply)), \114 struct mbox_dt_spec tx_reply; member
207 mbox-names = "tx", "tx_reply";