Searched refs:mbox_request_channel (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.1.9/include/linux/ |
D | mailbox_client.h | 42 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index);
|
/linux-6.1.9/drivers/mailbox/ |
D | mailbox.c | 337 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index) in mbox_request_channel() function 406 EXPORT_SYMBOL_GPL(mbox_request_channel); 429 return mbox_request_channel(cl, index); in mbox_request_channel_byname()
|
/linux-6.1.9/Documentation/driver-api/ |
D | mailbox.rst | 113 dc_async->mbox = mbox_request_channel(&dc_async->cl, 1); 120 dc_sync->mbox = mbox_request_channel(&dc_sync->cl, 0);
|
/linux-6.1.9/drivers/clk/hisilicon/ |
D | clk-hi3660-stub.c | 138 stub_clk_chan.mbox = mbox_request_channel(&stub_clk_chan.cl, 0); in hi3660_stub_clk_probe()
|
D | clk-hi6220-stub.c | 225 stub_clk->mbox = mbox_request_channel(&stub_clk->cl, 0); in hi6220_stub_clk_probe()
|
/linux-6.1.9/drivers/soc/microchip/ |
D | mpfs-sys-controller.c | 108 sys_controller->chan = mbox_request_channel(&sys_controller->client, 0); in mpfs_sys_controller_probe()
|
/linux-6.1.9/drivers/firmware/arm_scmi/ |
D | mailbox.c | 96 smbox->chan = mbox_request_channel(cl, tx ? 0 : 1); in mailbox_chan_setup()
|
/linux-6.1.9/drivers/firmware/ |
D | raspberrypi.c | 270 fw->chan = mbox_request_channel(&fw->cl, 0); in rpi_firmware_probe()
|
D | turris-mox-rwtm.c | 506 rwtm->mbox = mbox_request_channel(&rwtm->mbox_client, 0); in turris_mox_rwtm_probe()
|
D | arm_scpi.c | 979 pchan->chan = mbox_request_channel(cl, idx); in scpi_probe()
|
/linux-6.1.9/drivers/firmware/tegra/ |
D | bpmp-tegra186.c | 227 priv->mbox.channel = mbox_request_channel(&priv->mbox.client, 0); in tegra186_bpmp_init()
|
/linux-6.1.9/drivers/irqchip/ |
D | irq-qcom-mpm.c | 414 priv->mbox_chan = mbox_request_channel(&priv->mbox_client, 0); in qcom_mpm_init()
|
/linux-6.1.9/drivers/soc/mediatek/ |
D | mtk-cmdq-helper.c | 84 client->chan = mbox_request_channel(&client->client, index); in cmdq_mbox_create()
|
/linux-6.1.9/drivers/soc/qcom/ |
D | qcom_aoss.c | 499 qmp->mbox_chan = mbox_request_channel(&qmp->mbox_client, 0); in qmp_probe()
|
D | smp2p.c | 560 smp2p->mbox_chan = mbox_request_channel(&smp2p->mbox_client, 0); in qcom_smp2p_probe()
|
/linux-6.1.9/drivers/soc/ti/ |
D | wkup_m3_ipc.c | 650 m3_ipc->mbox = mbox_request_channel(&m3_ipc->mbox_client, 0); in wkup_m3_ipc_probe()
|
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-xgene-slimpro.c | 464 ctx->mbox_chan = mbox_request_channel(cl, MAILBOX_I2C_INDEX); in xgene_slimpro_i2c_probe()
|
/linux-6.1.9/drivers/hwmon/ |
D | xgene-hwmon.c | 648 ctx->mbox_chan = mbox_request_channel(cl, 0); in xgene_hwmon_probe()
|
/linux-6.1.9/drivers/remoteproc/ |
D | ti_k3_dsp_remoteproc.c | 232 kproc->mbox = mbox_request_channel(client, 0); in k3_dsp_rproc_request_mbox()
|
D | omap_remoteproc.c | 612 oproc->mbox = mbox_request_channel(client, 0); in omap_rproc_start()
|
D | ti_k3_r5_remoteproc.c | 392 kproc->mbox = mbox_request_channel(client, 0); in k3_r5_rproc_request_mbox()
|
/linux-6.1.9/drivers/soc/apple/ |
D | rtkit.c | 694 mbox_request_channel(&rtk->mbox_cl, rtk->mbox_idx); in apple_rtkit_request_mbox_chan()
|
/linux-6.1.9/drivers/gpu/drm/mediatek/ |
D | mtk_drm_crtc.c | 972 mbox_request_channel(&mtk_crtc->cmdq_client.client, in mtk_drm_crtc_create()
|
/linux-6.1.9/drivers/rpmsg/ |
D | qcom_smd.c | 1369 edge->mbox_chan = mbox_request_channel(&edge->mbox_client, 0); in qcom_smd_parse_edge()
|
D | qcom_glink_native.c | 1758 glink->mbox_chan = mbox_request_channel(&glink->mbox_client, 0); in qcom_glink_native_probe()
|
12