Home
last modified time | relevance | path

Searched full:node (Results 1201 – 1225 of 1779) sorted by relevance

1...<<41424344454647484950>>...72

/openbmc/u-boot/drivers/i2c/
H A Di2c-gpio.c312 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 Dimx6q-cm-fx6.dts138 * 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 Dgraph-lock.h26 * 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 Duuid.h32 uint8_t node[6]; member
/openbmc/openpower-inventory-upload/
H A Dinventory_upload.py79 # flatten the tree into a single 'bmc/inventory' node
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7575.patch6 # Node ID a936f9bd3e381d67d8ddee8b9243f85799ea4798
/openbmc/qemu/docs/devel/
H A Dzoned-storage.rst48 -blockdev node-name=drive0,driver=host_device,filename=/dev/nullb0,cache.direct=on \
/openbmc/qemu/tests/qemu-iotests/
H A D24256 vm.qmp_log('block-dirty-bitmap-add', node='drive0', name=bitmap_name,
H A Dcommon.rc550 --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 Dtest_multiprocess.py70 self.vm.add_args('--numa', 'node,memdev=sysmem-file')
/openbmc/u-boot/scripts/kconfig/
H A Dmenu.c306 * 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 Dboard.c712 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 Dxen-bus.c336 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 Dich.c670 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 Dspi-sunxi.c191 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 Drenesas_rpc_spi.c383 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 Datcspi200_spi.c378 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 Dthrottle.txt262 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 Dcpu.c59 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 Dimage-fdt.c344 * 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 Dhostmem.c138 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 Dmpc837xemds.c171 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 Defi_selftest_devicepath.c262 * 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 Ddtc.c44 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 Dp1022ds.c308 * 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()

1...<<41424344454647484950>>...72