Home
last modified time | relevance | path

Searched refs:chnls (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mailbox/
Domap-mailbox.c697 struct mbox_chan *chnls; in omap_mbox_probe() local
805 chnls = devm_kzalloc(&pdev->dev, (info_count + 1) * sizeof(*chnls), in omap_mbox_probe()
807 if (!chnls) in omap_mbox_probe()
842 mbox->chan = &chnls[i]; in omap_mbox_probe()
843 chnls[i].con_priv = mbox; in omap_mbox_probe()
857 mdev->controller.chans = chnls; in omap_mbox_probe()
/linux-4.4.14/Documentation/devicetree/bindings/spmi/
Dqcom,spmi-pmic-arb.txt23 "chnls" - tx-channel per virtual slave registers.
/linux-4.4.14/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi423 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";