Home
last modified time | relevance | path

Searched refs:mbox_controller (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.4/include/linux/
Dmailbox_controller.h74 struct mbox_controller { struct
82 struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox, argument
118 struct mbox_controller *mbox;
129 int mbox_controller_register(struct mbox_controller *mbox); /* can sleep */
130 void mbox_controller_unregister(struct mbox_controller *mbox); /* can sleep */
135 struct mbox_controller *mbox);
137 struct mbox_controller *mbox);
/Linux-v5.4/drivers/mailbox/
Dmailbox.c116 struct mbox_controller *mbox = in txdone_hrtimer()
117 container_of(hrtimer, struct mbox_controller, poll_hrt); in txdone_hrtimer()
332 struct mbox_controller *mbox; in mbox_request_channel()
459 of_mbox_index_xlate(struct mbox_controller *mbox, in of_mbox_index_xlate()
476 int mbox_controller_register(struct mbox_controller *mbox) in mbox_controller_register()
527 void mbox_controller_unregister(struct mbox_controller *mbox) in mbox_controller_unregister()
550 struct mbox_controller **mbox = res; in __devm_mbox_controller_unregister()
557 struct mbox_controller **mbox = res; in devm_mbox_controller_match()
578 struct mbox_controller *mbox) in devm_mbox_controller_register()
580 struct mbox_controller **ptr; in devm_mbox_controller_register()
[all …]
Dmailbox-sti.c55 struct mbox_controller *mbox;
97 struct mbox_chan *sti_mbox_to_channel(struct mbox_controller *mbox, in sti_mbox_to_channel()
163 struct mbox_controller *mbox = mdev->mbox; in sti_mbox_irq_to_channel()
303 struct mbox_controller *mbox = chan_info->mdev->mbox; in sti_mbox_shutdown_chan()
321 static struct mbox_chan *sti_mbox_xlate(struct mbox_controller *mbox, in sti_mbox_xlate()
407 struct mbox_controller *mbox; in sti_mbox_probe()
Dhi3660-mailbox.c78 struct mbox_controller controller;
81 static struct hi3660_mbox *to_hi3660_mbox(struct mbox_controller *mbox) in to_hi3660_mbox()
212 static struct mbox_chan *hi3660_mbox_xlate(struct mbox_controller *controller, in hi3660_mbox_xlate()
Dbcm2835-mailbox.c58 struct mbox_controller controller;
127 static struct mbox_chan *bcm2835_mbox_index_xlate(struct mbox_controller *mbox, in bcm2835_mbox_index_xlate()
Dimx-mailbox.c60 struct mbox_controller mbox;
70 static struct imx_mu_priv *to_imx_mu_priv(struct mbox_controller *mbox) in to_imx_mu_priv()
232 static struct mbox_chan * imx_mu_xlate(struct mbox_controller *mbox, in imx_mu_xlate()
Dtegra-hsp.c88 struct mbox_controller mbox_db;
89 struct mbox_controller mbox_sm;
493 static struct mbox_chan *tegra_hsp_db_xlate(struct mbox_controller *mbox, in tegra_hsp_db_xlate()
532 static struct mbox_chan *tegra_hsp_sm_xlate(struct mbox_controller *mbox, in tegra_hsp_sm_xlate()
Dzynqmp-ipi-mailbox.c92 struct mbox_controller mbox;
403 static struct mbox_chan *zynqmp_ipi_of_xlate(struct mbox_controller *mbox, in zynqmp_ipi_of_xlate()
478 struct mbox_controller *mbox; in zynqmp_ipi_mbox_probe()
Dhi6220-mailbox.c86 struct mbox_controller controller;
222 static struct mbox_chan *hi6220_mbox_xlate(struct mbox_controller *controller, in hi6220_mbox_xlate()
Dti-msgmgr.c140 struct mbox_controller mbox;
517 static struct mbox_chan *ti_msgmgr_of_xlate(struct mbox_controller *mbox, in ti_msgmgr_of_xlate()
715 struct mbox_controller *mbox; in ti_msgmgr_probe()
Dqcom-apcs-ipc-mailbox.c19 struct mbox_controller mbox;
Darm_mhu.c37 struct mbox_controller mbox;
Dplatform_mhu.c43 struct mbox_controller mbox;
Darmada-37xx-rwtm-mailbox.c38 struct mbox_controller controller;
Dmailbox-xgene-slimpro.c63 struct mbox_controller mb_ctrl;
Dmtk-cmdq-mailbox.c71 struct mbox_controller mbox;
441 static struct mbox_chan *cmdq_xlate(struct mbox_controller *mbox, in cmdq_xlate()
Drockchip-mailbox.c42 struct mbox_controller mbox;
Dmailbox-altera.c45 struct mbox_controller controller;
Dbcm-pdc-mailbox.c293 struct mbox_controller mbc;
582 struct mbox_controller *mbc; in pdc_receive_one()
1440 struct mbox_controller *mbc; in pdc_mb_init()
Dpcc.c74 static struct mbox_controller pcc_mbox_ctrl = {};
Dstm32-ipcc.c49 struct mbox_controller controller;
Domap-mailbox.c85 struct mbox_controller controller;
672 static struct mbox_chan *omap_mbox_of_xlate(struct mbox_controller *controller, in omap_mbox_of_xlate()
Dbcm-flexrm-mailbox.c299 struct mbox_controller controller;
1455 static struct mbox_chan *flexrm_mbox_of_xlate(struct mbox_controller *cntlr, in flexrm_mbox_of_xlate()
/Linux-v5.4/Documentation/
Dmailbox.txt29 Allocate mbox_controller and the array of mbox_chan.