/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-gpio.c | 312 int node = dev_of_offset(dev); in i2c_gpio_ofdata_to_platdata() local 320 bus->udelay = fdtdec_get_int(blob, node, "i2c-gpio,delay-us", in i2c_gpio_ofdata_to_platdata()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6q-cm-fx6.dts | 138 * The U-Boot: audio mux node has been removed because the required dt-bindings 394 * Users who configured their OS properly can enable this node to gain
|
/openbmc/qemu/include/block/ |
H A D | graph-lock.h | 26 * graph modifications like edge (BdrvChild) and node (BlockDriverState) 104 * adding or removing an edge or a node in the block layer graph. Nobody else
|
/openbmc/qemu/include/qemu/ |
H A D | uuid.h | 32 uint8_t node[6]; member
|
/openbmc/openpower-inventory-upload/ |
H A D | inventory_upload.py | 79 # flatten the tree into a single 'bmc/inventory' node
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7575.patch | 6 # Node ID a936f9bd3e381d67d8ddee8b9243f85799ea4798
|
/openbmc/qemu/docs/devel/ |
H A D | zoned-storage.rst | 48 -blockdev node-name=drive0,driver=host_device,filename=/dev/nullb0,cache.direct=on \
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 242 | 56 vm.qmp_log('block-dirty-bitmap-add', node='drive0', name=bitmap_name,
|
H A D | common.rc | 550 --blockdev file,node-name=export-node,filename=$img_name,discard=unmap \ 551 …--export fuse,id=fuse-export,node-name=export-node,mountpoint="$export_mp",writable=on,growable=on… 735 elif [[ $line =~ "Child node '/" ]]; then
|
/openbmc/qemu/tests/functional/ |
H A D | test_multiprocess.py | 70 self.vm.add_args('--numa', 'node,memdev=sysmem-file')
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | menu.c | 306 * This menu node has children. We (recursively) process them in menu_finalize() 336 /* Menu node for 'menu' */ in menu_finalize() 339 /* Menu node for 'if' */ in menu_finalize() 342 /* For each child menu node... */ in menu_finalize() 346 * node, also rewriting and simplifying expressions in menu_finalize()
|
/openbmc/u-boot/board/ti/am43xx/ |
H A D | board.c | 712 int node; in device_okay() local 714 node = fdt_path_offset(gd->fdt_blob, path); in device_okay() 715 if (node < 0) in device_okay() 718 return fdtdec_get_is_enabled(gd->fdt_blob, node); in device_okay() 993 void board_fit_image_post_process(const void *fit, int node, void **p_image, size_t *p_size) in board_fit_image_post_process() argument
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus.c | 336 if (xs_node_scanf(xenbus->xsh, XBT_NULL, "", /* domain root node */ in xen_bus_realize() 340 xenbus->backend_id = 0; /* Assume lack of node means dom0 */ in xen_bus_realize() 350 char *node = g_strdup_printf("backend/%s", type[i]); in xen_bus_realize() local 353 xs_node_watch(xenbus->xsh, node, key, xen_bus_backend_changed, in xen_bus_realize() 362 g_free(node); in xen_bus_realize()
|
/openbmc/u-boot/drivers/spi/ |
H A D | ich.c | 670 int node = dev_of_offset(dev); in ich_spi_ofdata_to_platdata() local 673 ret = fdt_node_check_compatible(gd->fdt_blob, node, "intel,ich7-spi"); in ich_spi_ofdata_to_platdata() 677 ret = fdt_node_check_compatible(gd->fdt_blob, node, in ich_spi_ofdata_to_platdata() 683 plat->lockdown = fdtdec_get_bool(gd->fdt_blob, node, in ich_spi_ofdata_to_platdata()
|
H A D | spi-sunxi.c | 191 printf("WARNING: sun4i_spi: cannot find pinctrl-0 node\n"); in sun4i_spi_parse_pins() 517 int node = dev_of_offset(bus); in sun4i_spi_ofdata_to_platdata() local 521 plat->max_hz = fdtdec_get_int(gd->fdt_blob, node, in sun4i_spi_ofdata_to_platdata()
|
H A D | renesas_rpc_spi.c | 383 ofnode node; in rpc_spi_bind() local 390 dev_for_each_subnode(node, parent) { in rpc_spi_bind() 391 off = ofnode_to_offset(node); in rpc_spi_bind()
|
H A D | atcspi200_spi.c | 378 int node = dev_of_offset(bus); in atcspi200_ofdata_to_platadata() local 387 ns->num_cs = fdtdec_get_int(blob, node, "num-cs", 4); in atcspi200_ofdata_to_platadata()
|
/openbmc/qemu/docs/ |
H A D | throttle.txt | 262 infrastructure described above but can be used anywhere in the node 306 "node-name": "disk0", 318 "node-name": "throttle0",
|
/openbmc/u-boot/arch/arm/mach-imx/imx8/ |
H A D | cpu.c | 59 int node, ret; in arch_cpu_init_dm() local 61 node = fdt_node_offset_by_compatible(gd->fdt_blob, -1, "fsl,imx8-mu"); in arch_cpu_init_dm() 63 offset_to_ofnode(node), &devp); in arch_cpu_init_dm()
|
/openbmc/u-boot/common/ |
H A D | image-fdt.c | 344 * check image type, for FIT images get a FIT node. in boot_get_fdt() 535 printf("ERROR: root node setup failed\n"); in image_setup_libfdt() 539 printf("ERROR: /chosen node create failed\n"); in image_setup_libfdt()
|
/openbmc/qemu/backends/ |
H A D | hostmem.c | 138 error_setg(errp, "NUMA node binding are not supported by this QEMU"); in host_memory_backend_set_host_nodes() 394 * cuts off the last specified node. This means backend->host_nodes in host_memory_backend_memory_complete() 405 * silently picks the first node. in host_memory_backend_memory_complete()
|
/openbmc/u-boot/board/freescale/mpc837xemds/ |
H A D | mpc837xemds.c | 171 printf("WARNING: could not get phy node for %s: %s\n", alias, in __ft_tsec_fixup() 179 printf("WARNING: could not set phy node's reg for %s: " in __ft_tsec_fixup()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_devicepath.c | 262 * This device path node ends with the letter 't' of 'u-boot'. in execute() 263 * The following '.bin' does not belong to the node but is in execute()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.c | 44 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths() 46 struct node *child; in fill_fullpaths()
|
/openbmc/u-boot/board/freescale/p1022ds/ |
H A D | p1022ds.c | 308 * ft_codec_setup - fix up the clock-frequency property of the codec node 354 /* Update the WM8776 node's clock frequency property */ in ft_board_setup()
|