Searched refs:mbox_send (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/include/ |
H A D | mailbox.h | 125 int mbox_send(struct mbox_chan *chan, const void *data);
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | sandbox-mbox-test.c | 26 return mbox_send(&sbmt->chan, &msg); in sandbox_mbox_test_send()
|
H A D | mailbox-uclass.c | 100 int mbox_send(struct mbox_chan *chan, const void *data) in mbox_send() function
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.h | 99 struct hinic_recv_mbox mbox_send[HINIC_MAX_FUNCTIONS]; member
|
H A D | hinic_hw_mbox.c | 419 &mbox_work->func_to_func->mbox_send[mbox_work->src_func_idx]; in recv_func_mbox_work_handler() 641 &func_to_func->mbox_send[src] : in hinic_mbox_func_aeqe_handler() 1422 err = alloc_mbox_info(hwdev, func_to_func->mbox_send); in hinic_func_to_func_init() 1457 free_mbox_info(func_to_func->mbox_send); in hinic_func_to_func_init() 1483 free_mbox_info(func_to_func->mbox_send); in hinic_func_to_func_free()
|
/openbmc/u-boot/drivers/misc/ |
H A D | tegra186_bpmp.c | 166 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | k3_system_controller.c | 178 ret = mbox_send(&priv->chan_tx, &msg); in k3_sysctrler_load()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | mbox.c | 252 rc = mds->mbox_send(mds, mbox_cmd); in cxl_internal_send_cmd() 591 rc = mds->mbox_send(mds, mbox_cmd); in handle_mailbox_cmd_from_user()
|
/openbmc/linux/drivers/cxl/ |
H A D | cxlmem.h | 484 int (*mbox_send)(struct cxl_memdev_state *mds, member
|
H A D | pci.c | 416 mds->mbox_send = cxl_pci_mbox_send; in cxl_pci_setup_mailbox()
|
/openbmc/linux/tools/testing/cxl/test/ |
H A D | mem.c | 1419 mds->mbox_send = cxl_mock_mbox_send; in cxl_mock_mem_probe()
|
/openbmc/u-boot/drivers/firmware/ |
H A D | ti_sci.c | 204 ret = mbox_send(&info->chan_tx, msg); in ti_sci_do_xfer()
|