Home
last modified time | relevance | path

Searched refs:mbox_client (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dmailbox_client.h29 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);
Dwkup_m3_ipc.h37 struct mbox_client mbox_client; member
Dmailbox_controller.h121 struct mbox_client *cl;
/include/acpi/
Dpcc.h39 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id);
44 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel()
/include/linux/firmware/mediatek/
Dmtk-adsp-ipc.h34 struct mbox_client cl;
/include/linux/firmware/imx/
Ddsp.h19 struct mbox_client cl;
/include/soc/tegra/
Dbpmp.h78 struct mbox_client client;
/include/linux/soc/mediatek/
Dmtk-cmdq.h60 struct mbox_client client;