Searched refs:mbox_send (Results 1 – 7 of 7) sorted by relevance
127 int mbox_send(struct mbox_chan *chan, const void *data);
27 return mbox_send(&sbmt->chan, &msg); in sandbox_mbox_test_send()
103 int mbox_send(struct mbox_chan *chan, const void *data) in mbox_send() function
42 ret = mbox_send(&chan->mbox, chan->smt.buf); in scmi_mbox_process_msg()
424 &mbox_work->func_to_func->mbox_send[mbox_work->src_func_idx]; in recv_func_mbox_work_handler()646 &func_to_func->mbox_send[src] : in hinic_mbox_func_aeqe_handler()1427 err = alloc_mbox_info(hwdev, func_to_func->mbox_send); in hinic_func_to_func_init()1462 free_mbox_info(func_to_func->mbox_send); in hinic_func_to_func_init()1488 free_mbox_info(func_to_func->mbox_send); in hinic_func_to_func_free()
99 struct hinic_recv_mbox mbox_send[HINIC_MAX_FUNCTIONS]; member
167 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()