/openbmc/u-boot/fs/cbfs/ |
H A D | cbfs.c | 261 static struct cbfs_cachenode node; in file_cbfs_find_uncached() local 274 result = file_cbfs_next_file(start, size, align, &node, &used); in file_cbfs_find_uncached() 281 if (!strcmp(name, node.name)) in file_cbfs_find_uncached() 282 return &node; in file_cbfs_find_uncached()
|
/openbmc/u-boot/board/keymile/kmp204x/ |
H A D | kmp204x.c | 234 int node, i, ret; in fdt_fixup_fman_mac_addresses() local 251 node = fdt_path_offset(blob, "/soc/fman/ethernet@e8000"); in fdt_fixup_fman_mac_addresses() 252 if (node < 0) { in fdt_fixup_fman_mac_addresses() 256 ret = fdt_setprop(blob, node, "local-mac-address", &mac_addr, 6); in fdt_fixup_fman_mac_addresses()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | ctree.c | 75 addr = p->node.ptrs; in btrfs_bin_search() 141 btrfs_key_ptr_to_cpu(&res->node.ptrs[i]); in read_tree_node() 189 logical = buf->node.ptrs[slot].blockptr; in btrfs_search_tree() 233 logical = p.nodes[level + 1]->node.ptrs[slot].blockptr; in jump_leaf()
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_smc-test.c | 52 data->node = "/machine/soc/fmc/ssi.0/child[0]"; in test_palmetto_bmc() 99 data->node = "/machine/soc/fmc/ssi.0/child[0]"; in test_ast2500_evb() 142 data->node = "/machine/soc/fmc/ssi.0/child[0]"; in test_ast2600_evb() 185 data->node = "/machine/soc/fmc/ssi.0/child[0]"; in test_ast1030_evb()
|
H A D | fuzz-megasas-test.c | 24 "-blockdev driver=null-co,read-zeroes=on,node-name=null0"); in test_lp1878263_megasas_zero_iov_cnt() 47 "driver=null-co,read-zeroes=on,node-name=null0"); in test_gitlab_issue521_megasas_sgl_ovf()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-events.c | 57 return QSIMPLEQ_NEXT(entry, node); in cxl_event_get_next() 65 QSIMPLEQ_FOREACH(event, &log->events, node) { in cxl_event_count() 84 QSIMPLEQ_REMOVE_HEAD(&log->events, node); in cxl_event_delete_head() 133 QSIMPLEQ_INSERT_TAIL(&log->events, entry, node); in cxl_event_insert()
|
/openbmc/u-boot/drivers/spmi/ |
H A D | spmi-msm.c | 153 int node = dev_of_offset(dev); in msm_spmi_probe() local 160 dev_of_offset(parent), node, "reg", 1, NULL, false); in msm_spmi_probe() 162 dev_of_offset(parent), node, "reg", 2, NULL, false); in msm_spmi_probe()
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | st,stm32h7-rcc.txt | 28 - pll x node: Allow to register a pll with specific parameters. 86 Required properties for pll node: 135 property, containing a phandle to the reset device node and an index specifying
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kerneldoc.py | 119 node = nodes.section() 124 self.state.nested_parse(result, 0, node, match_titles=1) 128 return node.children
|
/openbmc/u-boot/drivers/gpio/ |
H A D | 74x164_gpio.c | 132 int node = dev_of_offset(dev); in gen_74x164_probe() local 143 priv->nregs = fdtdec_get_int(fdt, node, "registers-number", 1); in gen_74x164_probe() 150 ret = fdtdec_get_byte_array(fdt, node, "registers-default", in gen_74x164_probe()
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | ti_power_proc.c | 36 int node = dev_of_offset(dev); in ti_of_to_priv() local 45 priv->loadaddr = fdtdec_get_addr(blob, node, "reg"); in ti_of_to_priv() 51 tmp = fdtdec_get_int(blob, node, "ti,lpsc_module", -EINVAL); in ti_of_to_priv()
|
/openbmc/qemu/docs/system/riscv/ |
H A D | microchip-icicle-kit.rst | 59 * The ``/cpus`` node should contain at least one subnode for E51 and the number 65 * It should contain a node for the CLINT device with a compatible string 94 * Check the "stdout-path" property in the /chosen node in the DTB to determine
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood-openrd.dtsi | 85 * selected device node is enabled and the 86 * previously selected device node is disabled.
|
/openbmc/u-boot/doc/device-tree-bindings/phy/ |
H A D | phy-stm32-usbphyc.txt | 19 Phy provider node 34 Required nodes: one sub-node per port the controller provides.
|
/openbmc/u-boot/drivers/net/mdio/ |
H A D | mdio-uclass.c | 54 return mdio_device_get_from_phy(phy_args.node, devp); in mdio_device_get_from_eth() 57 * If there is no phy reference under the ethernet fdt node, in mdio_device_get_from_eth()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 096 | 35 opts.append('node-name=base') 52 if r['node-name'] == active_layer:
|
H A D | 227 | 83 run_qemu -blockdev driver=null-co,node-name=null <<EOF 93 run_qemu -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk,drive=null,id=vi…
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-nbd-export | 36 vm.add_args('-blockdev', f'file,node-name=disk-file,filename={path}') 37 vm.add_args('-blockdev', 'qcow2,node-name=disk,file=disk-file')
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass-compat.c | 75 int i2c_get_bus_num_fdt(int node) in i2c_get_bus_num_fdt() argument 80 ret = uclass_get_device_by_of_offset(UCLASS_I2C, node, &bus); in i2c_get_bus_num_fdt()
|
/openbmc/u-boot/include/ |
H A D | hda_codec.h | 19 * @beep_nid: Node ID of beep node (>0)
|
H A D | mtd_node.h | 5 * Info we use to search for a flash node in DTB.
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | vblock.py | 37 def __init__(self, section, etype, node): argument 38 Entry.__init__(self, section, etype, node)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/ |
H A D | grpc_1.71.0.bb | 3 (C++, Node.js, Python, Ruby, Objective-C, PHP, C#)" 52 PACKAGECONFIG[node] = "-DgRPC_BUILD_GRPC_NODE_PLUGIN=ON,-DgRPC_BUILD_GRPC_NODE_PLUGIN=OFF"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-executing_2.2.0.bb | 1 SUMMARY = "Get the currently executing AST node of a frame, and other information"
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | reiserfs_private.h | 194 /* the offset and node type (old and new form) */ 206 or internal node, and not the header of an unformatted node. */ 216 #define DISK_LEAF_NODE_LEVEL 1 /* Leaf node level. */ 224 /* The free space in the last unformatted node of an 263 /* Disk child pointer: The pointer from an internal node of the tree 264 to a node that is on disk. */ 405 /* The size of the node cache */
|