| /linux-4.4.14/drivers/mailbox/ |
| D | omap-mailbox.c | 96 struct omap_mbox **mboxes; member 449 struct omap_mbox **mboxes = mdev->mboxes; in omap_mbox_device_find() local 452 if (!mboxes) in omap_mbox_device_find() 455 for (i = 0; (_mbox = mboxes[i]); i++) { in omap_mbox_device_find() 520 struct omap_mbox **mboxes; in omap_mbox_register() local 522 if (!mdev || !mdev->mboxes) in omap_mbox_register() 525 mboxes = mdev->mboxes; in omap_mbox_register() 526 for (i = 0; mboxes[i]; i++) { in omap_mbox_register() 527 struct omap_mbox *mbox = mboxes[i]; in omap_mbox_register() 545 device_unregister(mboxes[i]->dev); in omap_mbox_register() [all …]
|
| /linux-4.4.14/drivers/gpu/drm/gma500/ |
| D | opregion.c | 51 u32 mboxes; member 312 u32 opregion_phy, mboxes; in psb_intel_opregion_setup() local 340 mboxes = opregion->header->mboxes; in psb_intel_opregion_setup() 341 if (mboxes & MBOX_ACPI) { in psb_intel_opregion_setup() 346 if (mboxes & MBOX_ASLE) { in psb_intel_opregion_setup()
|
| /linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
| D | sti-mailbox.txt | 38 - mboxes : Standard property to specify a Mailbox (See ./mailbox.txt) 42 - mbox-names : Name given to channels seen in the 'mboxes' property. 49 mboxes = <&mailbox2 0 1>, <&mailbox0 2 1>;
|
| D | altera-mailbox.txt | 35 "mboxes" and the optional "mbox-names" (please see 37 of the mboxes property should contain a phandle to the mailbox controller 47 mboxes = <&mbox_tx 0>,
|
| D | mailbox.txt | 22 - mboxes: List of phandle and mailbox channel specifiers. 31 mboxes = <&mailbox 0 &mailbox 1>;
|
| D | brcm,bcm2835-mbox.txt | 24 mboxes = <&mailbox>;
|
| D | omap-mailbox.txt | 89 them using the common mailbox binding properties, "mboxes" and the optional 91 for details). Each value of the mboxes property should contain a phandle to the 122 mboxes = <&mailbox &mbox_dsp>;
|
| D | arm-mhu.txt | 42 mboxes = <&mhu 1>; /* HP-NonSecure */
|
| /linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
| D | raspberrypi,bcm2835-firmware.txt | 6 - mboxes: Phandle to the firmware device's Mailbox. 13 mboxes = <&mailbox>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
| D | i2c-xgene-slimpro.txt | 8 - mboxes : use the label reference for the mailbox as the first parameter. 14 mboxes = <&mailbox 0>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ |
| D | hi6220-clock.txt | 30 - mboxes: use the label reference for the mailbox as the first parameter, the 45 mboxes = <&mailbox 1>;
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | intel_opregion.c | 63 u32 mboxes; member 901 u32 asls, mboxes; in intel_opregion_setup() local 938 mboxes = opregion->header->mboxes; in intel_opregion_setup() 939 if (mboxes & MBOX_ACPI) { in intel_opregion_setup() 944 if (mboxes & MBOX_SWSCI) { in intel_opregion_setup() 949 if (mboxes & MBOX_ASLE) { in intel_opregion_setup()
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | bcm2835-rpi.dtsi | 21 mboxes = <&mailbox>;
|
| D | am33xx.dtsi | 161 mboxes = <&mailbox &mbox_wkupm3>;
|
| D | am4372.dtsi | 171 mboxes = <&mailbox &mbox_wkupm3>;
|
| /linux-4.4.14/Documentation/ |
| D | mailbox.txt | 103 /* ASync mailbox is listed second in 'mboxes' property */ 110 /* Sync mailbox is listed first in 'mboxes' property */
|
| /linux-4.4.14/drivers/scsi/qla2xxx/ |
| D | qla_isr.c | 265 uint32_t mboxes; in qla2x00_mbx_completion() local 271 mboxes = (1 << ha->mbx_count) - 1; in qla2x00_mbx_completion() 275 mboxes = ha->mcp->in_mb; in qla2x00_mbx_completion() 280 mboxes >>= 1; in qla2x00_mbx_completion() 286 if ((cnt == 4 || cnt == 5) && (mboxes & BIT_0)) in qla2x00_mbx_completion() 288 else if (mboxes & BIT_0) in qla2x00_mbx_completion() 292 mboxes >>= 1; in qla2x00_mbx_completion() 2488 uint32_t mboxes; in qla24xx_mbx_completion() local 2494 mboxes = (1 << ha->mbx_count) - 1; in qla24xx_mbx_completion() 2498 mboxes = ha->mcp->in_mb; in qla24xx_mbx_completion() [all …]
|
| D | qla_mr.c | 50 uint32_t mboxes; in qlafx00_mailbox_command() local 116 mboxes = mcp->out_mb; in qlafx00_mailbox_command() 119 if (mboxes & BIT_0) in qlafx00_mailbox_command() 122 mboxes >>= 1; in qlafx00_mailbox_command() 193 mboxes = mcp->in_mb; in qlafx00_mailbox_command() 195 if (mboxes & BIT_0) in qlafx00_mailbox_command() 198 mboxes >>= 1; in qlafx00_mailbox_command()
|
| D | qla_mbx.c | 45 uint32_t mboxes; in qla2x00_mailbox_command() local 120 mboxes = mcp->out_mb; in qla2x00_mailbox_command() 128 if (mboxes & BIT_0) { in qla2x00_mailbox_command() 134 mboxes >>= 1; in qla2x00_mailbox_command() 250 mboxes = mcp->in_mb; in qla2x00_mailbox_command() 255 if (mboxes & BIT_0) { in qla2x00_mailbox_command() 261 mboxes >>= 1; in qla2x00_mailbox_command()
|
| /linux-4.4.14/Documentation/devicetree/bindings/arm/ |
| D | arm,scpi.txt | 11 - mboxes: List of phandle and mailbox channel specifiers 123 mboxes = <&mailbox 0 &mailbox 1>;
|
| /linux-4.4.14/arch/arm64/boot/dts/arm/ |
| D | juno-base.dtsi | 80 mboxes = <&mailbox 1>;
|
| /linux-4.4.14/Documentation/scsi/ |
| D | ChangeLog.lpfc | 228 * Since mboxes are now unconditionally allocated outside of the
|