Lines Matching full:mbox
3 * @brief MBOX Devicetree macro public API header file.
20 * @defgroup devicetree-mbox Devicetree MBOX API
26 * @brief Get the node identifier for the MBOX controller from a mboxes
31 * mbox1: mbox-controller@... { ... };
36 * mbox-names = "tx", "rx";
46 * as defined by the node's mbox-names property
48 * @return the node identifier for the MBOX controller in the named element
56 * @brief Get a MBOX channel value by name
60 * mbox1: mbox@... {
61 * #mbox-cells = <1>;
67 * mbox-names = "tx", "rx";
70 * Bindings fragment for the mbox compatible:
72 * mbox-cells:
82 * as defined by the node's mbox-names property