Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dmailbox.h127 int mbox_send(struct mbox_chan *chan, const void *data);
/OK3568_Linux_fs/u-boot/drivers/mailbox/
H A Dsandbox-mbox-test.c27 return mbox_send(&sbmt->chan, &msg); in sandbox_mbox_test_send()
H A Dmailbox-uclass.c103 int mbox_send(struct mbox_chan *chan, const void *data) in mbox_send() function
/OK3568_Linux_fs/u-boot/drivers/firmware/scmi/
H A Dmailbox_agent.c42 ret = mbox_send(&chan->mbox, chan->smt.buf); in scmi_mbox_process_msg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c424 &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()
H A Dhinic_hw_mbox.h99 struct hinic_recv_mbox mbox_send[HINIC_MAX_FUNCTIONS]; member
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dtegra186_bpmp.c167 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()