Searched refs:mbox_chan_ops (Results 1 – 21 of 21) sorted by relevance
47 struct mbox_chan_ops { struct76 const struct mbox_chan_ops *ops;
52 static const struct mbox_chan_ops qcom_apcs_ipc_ops = {
113 static const struct mbox_chan_ops mhu_ops = {
126 static const struct mbox_chan_ops bcm2835_mbox_chan_ops = {
116 static const struct mbox_chan_ops platform_mhu_ops = {
177 static const struct mbox_chan_ops slimpro_mbox_ops = {
209 static struct mbox_chan_ops hi3660_mbox_ops = {
109 static const struct mbox_chan_ops rockchip_mbox_chan_ops = {
288 static const struct mbox_chan_ops altera_mbox_ops = {
224 static const struct mbox_chan_ops hi6220_mbox_ops = {
226 static const struct mbox_chan_ops imx_mu_ops = {
371 static const struct mbox_chan_ops pcc_chan_ops = {
184 static const struct mbox_chan_ops stm32_ipcc_ops = {
387 static const struct mbox_chan_ops sti_mbox_ops = {
284 static const struct mbox_chan_ops tegra_hsp_doorbell_ops = {
435 static const struct mbox_chan_ops cmdq_mbox_chan_ops = {
646 static const struct mbox_chan_ops ti_msgmgr_chan_ops = {
593 static const struct mbox_chan_ops omap_mbox_chan_ops = {
1432 static const struct mbox_chan_ops pdc_mbox_chan_ops = {
1452 static const struct mbox_chan_ops flexrm_mbox_chan_ops = {
30 Populate mbox_chan_ops, except peek_data() all are mandatory.