Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dmailbox_controller.h75 struct mbox_controller { struct
83 struct mbox_chan *(*fw_xlate)(struct mbox_controller *mbox, argument
85 struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox, argument
122 struct mbox_controller *mbox;
133 int mbox_controller_register(struct mbox_controller *mbox); /* can sleep */
134 void mbox_controller_unregister(struct mbox_controller *mbox); /* can sleep */
139 struct mbox_controller *mbox);
/linux/drivers/mailbox/
H A Dmailbox.c109 struct mbox_controller *mbox = in txdone_hrtimer()
110 container_of(hrtimer, struct mbox_controller, poll_hrt); in txdone_hrtimer()
389 struct mbox_controller *mbox; in mbox_request_channel()
489 static struct mbox_chan *fw_mbox_index_xlate(struct mbox_controller *mbox, in fw_mbox_index_xlate()
504 int mbox_controller_register(struct mbox_controller *mbox) in mbox_controller_register()
553 void mbox_controller_unregister(struct mbox_controller *mbox) in mbox_controller_unregister()
574 struct mbox_controller **mbox = res; in __devm_mbox_controller_unregister()
592 struct mbox_controller *mbox) in devm_mbox_controller_register()
594 struct mbox_controller **ptr; in devm_mbox_controller_register()
H A Dmtk-adsp-mailbox.c19 struct mbox_controller mbox;
31 static inline struct mtk_adsp_mbox_priv *get_mtk_adsp_mbox_priv(struct mbox_controller *mbox) in get_mtk_adsp_mbox_priv()
56 static struct mbox_chan *mtk_adsp_mbox_xlate(struct mbox_controller *mbox, in mtk_adsp_mbox_xlate()
111 struct mbox_controller *mbox; in mtk_adsp_mbox_probe()
H A Dexynos-mailbox.c41 struct mbox_controller *mbox;
69 static struct mbox_chan *exynos_mbox_of_xlate(struct mbox_controller *mbox, in exynos_mbox_of_xlate()
99 struct mbox_controller *mbox; in exynos_mbox_probe()
H A Darm_mhu_db.c41 struct mbox_controller mbox;
59 mhu_db_mbox_to_channel(struct mbox_controller *mbox, unsigned int pchan, in mhu_db_mbox_to_channel()
99 struct mbox_controller *mbox = &mhu->mbox; in mhu_db_mbox_irq_to_channel()
168 struct mbox_controller *mbox = &chan_info->mhu->mbox; in mhu_db_shutdown()
186 static struct mbox_chan *mhu_db_mbox_xlate(struct mbox_controller *mbox, in mhu_db_mbox_xlate()
H A 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()
406 struct mbox_controller *mbox; in sti_mbox_probe()
H A Dmtk-vcp-mailbox.c18 struct mbox_controller mbox;
49 static struct mbox_chan *mtk_vcp_mbox_xlate(struct mbox_controller *mbox, in mtk_vcp_mbox_xlate()
102 struct mbox_controller *mbox; in mtk_vcp_mbox_probe()
H A Dqcom-ipcc.c58 struct mbox_controller mbox;
63 static inline struct qcom_ipcc *to_qcom_ipcc(struct mbox_controller *mbox) in to_qcom_ipcc()
165 static struct mbox_chan *qcom_ipcc_mbox_xlate(struct mbox_controller *mbox, in qcom_ipcc_mbox_xlate()
214 struct mbox_controller *mbox; in qcom_ipcc_setup_mbox()
H A Dhi3660-mailbox.c77 struct mbox_controller controller;
80 static struct hi3660_mbox *to_hi3660_mbox(struct mbox_controller *mbox) in to_hi3660_mbox()
211 static struct mbox_chan *hi3660_mbox_xlate(struct mbox_controller *controller, in hi3660_mbox_xlate()
H A Dqcom-cpucp-mbox.c38 struct mbox_controller mbox;
117 struct mbox_controller *mbox; in qcom_cpucp_mbox_probe()
H A 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()
H A Dcv1800-mailbox.c47 struct mbox_controller mbox;
139 static struct mbox_chan *cv1800_mbox_xlate(struct mbox_controller *mbox, in cv1800_mbox_xlate()
H A Dmailbox-mchp-ipc-sbi.c113 struct mbox_controller controller;
143 static struct mchp_ipc_sbi_mbox *to_mchp_ipc_mbox(struct mbox_controller *mbox) in to_mchp_ipc_mbox()
356 static struct mbox_chan *mchp_ipc_mbox_xlate(struct mbox_controller *controller, in mchp_ipc_mbox_xlate()
H A Darm_mhuv3.c361 struct mbox_controller mbox;
559 struct mbox_controller *mbox = &mhu->mbox; in mhuv3_dbe_mbox_of_xlate()
598 struct mbox_controller *mbox = &mhu->mbox; in mhuv3_dbe_channels_init()
772 struct mbox_controller *mbox = &mhu->mbox; in mhuv3_initialize_channels()
788 static struct mbox_chan *mhuv3_mbox_of_xlate(struct mbox_controller *mbox, in mhuv3_mbox_of_xlate()
H A Dmailbox-th1520.c70 struct mbox_controller mbox;
81 to_th1520_mbox_priv(struct mbox_controller *mbox) in to_th1520_mbox_priv()
349 static struct mbox_chan *th1520_mbox_xlate(struct mbox_controller *mbox, in th1520_mbox_xlate()
H A Dbcm74110-mailbox.c110 struct mbox_controller controller;
134 struct mbox_controller *cntrl) in bcm74110_mbox_from_cntrl()
532 static struct mbox_chan *bcm74110_mbox_of_xlate(struct mbox_controller *cntrl, in bcm74110_mbox_of_xlate()
H A Dhi6220-mailbox.c87 struct mbox_controller controller;
223 static struct mbox_chan *hi6220_mbox_xlate(struct mbox_controller *controller, in hi6220_mbox_xlate()
H A Dtegra-hsp.c113 struct mbox_controller mbox_db;
114 struct mbox_controller mbox_sm;
590 static struct mbox_chan *tegra_hsp_db_xlate(struct mbox_controller *mbox, in tegra_hsp_db_xlate()
629 static struct mbox_chan *tegra_hsp_sm_xlate(struct mbox_controller *mbox, in tegra_hsp_sm_xlate()
H A Dimx-mailbox.c93 struct mbox_controller mbox;
145 static struct imx_mu_priv *to_imx_mu_priv(struct mbox_controller *mbox) in to_imx_mu_priv()
672 static struct mbox_chan *imx_mu_specific_xlate(struct mbox_controller *mbox, in imx_mu_specific_xlate()
708 static struct mbox_chan * imx_mu_xlate(struct mbox_controller *mbox, in imx_mu_xlate()
742 static struct mbox_chan *imx_mu_seco_xlate(struct mbox_controller *mbox, in imx_mu_seco_xlate()
H A Dsprd-mailbox.c80 struct mbox_controller mbox;
95 static struct sprd_mbox_priv *to_sprd_mbox_priv(struct mbox_controller *mbox) in to_sprd_mbox_priv()
H A Dti-msgmgr.c143 struct mbox_controller mbox;
573 static struct mbox_chan *ti_msgmgr_of_xlate(struct mbox_controller *mbox, in ti_msgmgr_of_xlate()
817 struct mbox_controller *mbox; in ti_msgmgr_probe()
H A Dzynqmp-ipi-mailbox.c114 struct mbox_controller mbox;
442 static struct mbox_chan *zynqmp_ipi_of_xlate(struct mbox_controller *mbox, in zynqmp_ipi_of_xlate()
510 struct mbox_controller *mbox; in zynqmp_ipi_mbox_probe()
H A Darm_mhu.c38 struct mbox_controller mbox;
H A Dplatform_mhu.c44 struct mbox_controller mbox;
H A Dqcom-apcs-ipc-mailbox.c19 struct mbox_controller mbox;

12