/openbmc/u-boot/drivers/video/ |
H A D | video-uclass.c | 293 /* Device tree node may need the 'u-boot,dm-pre-reloc' tag */ in video_post_bind()
|
/openbmc/qemu/block/export/ |
H A D | export.c | 113 error_setg(errp, "Cannot export read-only node as writable"); in blk_exp_add()
|
H A D | vhost-user-blk-server.c | 271 error_printf("Failed to get length of block node '%s'", in vu_blk_exp_resize()
|
/openbmc/qemu/hw/nvram/ |
H A D | xlnx-efuse.c | 261 .description = "Node name or ID of a block device to use as eFUSE backend",
|
/openbmc/fb-ipmi-oem/src/ |
H A D | selcommands.cpp | 1017 errStr += " Node: " + std::to_string(nodeNum) + "," + in parseDimmPhyloc() 1025 errStr += " Node: " + std::to_string(nodeNum) + "," + in parseDimmPhyloc() 1033 errStr += " Node: " + std::to_string(nodeNum) + "," + in parseDimmPhyloc() 1041 errStr += " Node: " + std::to_string(nodeNum) + "," + in parseDimmPhyloc() 1049 errStr += " Node: " + std::to_string(nodeNum) + "," + in parseDimmPhyloc()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 137 …";}else if(obj.nodeType===9){type="document";}else if(obj.nodeType){type="node";}else if(toString.… 146 …");},node:function(node){var len,i,val,open=dump.HTML?"<":"<",close=dump.HTML?">":">",tag=no… 148 ret+=close;if(node.nodeType===3||node.nodeType===4){ret+=node.nodeValue;}
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 44 "mem-path=%s,share=on -numa node,memdev=mem" 46 " -numa node,memdev=mem" 48 " -numa node,memdev=mem"
|
H A D | ide-test.c | 575 "-blockdev driver=file,node-name=hda,filename=%s " in test_specify() 667 "-blockdev driver=file,node-name=hda,filename=%s " in test_diagnostic() 668 "-blockdev driver=file,node-name=hdb,filename=%s " in test_diagnostic()
|
/openbmc/qemu/qapi/ |
H A D | ui.json | 1358 # @rendernode: Which DRM render node should be used. Default is the 1359 # first available node on the host. 1373 # @rendernode: Which DRM render node should be used. Default is the 1374 # first available node on the host.
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | README.md | 85 - The last node of the compatible system type plus a '.json' suffix
|
/openbmc/u-boot/drivers/gpio/ |
H A D | Kconfig | 203 The GPIOs for a device are defined in the device tree with one node
|
H A D | da8xx_gpio.c | 526 int node = dev_of_offset(dev); in davinci_gpio_probe() local 529 uc_priv->gpio_count = fdtdec_get_int(fdt, node, "ti,ngpio", -1); in davinci_gpio_probe()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | Kconfig | 253 This compatible is used to find pci controller node in Kernel DT
|
/openbmc/u-boot/board/freescale/ls2080aqds/ |
H A D | ls2080aqds.c | 292 printf("%s: ERROR: fsl-mc node not found in device tree (error %d)\n", in fdt_fixup_board_enet()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | selenium_helpers_base.py | 118 …sage: unknown error: unhandled inspector error: {"code":-32000,"message":"Node with given id does …
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | pbias_regulator.c | 102 children = pmic_bind_children(dev, dev->node, pmic_children_info); in pbias_bind()
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_utils.py | 94 particular, a device node) exists and can be successfully opened, in order
|
/openbmc/qemu/hw/acpi/ |
H A D | hmat.c | 212 * Linux rejects whole HMAT table if a node with no memory in hmat_build_table_structs()
|
/openbmc/openpower-debug-collector/dump/ |
H A D | sbe_dump_collector.hpp | 162 * @param nodeNum - Node containing the chip
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 1828 ofnode node; in aspeed_spi_count_flash_devices() local 1831 dev_for_each_subnode(node, bus) { in aspeed_spi_count_flash_devices() 1832 if (ofnode_is_available(node) && in aspeed_spi_count_flash_devices() 1833 (ofnode_device_is_compatible(node, "spi-flash") || in aspeed_spi_count_flash_devices() 1834 ofnode_device_is_compatible(node, "jedec,spi-nor"))) in aspeed_spi_count_flash_devices()
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 1238 { "render-node", 'r', 0, G_OPTION_ARG_FILENAME, &opt_render_node, 1239 "Specify DRM render node", "PATH" }, 1269 g_print(" \"render-node\",\n"); in main()
|
/openbmc/u-boot/drivers/clk/altera/ |
H A D | clk-arria10.c | 178 * manager DT node. Yet, those "handoff" DT nodes contain configuration of
|
/openbmc/u-boot/board/freescale/t102xqds/ |
H A D | t102xqds.c | 350 /* remove tdm node */ in fdt_fixup_spi_mux()
|
/openbmc/u-boot/tools/ |
H A D | microcode-tool.py | 186 * node.
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | board2.c | 319 * all RAM in the U-Boot banks (and hence DT), and add a /memreserve/ node
|