Symbol: mbox_chan_ops
drivers/mailbox/arm_mhu.c
103
static const struct mbox_chan_ops mhu_ops = {
drivers/mailbox/arm_mhu_db.c
240
static const struct mbox_chan_ops mhu_db_ops = {
drivers/mailbox/arm_mhuv2.c
749
static const struct mbox_chan_ops mhuv2_sender_ops = {
drivers/mailbox/arm_mhuv2.c
785
static const struct mbox_chan_ops mhuv2_receiver_ops = {
drivers/mailbox/arm_mhuv3.c
511
static const struct mbox_chan_ops mhuv3_sender_ops = {
drivers/mailbox/arm_mhuv3.c
547
static const struct mbox_chan_ops mhuv3_receiver_ops = {
drivers/mailbox/armada-37xx-rwtm-mailbox.c
137
static const struct mbox_chan_ops a37xx_mbox_ops = {
drivers/mailbox/ast2700-mailbox.c
147
static const struct mbox_chan_ops ast2700_mbox_chan_ops = {
drivers/mailbox/bcm-flexrm-mailbox.c
1427
static const struct mbox_chan_ops flexrm_mbox_chan_ops = {
drivers/mailbox/bcm-pdc-mailbox.c
1414
static const struct mbox_chan_ops pdc_mbox_chan_ops = {
drivers/mailbox/bcm2835-mailbox.c
120
static const struct mbox_chan_ops bcm2835_mbox_chan_ops = {
drivers/mailbox/bcm74110-mailbox.c
504
static const struct mbox_chan_ops bcm74110_mbox_chan_ops = {
drivers/mailbox/cix-mailbox.c
532
static const struct mbox_chan_ops cix_mbox_chan_ops = {
drivers/mailbox/cv1800-mailbox.c
134
static const struct mbox_chan_ops cv1800_mbox_chan_ops = {
drivers/mailbox/exynos-mailbox.c
65
static const struct mbox_chan_ops exynos_mbox_chan_ops = {
drivers/mailbox/hi3660-mailbox.c
206
static const struct mbox_chan_ops hi3660_mbox_ops = {
drivers/mailbox/hi6220-mailbox.c
216
static const struct mbox_chan_ops hi6220_mbox_ops = {
drivers/mailbox/imx-mailbox.c
666
static const struct mbox_chan_ops imx_mu_ops = {
drivers/mailbox/mailbox-altera.c
277
static const struct mbox_chan_ops altera_mbox_ops = {
drivers/mailbox/mailbox-mchp-ipc-sbi.c
350
static const struct mbox_chan_ops mchp_ipc_ops = {
drivers/mailbox/mailbox-mpfs.c
236
static const struct mbox_chan_ops mpfs_mbox_ops = {
drivers/mailbox/mailbox-sti.c
383
static const struct mbox_chan_ops sti_mbox_ops = {
drivers/mailbox/mailbox-th1520.c
330
static const struct mbox_chan_ops th1520_mbox_ops = {
drivers/mailbox/mailbox-xgene-slimpro.c
164
static const struct mbox_chan_ops slimpro_mbox_ops = {
drivers/mailbox/mtk-adsp-mailbox.c
99
static const struct mbox_chan_ops mtk_adsp_mbox_chan_ops = {
drivers/mailbox/mtk-cmdq-mailbox.c
613
static const struct mbox_chan_ops cmdq_mbox_chan_ops = {
drivers/mailbox/mtk-gpueb-mailbox.c
203
static const struct mbox_chan_ops mtk_gpueb_mbox_ops = {
drivers/mailbox/mtk-vcp-mailbox.c
93
static const struct mbox_chan_ops mtk_vcp_mbox_chan_ops = {
drivers/mailbox/omap-mailbox.c
330
static const struct mbox_chan_ops omap_mbox_chan_ops = {
drivers/mailbox/pcc.c
504
static const struct mbox_chan_ops pcc_chan_ops = {
drivers/mailbox/platform_mhu.c
109
static const struct mbox_chan_ops platform_mhu_ops = {
drivers/mailbox/qcom-apcs-ipc-mailbox.c
72
static const struct mbox_chan_ops qcom_apcs_ipc_ops = {
drivers/mailbox/qcom-cpucp-mbox.c
107
static const struct mbox_chan_ops qcom_cpucp_mbox_chan_ops = {
drivers/mailbox/qcom-ipcc.c
204
static const struct mbox_chan_ops ipcc_mbox_chan_ops = {
drivers/mailbox/riscv-sbi-mpxy-mbox.c
707
static const struct mbox_chan_ops mpxy_mbox_ops = {
drivers/mailbox/rockchip-mailbox.c
101
static const struct mbox_chan_ops rockchip_mbox_chan_ops = {
drivers/mailbox/sprd-mailbox.c
323
static const struct mbox_chan_ops sprd_mbox_ops = {
drivers/mailbox/stm32-ipcc.c
198
static const struct mbox_chan_ops stm32_ipcc_ops = {
drivers/mailbox/sun6i-msgbox.c
187
static const struct mbox_chan_ops sun6i_msgbox_chan_ops = {
drivers/mailbox/tegra-hsp.c
374
static const struct mbox_chan_ops tegra_hsp_db_ops = {
drivers/mailbox/tegra-hsp.c
583
static const struct mbox_chan_ops tegra_hsp_sm_ops = {
drivers/mailbox/ti-msgmgr.c
750
static const struct mbox_chan_ops ti_msgmgr_chan_ops = {
drivers/mailbox/zynqmp-ipi-mailbox.c
426
static const struct mbox_chan_ops zynqmp_ipi_chan_ops = {
include/linux/mailbox_controller.h
77
const struct mbox_chan_ops *ops;