Searched refs:mbox_client (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | mailbox_client.h | 29 struct mbox_client { struct 35 void (*rx_callback)(struct mbox_client *cl, void *mssg); argument 36 void (*tx_prepare)(struct mbox_client *cl, void *mssg); argument 37 void (*tx_done)(struct mbox_client *cl, void *mssg, int r); argument 40 int mbox_bind_client(struct mbox_chan *chan, struct mbox_client *cl); 41 struct mbox_chan *mbox_request_channel_byname(struct mbox_client *cl, 43 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index);
|
| A D | wkup_m3_ipc.h | 37 struct mbox_client mbox_client; member
|
| A D | mailbox_controller.h | 121 struct mbox_client *cl;
|
| /include/acpi/ |
| A D | pcc.h | 41 void *(*rx_alloc)(struct mbox_client *cl, int size); 67 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id); 71 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel()
|
| /include/linux/firmware/mediatek/ |
| A D | mtk-adsp-ipc.h | 34 struct mbox_client cl;
|
| /include/linux/firmware/imx/ |
| A D | dsp.h | 19 struct mbox_client cl;
|
| /include/soc/tegra/ |
| A D | bpmp.h | 78 struct mbox_client client;
|
| /include/linux/soc/mediatek/ |
| A D | mtk-cmdq.h | 60 struct mbox_client client;
|
Completed in 15 milliseconds