Home
last modified time | relevance | path

Searched refs:mbox_request_channel (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.1.9/include/linux/
Dmailbox_client.h42 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index);
/linux-6.1.9/drivers/mailbox/
Dmailbox.c337 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/
Dmailbox.rst113 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/
Dclk-hi3660-stub.c138 stub_clk_chan.mbox = mbox_request_channel(&stub_clk_chan.cl, 0); in hi3660_stub_clk_probe()
Dclk-hi6220-stub.c225 stub_clk->mbox = mbox_request_channel(&stub_clk->cl, 0); in hi6220_stub_clk_probe()
/linux-6.1.9/drivers/soc/microchip/
Dmpfs-sys-controller.c108 sys_controller->chan = mbox_request_channel(&sys_controller->client, 0); in mpfs_sys_controller_probe()
/linux-6.1.9/drivers/firmware/arm_scmi/
Dmailbox.c96 smbox->chan = mbox_request_channel(cl, tx ? 0 : 1); in mailbox_chan_setup()
/linux-6.1.9/drivers/firmware/
Draspberrypi.c270 fw->chan = mbox_request_channel(&fw->cl, 0); in rpi_firmware_probe()
Dturris-mox-rwtm.c506 rwtm->mbox = mbox_request_channel(&rwtm->mbox_client, 0); in turris_mox_rwtm_probe()
Darm_scpi.c979 pchan->chan = mbox_request_channel(cl, idx); in scpi_probe()
/linux-6.1.9/drivers/firmware/tegra/
Dbpmp-tegra186.c227 priv->mbox.channel = mbox_request_channel(&priv->mbox.client, 0); in tegra186_bpmp_init()
/linux-6.1.9/drivers/irqchip/
Dirq-qcom-mpm.c414 priv->mbox_chan = mbox_request_channel(&priv->mbox_client, 0); in qcom_mpm_init()
/linux-6.1.9/drivers/soc/mediatek/
Dmtk-cmdq-helper.c84 client->chan = mbox_request_channel(&client->client, index); in cmdq_mbox_create()
/linux-6.1.9/drivers/soc/qcom/
Dqcom_aoss.c499 qmp->mbox_chan = mbox_request_channel(&qmp->mbox_client, 0); in qmp_probe()
Dsmp2p.c560 smp2p->mbox_chan = mbox_request_channel(&smp2p->mbox_client, 0); in qcom_smp2p_probe()
/linux-6.1.9/drivers/soc/ti/
Dwkup_m3_ipc.c650 m3_ipc->mbox = mbox_request_channel(&m3_ipc->mbox_client, 0); in wkup_m3_ipc_probe()
/linux-6.1.9/drivers/i2c/busses/
Di2c-xgene-slimpro.c464 ctx->mbox_chan = mbox_request_channel(cl, MAILBOX_I2C_INDEX); in xgene_slimpro_i2c_probe()
/linux-6.1.9/drivers/hwmon/
Dxgene-hwmon.c648 ctx->mbox_chan = mbox_request_channel(cl, 0); in xgene_hwmon_probe()
/linux-6.1.9/drivers/remoteproc/
Dti_k3_dsp_remoteproc.c232 kproc->mbox = mbox_request_channel(client, 0); in k3_dsp_rproc_request_mbox()
Domap_remoteproc.c612 oproc->mbox = mbox_request_channel(client, 0); in omap_rproc_start()
Dti_k3_r5_remoteproc.c392 kproc->mbox = mbox_request_channel(client, 0); in k3_r5_rproc_request_mbox()
/linux-6.1.9/drivers/soc/apple/
Drtkit.c694 mbox_request_channel(&rtk->mbox_cl, rtk->mbox_idx); in apple_rtkit_request_mbox_chan()
/linux-6.1.9/drivers/gpu/drm/mediatek/
Dmtk_drm_crtc.c972 mbox_request_channel(&mtk_crtc->cmdq_client.client, in mtk_drm_crtc_create()
/linux-6.1.9/drivers/rpmsg/
Dqcom_smd.c1369 edge->mbox_chan = mbox_request_channel(&edge->mbox_client, 0); in qcom_smd_parse_edge()
Dqcom_glink_native.c1758 glink->mbox_chan = mbox_request_channel(&glink->mbox_client, 0); in qcom_glink_native_probe()

12