Home
last modified time | relevance | path

Searched refs:subnode (Results 1 – 25 of 44) sorted by relevance

12

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dlantiq,pinctrl-falcon.txt18 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 Daxis,artpec6-pinctrl.txt8 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 Dpinctrl-vt8500.txt25 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 Dlantiq,pinctrl-xway.txt23 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 Dpinctrl-palmas.txt22 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 Dnvidia,tegra124-xusb-padctl.txt40 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 Dste,nomadik.txt20 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 Dpinctrl_spear.txt39 The name of each subnode is not important; all subnodes should be enumerated
42 Required subnode-properties:
H A Dcortina,gemini-pinctrl.txt7 The pin controller node must be a subnode of the system controller node.
/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c102 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 Ddtc-parser.y86 %type <node> subnode
561 | subnode subnodes
565 | subnode propdef
572 subnode:
583 | DT_OMIT_NO_REF subnode
587 | DT_LABEL subnode
H A Dlivetree.c832 struct node *subnode, **tbl; in sort_subnodes() local
834 for_each_child_withdel(node, subnode) in sort_subnodes()
842 for_each_child_withdel(node, subnode) in sort_subnodes()
843 tbl[i++] = subnode; in sort_subnodes()
1293 struct node *subnode = get_subnode(n, lfsubnode->name); in local_fixup_phandles_node() local
1295 if (!subnode) { in local_fixup_phandles_node()
1302 local_fixup_phandles_node(dti, lfsubnode, subnode); in local_fixup_phandles_node()
/linux/Documentation/devicetree/bindings/sound/
H A Dmt8173-rt5650.txt10 - codec-capture : the subnode of rt5650 codec capture
11 Required codec-capture subnode properties:
/linux/Documentation/devicetree/bindings/hwmon/
H A Dnpcm750-pwm-fan.txt27 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.
/linux/Documentation/devicetree/bindings/mfd/
H A Dtps6105x.txt12 This subnode selects the chip's operational mode.
13 There can be at most one single available subnode.
/linux/Documentation/devicetree/bindings/clock/st/
H A Dst,clkgen.txt7 address is common of all subnode.
31 Each subnode should use the binding described in [2]..[7]
/linux/Documentation/firmware-guide/acpi/dsd/
H A Dphy.rst60 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/scripts/dtc/libfdt/
H A Dfdt_overlay.c772 int subnode; in overlay_apply_node() local
792 fdt_for_each_subnode(subnode, fdto, node) { in overlay_apply_node()
793 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node()
807 ret = overlay_apply_node(fdt, nnode, fdto, subnode); in overlay_apply_node()
/linux/Documentation/devicetree/bindings/regulator/
H A Dmp8859.txt7 Optional subnode for regulator: "mp8859_dcdc", using common regulator
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-femac-mdio.txt8 - PHY subnode: inherits from phy binding [1]
H A Dsnps,dwc-qos-ethernet.txt120 - 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 Dibm,emac.txt86 - 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:
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dovti,ov9650.txt16 subnode for its digital output video port, in accordance with the video
H A Dovti,ov7740.txt9 node should contain one 'port' child node with an 'endpoint' subnode.
/linux/drivers/phy/ti/
H A Dphy-j721e-wiz.c1415 for_each_child_of_node_scoped(serdes, subnode) { in wiz_get_lane_phy_types()
1419 if (!(of_node_name_eq(subnode, "phy") || in wiz_get_lane_phy_types()
1420 of_node_name_eq(subnode, "link"))) in wiz_get_lane_phy_types()
1423 ret = of_property_read_u32(subnode, "reg", &reg); in wiz_get_lane_phy_types()
1427 __func__, subnode->name, ret); in wiz_get_lane_phy_types()
1431 of_property_read_u32(subnode, "cdns,num-lanes", &num_lanes); in wiz_get_lane_phy_types()
1432 of_property_read_u32(subnode, "cdns,phy-type", &phy_type); in wiz_get_lane_phy_types()

12