/openbmc/u-boot/lib/ |
H A D | of_live.c | 34 * @poffset: pointer to node in flat tree 37 * @fpsize: Size of the node path up at t05he current depth. 74 * root node: special case. fpsize accounts for path in unflatten_dt_node() 75 * plus terminating zero. root node only has '/', so in unflatten_dt_node() 229 * Reverse the child list. Some drivers assumes node order matches .dts in unflatten_dt_node() 230 * node order in unflatten_dt_node()
|
/openbmc/u-boot/drivers/reset/ |
H A D | sti-reset.c | 198 int node, ret; in sti_reset_get_regmap() local 200 node = fdt_node_offset_by_compatible(gd->fdt_blob, -1, in sti_reset_get_regmap() 202 if (node < 0) { in sti_reset_get_regmap() 203 pr_err("unable to find %s node\n", compatible); in sti_reset_get_regmap() 204 return node; in sti_reset_get_regmap() 207 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, node, &syscon); in sti_reset_get_regmap()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | s3c24x0_i2c.c | 308 int node; in s3c_i2c_ofdata_to_platdata() local 310 node = dev_of_offset(dev); in s3c_i2c_ofdata_to_platdata() 314 i2c_bus->id = pinmux_decode_periph_id(blob, node); in s3c_i2c_ofdata_to_platdata() 316 i2c_bus->clock_frequency = fdtdec_get_int(blob, node, in s3c_i2c_ofdata_to_platdata() 318 i2c_bus->node = node; in s3c_i2c_ofdata_to_platdata()
|
H A D | s3c24x0_i2c.h | 51 int node; /* device tree node */ member
|
/openbmc/u-boot/board/freescale/bsc9132qds/ |
H A D | bsc9132qds.c | 347 printf("WARNING: could not find compatible node %s: %s.\n", in fdt_del_node_compat() 389 /* If uart2 is there in hwconfig remove usb node from in ft_board_setup() 393 /* remove dts usb node */ in ft_board_setup() 405 /* Delete SPI node from the device tree */ in ft_board_setup() 415 /* remove dts sdhc node */ in ft_board_setup() 419 /* remove dts sim node */ in ft_board_setup()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | license.bbclass | 150 def visit_Str(self, node): 157 find_licenses(node.s.replace("+", "").replace("*", "")) 158 self.generic_visit(node) 160 def visit_Constant(self, node): 161 find_licenses(node.value.replace("+", "").replace("*", "")) 162 self.generic_visit(node)
|
/openbmc/qemu/target/xtensa/ |
H A D | helper.c | 190 void xtensa_register_core(XtensaConfigList *node) in xtensa_register_core() argument 195 .class_data = node->config, in xtensa_register_core() 198 xtensa_finalize_config(node->config); in xtensa_register_core() 200 node->next = xtensa_cores; in xtensa_register_core() 201 xtensa_cores = node; in xtensa_register_core() 202 type.name = g_strdup_printf(XTENSA_CPU_TYPE_NAME("%s"), node->config->name); in xtensa_register_core()
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | sunxi_lcd.c | 83 int node, timing_node, val; in sunxi_lcd_probe() local 124 node = fdt_first_subnode(gd->fdt_blob, timing_node); in sunxi_lcd_probe() 125 val = fdtdec_get_int(gd->fdt_blob, node, "bits-per-pixel", -1); in sunxi_lcd_probe()
|
/openbmc/qemu/scripts/ |
H A D | render_block_graph.py | 47 bds_nodes = {n['node-name']: n for n in bds_nodes} 56 graph.node('permission symbols:\l' 83 graph.node(str(n['id']), label, shape=shape)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 310 | 4 # Copy-on-read tests using a COR filter with a bottom node 35 # The difference is that this test case involves a bottom node to the 81 'node-name': 'node2',
|
H A D | 274 | 44 vm.add_blockdev('file,filename=%s,node-name=base-file' % base) 45 vm.add_blockdev('%s,file=base-file,node-name=base' % iotests.imgfmt) 46 vm.add_blockdev('file,filename=%s,node-name=mid-file' % mid) 47 vm.add_blockdev('%s,file=mid-file,node-name=mid,backing=base' 49 vm.add_drive(top, 'backing=mid,node-name=top')
|
H A D | iotests.py | 679 # Drop child node info 684 if drop_child_info and "Child node '/" in line: 1100 if x['node-name'] == node_name: 1106 return {device['node-name']: device['dirty-bitmaps'] 1131 Check whether the node under the given path in the block graph 1134 @root is the node name of the node where the @path is rooted. 1140 - root="qcow2-node", path="/backing/file" 1141 - root="quorum-node", path="/children.2/file" 1161 node = next((node for node in graph['nodes'] if node['name'] == root), 1164 # An empty @path is not allowed, so the root node must be present [all …]
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 278 * replace the root node. If we walk into a shared subtree it 336 /* We *are* the node to be written. Either this or a copy. */ in xs_node_add_content() 391 * Fire watches on *this* node but not the parents because they are in node_rm_recurse() 415 * Reinsert the deleted_in_tx copy of the node into the parent's in copy_deleted_recurse() 548 /* A guest may not change the owner of a node it owns. */ in xs_node_set_perms() 559 /* We *are* the node to be written. Either this or a copy. */ in xs_node_set_perms() 580 * node may be modified in place (i.e. it and all its parents had a 581 * refcount of one). If walking down the tree we find a node whose 624 /* This is the actual node on which the operation shall be performed */ in xs_node_walk() 683 * If there's a watch on this node, add it to the list to be fired in xs_node_walk() [all …]
|
/openbmc/u-boot/board/solidrun/clearfog/ |
H A D | README | 17 Please use the correct device node for your setup instead 48 Use the correct UART device node for /dev/ttyUSBX.
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | files.py | 32 def __init__(self, section, etype, node): argument 33 Entry_section.__init__(self, section, etype, node)
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-resize | 53 'arguments': {'node-name': 'img', 'size': 134217728}} 59 -drive if=none,format=$IMGFMT,file="$TEST_IMG",node-name=img \
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | vdso.S | 64 /* if (node != NULL) *node = (ecx >> 12); */
|
/openbmc/qemu/tests/functional/ |
H A D | test_arm_aspeed_otp.py | 34 "-blockdev", f"driver=file,filename={otp_img},node-name=otp", 48 "-blockdev", f"driver=file,filename={otp_img},node-name=otp",
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 308 /* Compute ID ranges (RIDs) from RC that are directed to the ITS Group node */ 317 * node and do not pass through the SMMU, by subtracting the SMMU-bound in create_rc_its_idmaps() 419 smmu_mapping_count = 1; /* ITS Group node */ in build_iort() 454 /* Output IORT node is the ITS Group node (the first node). */ in build_iort() 459 /* Table 17 Root Complex Node */ in build_iort() 495 * N.B.: The mapping from SMMUv3 to ITS Group node (SMMUv3 -> ITS) is in build_iort() 497 * ITS Group node, if ITS is available. in build_iort() 501 /* Output IORT node is the SMMUv3 node. */ in build_iort() 509 * ITS Group node directly: RC -> ITS. in build_iort() 513 /* Output IORT node is the ITS Group node (the first node). */ in build_iort() [all …]
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_journal.c | 242 struct revoke_blk_list *node = NULL; in ext4fs_push_revoke_blk() local 248 node = _get_node(); in ext4fs_push_revoke_blk() 249 if (!node) { in ext4fs_push_revoke_blk() 254 node->content = zalloc(fs->blksz); in ext4fs_push_revoke_blk() 255 if (node->content == NULL) in ext4fs_push_revoke_blk() 257 memcpy(node->content, buffer, fs->blksz); in ext4fs_push_revoke_blk() 260 revk_blk_list = node; in ext4fs_push_revoke_blk() 261 prev_node = node; in ext4fs_push_revoke_blk() 264 prev_node->next = node; in ext4fs_push_revoke_blk() 265 prev_node = node; in ext4fs_push_revoke_blk()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 23 /* GUID used by the root node */ 116 /* GUID of the U-Boot root node */ 257 /* Called by bootefi to initialize root node */ 419 /* get size of the first device path instance excluding end node */ 421 /* size of multi-instance device path excluding end node */ 427 const struct efi_device_path *node); 428 /* Create a device path node of given type, sub-type, length */ 444 /* Create a device node for a block device partition. */ 452 /* Determine the last device path node that is not the end node. */
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | Kconfig | 14 It's important to call the device_bind() with the proper node offset, 34 by the PMIC device. This driver is controlled by a device tree node 61 This driver is controlled by a device tree node 131 by the PMIC device. This driver is controlled by a device tree node 253 by the PMIC device. This driver is controlled by a device tree node
|
/openbmc/qemu/qapi/ |
H A D | misc-i386.json | 301 # @node: the numa node 308 'data': { 'node': 'int', 347 # "sections": [{"node": 0, "size": 67108864}, 348 # {"node": 1, "size": 29360128}]} } 364 # "section" : [{"node": 0, "size": 67108864}, 365 # {"node": 1, "size": 29360128}]} }
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | npm.bbclass | 85 '--exclude', './node-modules', 286 # Add node-gyp configuration 294 # Add node-pre-gyp configuration 324 # If the package (or its dependencies) uses node-gyp to build native addons, 328 local GYP_REGEX=".*/build/Release/[^/]*.node" 330 # Remove any node-gyp directory in ${D} to remove temporary build files 338 # Copy only the node-gyp release files
|
/openbmc/u-boot/fs/ubifs/ |
H A D | lpt_commit.c | 772 * This function is called after the commit is completed (master node has been 969 * make_ltab_dirty - make ltab node dirty. 985 return 0; /* This ltab node is obsolete */ in make_ltab_dirty() 994 * make_lsave_dirty - make lsave node dirty. 1010 return 0; /* This lsave node is obsolete */ in make_lsave_dirty() 1019 * make_node_dirty - make node dirty. 1021 * @node_type: LPT node type 1022 * @node_num: node number 1023 * @lnum: LEB number where node was written 1024 * @offs: offset where node was written [all …]
|