Home
last modified time | relevance | path

Searched full:node (Results 501 – 525 of 1779) sorted by relevance

1...<<21222324252627282930>>...72

/openbmc/u-boot/tools/binman/etype/
H A Dintel_vbt.py21 def __init__(self, section, etype, node): argument
22 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_tpl_with_ucode_ptr.py22 def __init__(self, section, etype, node): argument
23 Entry_u_boot_with_ucode_ptr.__init__(self, section, etype, node)
H A Du_boot_spl_with_ucode_ptr.py24 def __init__(self, section, etype, node): argument
25 Entry_u_boot_with_ucode_ptr.__init__(self, section, etype, node)
H A Dintel_refcode.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Dintel_mrc.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_tpl_dtb.py21 def __init__(self, section, etype, node): argument
22 Entry_blob_dtb.__init__(self, section, etype, node)
H A Du_boot_spl_elf.py20 def __init__(self, section, etype, node): argument
21 Entry_blob.__init__(self, section, etype, node)
H A Dintel_vga.py24 def __init__(self, section, etype, node): argument
25 Entry_blob.__init__(self, section, etype, node)
H A Dpowerpc_mpc85xx_bootpg_resetvec.py21 def __init__(self, section, etype, node): argument
22 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_spl_dtb.py21 def __init__(self, section, etype, node): argument
22 Entry_blob_dtb.__init__(self, section, etype, node)
/openbmc/u-boot/drivers/gpio/
H A Ds5p_gpio.c312 int node; in gpio_exynos_bind() local
319 for (node = fdt_first_subnode(blob, dev_of_offset(parent)), bank = base; in gpio_exynos_bind()
320 node > 0; in gpio_exynos_bind()
321 node = fdt_next_subnode(blob, node), bank++) { in gpio_exynos_bind()
327 if (!fdtdec_get_bool(blob, node, "gpio-controller")) in gpio_exynos_bind()
333 plat->bank_name = fdt_get_name(blob, node, NULL); in gpio_exynos_bind()
339 dev_set_of_offset(dev, node); in gpio_exynos_bind()
/openbmc/openbmc/poky/scripts/
H A Dpythondeps46 def visit_Import(self, node): argument
47 for alias in node.names:
50 def visit_ImportFrom(self, node): argument
51 self.importsfrom.append((node.module, [a.name for a in node.names], node.level))
/openbmc/qemu/block/
H A Dcopy-on-read.c43 /* Find a bottom node name, if any */ in cor_open()
68 error_setg(errp, "Bottom node '%s' not found", bottom_node); in cor_open()
75 error_setg(errp, "Bottom node '%s' not opened", bottom_node); in cor_open()
80 error_setg(errp, "Bottom node '%s' is a filter", bottom_node); in cor_open()
99 * will be updated later when the filter node gets its parent. in cor_open()
120 /* We must not request write permissions for an inactive node, the child in cor_child_perm()
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c91 int node = dev_of_offset(dev); in i2c_arbitrator_probe() local
95 priv->slew_delay_us = fdtdec_get_int(blob, node, "slew-delay-us", 0); in i2c_arbitrator_probe()
96 priv->wait_retry_ms = fdtdec_get_int(blob, node, "wait-retry-us", 0) / in i2c_arbitrator_probe()
98 priv->wait_free_ms = fdtdec_get_int(blob, node, "wait-free-us", 0) / in i2c_arbitrator_probe()
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw-common.c23 int node = dev_of_offset(dev); in davinci_emac_3517_get_macid() local
30 syscon = fdtdec_lookup_phandle(fdt, node, "syscon"); in davinci_emac_3517_get_macid()
63 int node = dev_of_offset(dev); in cpsw_am33xx_cm_get_macid() local
70 syscon = fdtdec_lookup_phandle(fdt, node, "syscon"); in cpsw_am33xx_cm_get_macid()
/openbmc/qemu/tests/qemu-iotests/
H A D12941 'node-name=source,' \
82 # Add overlay above the source node so that we actually use a
89 'node-name': 'overlay',
98 node='source', overlay='overlay')
H A D242.out2 …rguments": {"disabled": false, "granularity": 16384, "name": "bitmap-0", "node": "drive0", "persis…
24 …arguments": {"disabled": true, "granularity": 32768, "name": "bitmap-1", "node": "drive0", "persis…
58 …rguments": {"disabled": false, "granularity": 65536, "name": "bitmap-2", "node": "drive0", "persis…
151 …rguments": {"disabled": false, "granularity": 16384, "name": "bitmap-0", "node": "drive0", "persis…
H A D299.out1 {"execute": "blockdev-add", "arguments": {"driver": "null-co", "node-name": "disk", "size": 1048576…
3 {"execute": "block-dirty-bitmap-add", "arguments": {"name": "bitmap0", "node": "disk"}}
H A D04091 …self.vm = iotests.VM().add_drive(test_img, "node-name=top,backing.node-name=mid,backing.backing.no…
169 self.assert_qmp(result, 'error/desc', "Cannot find device='' nor node-name='badfile'")
175 self.assert_qmp(result, 'error/desc', "Cannot find device='' nor node-name='badfile'")
181 self.assert_qmp(result, 'error/desc', "'top-node' and 'top' are mutually exclusive")
187 self.assert_qmp(result, 'error/desc', "'base-node' and 'base' are mutually exclusive")
252 # Tests that the insertion of the commit_top filter node doesn't make a
272 self.assert_qmp(result, 'return[0]/node-name', 'top')
273 self.assert_qmp(result, 'return[0]/backing/node-name', 'mid')
274 self.assert_qmp(result, 'return[0]/backing/backing/node-name', 'base')
435 # This tests what happens when the overlay image of the 'top' node
[all …]
/openbmc/u-boot/doc/device-tree-bindings/spi/
H A Dspi-bus.txt3 SPI busses can be described with a node for the SPI master device
9 The SPI master node requires the following properties:
16 No other properties are required in the SPI bus node. It is assumed
44 SPI slave nodes must be children of the SPI master node and can
/openbmc/u-boot/doc/device-tree-bindings/sound/
H A Dintel-hda.txt6 Top-level node
14 - intel,beep-nid: Node ID to use for beep (will be detected if not provided)
/openbmc/u-boot/fs/ubifs/
H A Dsb.c14 * change it. The superblock node mostly contains geometry information.
124 * Orphan nodes are stored in a separate area. One node can store a lot in create_default_filesystem()
126 * orphan node. At some point the nodes are consolidated into one in create_default_filesystem()
127 * orphan node. in create_default_filesystem()
201 /* Create default master node */ in create_default_filesystem()
261 dbg_gen("default master node created at LEB %d:0", UBIFS_MST_LNUM); in create_default_filesystem()
263 /* Create the root indexing node */ in create_default_filesystem()
284 dbg_gen("default root indexing node created LEB %d:0", in create_default_filesystem()
320 * The first node in the log has to be the commit start node. This is in create_default_filesystem()
322 * commit start node to the log. in create_default_filesystem()
[all …]
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst272 ``0``: completed transmittal of device tree node.
274 ``1``: instruct guest to prepare for next device tree sibling node.
276 ``2``: instruct guest to prepare for next device tree child node.
280 ``4``: instruct guest to ascend to parent device tree node.
298 ``wa`` offset of null-terminated string denoting the new node's name.
343 addition of a ``hot-plug-events`` node under ``/event-sources`` node of the
425 ``ibm,lrdr-capacity`` is a property in the /rtas device tree node that
444 ``ibm,dynamic-reconfiguration-memory`` is a device tree node that represents
445 dynamically reconfigurable logical memory blocks (LMB). This node is generated
448 reconfigurable is represented by ``/memory`` nodes. The properties of this node
[all …]
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dintel,x86-broadwell-pinctrl.txt3 Pin-muxing on broadwell devices can be described with a node for the PINCTRL
4 master node and a set of child nodes for each required pin state on the SoC.
8 The PINCTRL master node requires the following properties:
11 Pin state nodes must be sub-nodes of the pinctrl master node. The must have
33 The pin configuration node is also a sub-node of the pinctrl master node, but
/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape_fixup.c66 * node. It is a table, where each entry consists of 4 fields
81 /* find pci controller node */ in fdt_pcie_set_msi_map_entry()
85 #ifdef CONFIG_FSL_PCIE_COMPAT /* Compatible with older version of dts node */ in fdt_pcie_set_msi_map_entry()
119 * node. It is a table, where each entry consists of 4 fields
135 /* find pci controller node */ in fdt_pcie_set_iommu_map_entry()
139 #ifdef CONFIG_FSL_PCIE_COMPAT /* Compatible with older version of dts node */ in fdt_pcie_set_iommu_map_entry()
230 #ifdef CONFIG_FSL_PCIE_COMPAT /* Compatible with older version of dts node */ in ft_pcie_rc_fix()

1...<<21222324252627282930>>...72