Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 25 of 86) sorted by relevance

1234

/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/
H A Dbsc9131rdb.c57 struct node_info nodes[] = { variable
73 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
/rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/
H A Di2c-mux.txt4 numbered uniquely in a device dependent manner. The nodes for an i2c bus
12 Required properties for child nodes:
17 Optional properties for child nodes:
19 - Child nodes conforming to i2c bus binding
/rk3399_rockchip-uboot/lib/
H A Dfdtdec_test.c78 const char *nodes) in make_fdt() argument
97 for (s = nodes; *s; s++) { in make_fdt()
122 static int run_test(const char *aliases, const char *nodes, const char *expect) in run_test() argument
135 printf("aliases=%s, nodes=%s, expect=%s: ", aliases, nodes, expect); in run_test()
136 CHECKVAL(make_fdt(blob, FDT_SIZE, aliases, nodes), 0); in run_test()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dexynos4412.dtsi7 * Samsung's Exynos4412 SoC device nodes are listed in this file. Exynos4412
11 * Note: This file does not include device nodes for all the controllers in
13 * nodes can be added to this file.
H A Dexynos4x12.dtsi7 * Samsung's Exynos4x12 SoCs device nodes are listed in this file. Exynos4x12
11 * Note: This file does not include device nodes for all the controllers in
13 * nodes can be added to this file.
H A Dexynos4210.dtsi9 * Samsung's Exynos4210 SoC device nodes are listed in this file. Exynos4210
13 * Note: This file does not include device nodes for all the controllers in
15 * nodes can be added to this file.
/rk3399_rockchip-uboot/board/CarMediaLab/flea3/
H A Dflea3.c209 struct node_info nodes[] = { in ft_board_setup() local
219 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dmisc_gen5.c100 int nodes[2]; /* Max. two GMACs */ in socfpga_eth_reset() local
110 nodes, ARRAY_SIZE(nodes)); in socfpga_eth_reset()
112 node = nodes[i]; in socfpga_eth_reset()
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dti,dp83867.txt12 Default child nodes are standard Ethernet PHY device
13 nodes as described in doc/devicetree/bindings/net/ethernet.txt
H A Dfsl-tsec-phy.txt1 * TSEC-compatible ethernet nodes
21 Child nodes of the TSEC controller are typically the individual PHY devices
/rk3399_rockchip-uboot/board/isee/igep00x0/
H A Digep00x0.c161 static struct node_info nodes[] = { in ft_board_setup() local
166 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Dpinctrl-bindings.txt21 for client device device tree nodes to map those state names to the pin
28 nodes. The decision to do this or not somewhat rests with the author of
48 node. These referenced pin configuration nodes must be child
49 nodes of the pin controller that they configure. Multiple
52 from multiple nodes for a single pin controller, each
55 pin configuration nodes.
101 Pin controller devices should contain the pin configuration nodes that client
120 The contents of each of those pin configuration child nodes is defined
125 The pin configuration nodes need not be direct children of the pin controller
128 nodes, is again defined entirely by the binding for the individual pin
[all …]
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dsource_file_format.txt87 To identify FIT sub-nodes representing images, hashes, configurations (which
126 load addresses supplied within sub-image nodes. May be omitted when no
130 - images : This node contains a set of sub-nodes, each of them representing
135 - configurations : Contains a set of available configuration nodes and
142 This node is a container node for component sub-image nodes. Each sub-node of
185 Optional nodes:
190 5) Hash nodes
221 - default : Selects one of the configuration sub-nodes as a default
224 Mandatory nodes:
226 sub-nodes is required.
[all …]
/rk3399_rockchip-uboot/board/isee/igep003x/
H A Dboard.c215 static struct node_info nodes[] = { in ft_board_setup() local
219 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c276 int tegra_xusb_process_nodes(ofnode nodes[], unsigned int count, in tegra_xusb_process_nodes() argument
284 debug("%s: i=%d, node=%p\n", __func__, i, nodes[i].np); in tegra_xusb_process_nodes()
285 if (!ofnode_is_available(nodes[i])) in tegra_xusb_process_nodes()
290 err = tegra_xusb_padctl_parse_dt(&padctl, nodes[i]); in tegra_xusb_process_nodes()
/rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/
H A Dpwm.txt4 1) PWM user nodes
57 2) PWM controller nodes
60 PWM controller nodes must specify the number of cells used for the
/rk3399_rockchip-uboot/fs/ubifs/
H A Dgc.c247 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in sort_nodes()
289 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes()
292 err = dbg_check_data_nodes_order(c, &sleb->nodes); in sort_nodes()
366 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in move_nodes()
405 if (list_empty(&sleb->nodes) && list_empty(&nondata)) in move_nodes()
420 list_splice_tail(&nondata, &sleb->nodes); in move_nodes()
511 ubifs_assert(!list_empty(&sleb->nodes)); in ubifs_garbage_collect_leb()
512 snod = list_entry(sleb->nodes.next, struct ubifs_scan_node, list); in ubifs_garbage_collect_leb()
519 list_for_each_entry(snod, &sleb->nodes, list) { in ubifs_garbage_collect_leb()
H A Dscan.c143 INIT_LIST_HEAD(&sleb->nodes); in ubifs_start_scan()
219 list_add_tail(&snod->list, &sleb->nodes); in ubifs_add_snod()
365 head = &sleb->nodes; in ubifs_scan_destroy()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra124/
H A Dxusb-padctl.c324 ofnode nodes[1]; in tegra_xusb_padctl_init() local
335 nodes[0] = np_to_ofnode(np); in tegra_xusb_padctl_init()
346 nodes[i] = offset_to_ofnode(node_offsets[i]); in tegra_xusb_padctl_init()
349 ret = tegra_xusb_process_nodes(nodes, count, &tegra124_socdata); in tegra_xusb_padctl_init()
/rk3399_rockchip-uboot/doc/device-tree-bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt41 The BPMP implements some services which must be represented by separate nodes.
43 bindings represent each I2C controller as a device tree node. Such nodes should
50 itself, although no such configuration nodes are currently defined by this
56 hypothetical SPI bus service). As such, child device nodes will have no reg
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/
H A Dintel,x86-pinctrl.txt4 node and a set of child nodes for each pin on the SoC.
9 Pin nodes must be children of the pinctrl master node and can
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/
H A Dbsc9132qds.c361 struct node_info nodes[] = { variable
382 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra210/
H A Dxusb-padctl.c430 ofnode nodes[1]; in tegra_xusb_padctl_init() local
441 nodes[0] = np_to_ofnode(np); in tegra_xusb_padctl_init()
452 nodes[i] = offset_to_ofnode(node_offsets[i]); in tegra_xusb_padctl_init()
455 ret = tegra_xusb_process_nodes(nodes, count, &tegra210_socdata); in tegra_xusb_padctl_init()
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H A Dspi-ath79.txt9 Child nodes as per the generic SPI binding.
/rk3399_rockchip-uboot/board/toradex/colibri_imx7/
H A Dcolibri_imx7.c412 static struct node_info nodes[] = { in ft_board_setup() local
418 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()

1234