/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | stream-error-on-reset | 70 'node-name': 'base', 82 'node-name': 'top', 85 'node-name': 'top-blkdebug',
|
H A D | export-incoming-iothread | 46 f'node-name={node_name}', 71 'node-name': node_name,
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fdt.c | 56 /* Delete the cpu node once there are no cpu handles */ in ft_fixup_num_cores() 61 /* either we deleted some cpu handles or the cpu node in ft_fixup_num_cores() 122 /* search for srio node, if doesn't exist just return - nothing todo */ in ft_srio_setup()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | misc_helper.c | 136 unsigned cpu, node; in HELPER() 137 getcpu(&cpu, &node); in HELPER() 138 return (node << 12) | (cpu & 0xfff); in HELPER()
|
/openbmc/qemu/tests/functional/ |
H A D | test_aarch64_virt_gpu.py | 62 "node-name=hd0,read-only=on," 73 elif "egl: no drm render node available" in excp.output: 74 self.skipTest("Can't access host DRM render node")
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 184.out | 46 "node-name": "disk0", 50 "node-name": "throttle0", 80 "node-name": "disk0",
|
H A D | 173 | 71 'snapshot-node-name': 'snp1' 80 'image-node-name': 'snp1'
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | intel_descriptor.py | 47 def __init__(self, section, etype, node): argument 48 Entry_blob.__init__(self, section, etype, node)
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/ |
H A D | config.yaml | 32 # same entity ID as it is Associated type of NODE 44 NODE:
|
/openbmc/u-boot/doc/device-tree-bindings/pwm/ |
H A D | pwm.txt | 12 pwm-phandle : phandle to PWM controller node 20 property is given, the name of the user node will be used as fallback.
|
/openbmc/qemu/include/system/ |
H A D | numa.h | 102 void parse_numa_hmat_lb(NumaState *numa_state, NumaHmatLBOptions *node, 104 void parse_numa_hmat_cache(MachineState *ms, NumaHmatCacheOptions *node,
|
/openbmc/u-boot/include/ |
H A D | i2c.h | 334 * @return the bus number associated with the given device tree node 336 int i2c_get_bus_num_fdt(int node); 552 * This decodes the chip address from a device tree node and puts it into 557 * @node: Node offset to read from 964 * Find the I2C bus number by given a FDT I2C node. 967 * @param node FDT I2C node to find 970 int i2c_get_bus_num_fdt(int node); 973 * Reset the I2C bus represented by the given a FDT I2C node. 976 * @param node FDT I2C node to find 979 int i2c_reset_port_fdt(const void *blob, int node);
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | blkif.h | 45 * of a properly formated node string, without loss of information. 47 * Any specified default value is in effect if the corresponding XenBus node 245 * in its "feature-large-sector-size" xenbus node. (See below). 259 * multiple of "physical-sector-size", if that node is present. 345 * If this node is not present or its value is "0" then it is assumed 399 * node is not created. Instead 'ring-ref0' - 'ring-refN' are used. 548 * Optional. See "feature-barrier" XenBus node documentation above. 555 * Optional. See "feature-flush-cache" XenBus node documentation above. 580 * "discard-granularity", and "discard-secure" in the XenBus node 587 * xenbus info. The "feature-max-indirect-segments" node contains the maximum [all …]
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vio.c | 683 int node; in spapr_dt_vdevice() local 685 _FDT(node = fdt_add_subnode(fdt, 0, "vdevice")); in spapr_dt_vdevice() 687 _FDT(fdt_setprop_string(fdt, node, "device_type", "vdevice")); in spapr_dt_vdevice() 688 _FDT(fdt_setprop_string(fdt, node, "compatible", "IBM,vdevice")); in spapr_dt_vdevice() 689 _FDT(fdt_setprop_cell(fdt, node, "#address-cells", 1)); in spapr_dt_vdevice() 690 _FDT(fdt_setprop_cell(fdt, node, "#size-cells", 0)); in spapr_dt_vdevice() 691 _FDT(fdt_setprop_cell(fdt, node, "#interrupt-cells", 2)); in spapr_dt_vdevice() 692 _FDT(fdt_setprop(fdt, node, "interrupt-controller", NULL, 0)); in spapr_dt_vdevice() 718 error_report("Couldn't create device node /vdevice/%s@%"PRIx32, in spapr_dt_vdevice()
|
/openbmc/u-boot/include/dm/ |
H A D | pinctrl.h | 69 * pointing a config node. (necessary for pinctrl_full) 110 * This generally looks at the peripheral's device tree node to work 277 * Parse the DT node of @config and its children and handle generic properties 281 * @config: config device (pseudo device), pointing a config node in DTS 334 * This generally looks at the peripheral's device tree node to work out the 352 * @node: Node containing the PIN_CONFIG values 355 int pinctrl_decode_pin_config(const void *blob, int node);
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | rstFlatTable.py | 134 node = nodes.Element() # anonymous container for parsing 135 self.state.nested_parse(self.content, self.content_offset, node) 138 tableBuilder.parseFlatTableNode(node) 226 def parseFlatTableNode(self, node): argument 227 u"""parses the node from a :py:class:`FlatTable` directive's body""" 229 if len(node) != 1 or not isinstance(node[0], nodes.bullet_list): 234 for rowNum, rowItem in enumerate(node[0]):
|
/openbmc/u-boot/include/power/ |
H A D | regulator.h | 32 * To proper bind the regulator device, the device tree node should provide 48 * If regulator-name property is not provided, node name will be chosen. 53 * which does the scan on the device node, for the 'regulator-name' constraint. 69 * device node offset - and the bind will fail on uclass .post_bind method, 83 * node as a parent. And 'regulator-fixed' for the driver compatible. This is 84 * the same as in the kernel. The example node of fixed regulator: 101 * devices bound from such node, can use the regulator drivers API. 451 * Search by phandle, found in device's node.
|
/openbmc/qemu/block/ |
H A D | commit.c | 59 /* Remove base node parent that still uses BLK_PERM_WRITE/RESIZE before in commit_prepare() 293 /* Dummy node that provides consistent read to its users without requiring it 362 /* Insert commit_top block node above top, so we can block consistent read in commit_start() 373 /* So that we can always drop this node */ in commit_start() 400 * The topmost node with in commit_start() 408 * at s->base (if writes are blocked for a node, they are also blocked in commit_start() 423 ret = block_job_add_bdrv(&s->common, "intermediate node", iter, 0, in commit_start() 558 /* Insert commit_top block node above backing, so we can write to it */ in bdrv_commit()
|
/openbmc/phosphor-mrw-tools/ |
H A D | inventory.pl | 117 renameSegmentWithType("NODE", "chassis", $items); 118 renameType("NODE", "SYSTEM", $items); 148 # /sys-0/node-0/motherboard-0/module-0/cpu/core0 150 # /sys-0/node-0/motherboard-0/module-0/foo/core0 194 # /sys-0/node-0/motherboard-0/module-0/cpu/core0 196 # /sys-0/node-0/motherboard-0/module-0/foo/core0
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | cve-update-db-native.bb | 228 def parse_node_and_insert(conn, node, cveId, is_nvd): 229 # Parse children node if needed 230 for child in node.get('children', ()): 240 for cpe in node.get(match_string, ()): 393 for node in config["nodes"]: 394 parse_node_and_insert(conn, node, cveId, False)
|
/openbmc/u-boot/doc/device-tree-bindings/ |
H A D | root.txt | 1 The root node
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | rootfs.py | 81 def _dep_resolve(graph, node, resolved, seen): argument 82 seen.append(node) 84 for edge in graph[node]: 89 % (node, edge)) 92 resolved.append(node)
|
/openbmc/qemu/docs/system/riscv/ |
H A D | virt.rst | 42 * The number of subnodes of the /cpus node should match QEMU's ``-smp`` option 44 * Should contain a node for the CLINT device with a compatible string 68 -blockdev node-name=pflash0,driver=file,read-only=on,filename=<edk2_code> \ 69 -blockdev node-name=pflash1,driver=file,filename=<edk2_vars> \ 81 -blockdev node-name=pflash0,driver=file,read-only=on,filename=<m_mode_code> \
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input.c | 109 QTAILQ_FOREACH(cfg, &vinput->cfg_list, node) { in virtio_input_find_config() 132 QTAILQ_INSERT_TAIL(&vinput->cfg_list, cfg, node); in virtio_input_add_config() 253 QTAILQ_FOREACH(cfg, &vinput->cfg_list, node) { in virtio_input_device_realize() 271 QTAILQ_FOREACH_SAFE(cfg, &vinput->cfg_list, node, next) { in virtio_input_finalize() 272 QTAILQ_REMOVE(&vinput->cfg_list, cfg, node); in virtio_input_finalize()
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_bind.py | 77 #try binding invalid node with valid driver 78 response = u_boot_console.run_command('bind /not-a-valid-node generic_simple_bus') 81 assert 'not-a-valid-node' not in tree 83 #try binding valid node with invalid driver
|