| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | lantiq,pinctrl-falcon.txt | 18 The name of each subnode is not important as long as it is unique; all subnodes 21 Each subnode only affects those parameters that are explicitly listed. In 22 other words, a subnode that lists a mux function but no pin configuration 24 Similarly, a pin subnode that describes a pullup parameter implies no 31 Required subnode-properties: 49 Required subnode-properties: 53 Optional subnode-properties:
|
| H A D | axis,artpec6-pinctrl.txt | 8 A pinctrl node should contain at least one subnode representing the pinctrl 9 groups available on the machine. Each subnode will list the mux function 10 required and what pin group it will use. Each subnode will also configure the 15 Required subnode-properties: 49 Optional subnode-properties (see pinctrl-bindings.txt):
|
| H A D | pinctrl-vt8500.txt | 25 configuration. Each subnode only affects those parameters that are explicitly 26 listed. In other words, a subnode that lists only a mux function implies no 27 information about any pull configuration. Similarly, a subnode that lists only 30 Required subnode-properties: 33 Optional subnode-properties:
|
| H A D | lantiq,pinctrl-xway.txt | 23 The name of each subnode is not important as long as it is unique; all subnodes 26 Each subnode only affects those parameters that are explicitly listed. In 27 other words, a subnode that lists a mux function but no pin configuration 29 Similarly, a pin subnode that describes a pullup parameter implies no 36 Required subnode-properties: 106 Required subnode-properties: 110 Optional subnode-properties:
|
| H A D | pinctrl-palmas.txt | 22 The name of each subnode is not important; all subnodes should be enumerated 25 Each subnode only affects those parameters that are explicitly listed. In 26 other words, a subnode that lists a mux function but no pin configuration 28 Similarly, a pin subnode that describes a pullup parameter implies no
|
| H A D | nvidia,tegra124-xusb-padctl.txt | 40 Each subnode describes groups of lanes along with parameters and pads that 44 Each subnode only applies the parameters that are explicitly listed. In other 45 words, if a subnode that lists a function but no pin configuration parameters 47 subnode that describes only an IDDQ parameter implies no information about
|
| H A D | ste,nomadik.txt | 20 The name of each subnode is not important; all subnodes should be enumerated 25 Required pin multiplexing subnode properties: 32 Required pin configuration subnode properties:
|
| H A D | cortina,gemini-pinctrl.txt | 7 The pin controller node must be a subnode of the system controller node.
|
| H A D | pinctrl_spear.txt | 39 The name of each subnode is not important; all subnodes should be enumerated 42 Required subnode-properties:
|
| H A D | pinctrl-sirf.txt | 19 Required subnode-properties:
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | kaslr_booke.c | 102 int subnode, len, i; in overlaps_reserved_region() local 117 for (subnode = fdt_first_subnode(fdt, regions.reserved_mem); in overlaps_reserved_region() 118 subnode >= 0; in overlaps_reserved_region() 119 subnode = fdt_next_subnode(fdt, subnode)) { in overlaps_reserved_region() 124 reg = fdt_getprop(fdt, subnode, "reg", &len); in overlaps_reserved_region()
|
| /linux/scripts/dtc/ |
| H A D | dtc-parser.y | 86 %type <node> subnode 561 | subnode subnodes 565 | subnode propdef 572 subnode: 583 | DT_OMIT_NO_REF subnode 587 | DT_LABEL subnode
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | mt8173-rt5650.txt | 10 - codec-capture : the subnode of rt5650 codec capture 11 Required codec-capture subnode properties:
|
| /linux/Documentation/devicetree/bindings/clock/st/ |
| H A D | st,clkgen.txt | 7 address is common of all subnode. 31 Each subnode should use the binding described in [2]..[7]
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | tps6105x.txt | 12 This subnode selects the chip's operational mode. 13 There can be at most one single available subnode.
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | npcm750-pwm-fan.txt | 27 fan subnode format: 29 Under fan subnode can be upto 8 child nodes, each child node representing a fan. 30 Each fan subnode must have one PWM channel and at least one Fan tach channel.
|
| H A D | aspeed-pwm-tacho.txt | 29 fan subnode format: 31 Under fan subnode there can upto 8 child nodes, with each child node
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | phy.rst | 60 The "fixed-link" is described by a data-only subnode of the 64 The subnode should comprise a required property ("speed") and 162 MAC node example with a "fixed-link" subnode. 179 Name (LNK0, Package(){ // Data-only subnode of port
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | mp8859.txt | 7 Optional subnode for regulator: "mp8859_dcdc", using common regulator
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | hisilicon-femac-mdio.txt | 8 - PHY subnode: inherits from phy binding [1]
|
| H A D | snps,dwc-qos-ethernet.txt | 120 - mdio device tree subnode: When the GMAC has a phy connected to its local 121 mdio, there must be device tree subnode with the following 132 - fixed-mode device tree subnode: see fixed-link.txt in the same directory
|
| H A D | ibm,emac.txt | 86 - fixed-link : Fixed-link subnode describing a link to a non-MDIO 90 - mdio subnode : When the EMAC has a phy connected to its local 93 tree subnode with the following required properties:
|
| H A D | nixge.txt | 19 - mdio subnode to indicate presence of MDIO controller
|
| /linux/drivers/phy/ti/ |
| H A D | phy-j721e-wiz.c | 1414 for_each_child_of_node_scoped(serdes, subnode) { in wiz_get_lane_phy_types() 1418 if (!(of_node_name_eq(subnode, "phy") || in wiz_get_lane_phy_types() 1419 of_node_name_eq(subnode, "link"))) in wiz_get_lane_phy_types() 1422 ret = of_property_read_u32(subnode, "reg", ®); in wiz_get_lane_phy_types() 1426 __func__, subnode->name, ret); in wiz_get_lane_phy_types() 1429 of_property_read_u32(subnode, "cdns,num-lanes", &num_lanes); in wiz_get_lane_phy_types() 1430 of_property_read_u32(subnode, "cdns,phy-type", &phy_type); in wiz_get_lane_phy_types()
|
| /linux/Documentation/devicetree/bindings/net/dsa/ |
| H A D | lan9303.txt | 18 The integrated switch subnode should be specified according to the binding
|