/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-change-copy-mode | 55 'node-name': 'target', 70 'node-name': 'target', 83 'node-name': 'target',
|
H A D | qom-set-drive.out | 2 {"error": {"class": "GenericError", "desc": "Different aio context is not supported for new node"}}
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 259.out | 11 --- Testing creation for which the node would need to grow ---
|
H A D | 295 | 106 'node-name': id, 120 self.vm.cmd('blockdev-del', {'node-name': id}) 147 'node-name': id, 181 'node-name': id,
|
H A D | 175 | 62 -blockdev file,node-name=file,filename=$path,cache.direct=on \ 65 {'execute': 'block_resize', 'arguments': {'node-name': 'file', 'size': $size}}
|
/openbmc/qemu/hw/ppc/ |
H A D | pegasos2.c | 783 GString *node = g_string_new(NULL); in add_pci_device() local 804 g_string_printf(node, "%s/%s@%x", fi->path, (name ?: pn), in add_pci_device() 807 g_string_append_printf(node, ",%x", PCI_FUNC(d->devfn)); in add_pci_device() 810 qemu_fdt_add_subnode(fi->fdt, node->str); in add_pci_device() 812 FDTInfo cfi = { fi->fdt, node->str }; in add_pci_device() 848 qemu_fdt_setprop(fi->fdt, node->str, "reg", cells, j * sizeof(cells[0])); in add_pci_device() 849 qemu_fdt_setprop_string(fi->fdt, node->str, "name", name ?: pn); in add_pci_device() 851 qemu_fdt_setprop_cell(fi->fdt, node->str, "interrupts", in add_pci_device() 855 qemu_fdt_setprop_cell(fi->fdt, node->str, "subsystem-vendor-id", in add_pci_device() 857 qemu_fdt_setprop_cell(fi->fdt, node->str, "subsystem-id", in add_pci_device() [all …]
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-sti.c | 214 int node = dev_of_offset(config); in sti_pinctrl_set_state() local 222 /* go to next node "st,pins" which contains the pins configuration */ in sti_pinctrl_set_state() 223 pinconf_node = fdt_subnode_offset(blob, node, "st,pins"); in sti_pinctrl_set_state() 243 bank_name = fdt_getprop(blob, args.node, "st,bank-name", in sti_pinctrl_set_state()
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | gpio-regulator.c | 32 int node = dev_of_offset(dev); in gpio_regulator_ofdata_to_platdata() local 56 count = fdtdec_get_int_array_count(blob, node, "states", in gpio_regulator_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/misc/ |
H A D | vexpress_config.c | 102 prop = ofnode_get_property(args.node, "compatible", &prop_size); in vexpress_config_probe() 111 priv->addr = ofnode_get_addr(args.node); in vexpress_config_probe()
|
/openbmc/u-boot/doc/device-tree-bindings/exynos/ |
H A D | soc.txt | 4 node. Since the cpu id of some Exynos variants does not correspond to product
|
/openbmc/u-boot/drivers/video/ |
H A D | ivybridge_igd.c | 463 int node = dev_of_offset(dev); in gma_pm_init_post_vbios() local 488 if (fdtdec_get_int_array(blob, node, "intel,dp_hotplug", in gma_pm_init_post_vbios() 501 reg32 = (unsigned)fdtdec_get_int(blob, node, in gma_pm_init_post_vbios() 503 reg32 |= fdtdec_get_int(blob, node, "panel-power-up-delay", 0) in gma_pm_init_post_vbios() 505 reg32 |= fdtdec_get_int(blob, node, in gma_pm_init_post_vbios() 513 reg32 = fdtdec_get_int(blob, node, "panel-power-down-delay", 0) in gma_pm_init_post_vbios() 515 reg32 |= fdtdec_get_int(blob, node, in gma_pm_init_post_vbios() 521 cycle_delay = fdtdec_get_int(blob, node, in gma_pm_init_post_vbios() 531 reg32 = fdtdec_get_int(blob, node, "intel,cpu-backlight", 0); in gma_pm_init_post_vbios() 536 reg32 = fdtdec_get_int(blob, node, "intel,pch-backlight", 0); in gma_pm_init_post_vbios()
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | sec_firmware.c | 134 /* find the node holding the images information */ in sec_firmware_check_copy_loadable() 137 printf("%s: Cannot find /images node: %d\n", __func__, images); in sec_firmware_check_copy_loadable() 156 printf("cannot find image node '%s': %d\n", str, in sec_firmware_check_copy_loadable() 452 * fdt_fix_kaslr - Add kalsr-seed node in Device tree 481 /* find or create "/chosen" node. */ in fdt_fixup_kaslr()
|
/openbmc/u-boot/common/ |
H A D | board_info.c | 13 * If the root node of the DTB has a "model" property, show it.
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 72 TRANS> block-dirty-bitmap-add node=drive0 name=bitmap1 73 TRANS> block-dirty-bitmap-clear node=drive0 name=bitmap0 158 node: ast.Name) -> ast.AST: 162 if node.id == 'true': 164 if node.id == 'false': 166 if node.id == 'null': 168 return node
|
/openbmc/u-boot/drivers/net/ |
H A D | sun8i_emac.c | 482 printf("WARNING: emac: cannot find pinctrl-0 node\n"); in parse_phy_pins() 833 int node = dev_of_offset(dev); in sun8i_emac_eth_ofdata_to_platdata() local 854 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, "syscon"); in sun8i_emac_eth_ofdata_to_platdata() 856 debug("%s: cannot find syscon node\n", __func__); in sun8i_emac_eth_ofdata_to_platdata() 861 debug("%s: cannot find reg property in syscon node\n", in sun8i_emac_eth_ofdata_to_platdata() 878 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, "phy-handle"); in sun8i_emac_eth_ofdata_to_platdata() 885 phy_mode = fdt_getprop(gd->fdt_blob, node, "phy-mode", NULL); in sun8i_emac_eth_ofdata_to_platdata() 910 sun8i_pdata->tx_delay_ps = fdtdec_get_int(gd->fdt_blob, node, in sun8i_emac_eth_ofdata_to_platdata() 916 sun8i_pdata->rx_delay_ps = fdtdec_get_int(gd->fdt_blob, node, in sun8i_emac_eth_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci-uclass.c | 97 ofnode node; in pci_dev_find_ofnode() local 100 dev_for_each_subnode(node, bus) { in pci_dev_find_ofnode() 101 ret = ofnode_read_pci_addr(node, FDT_PCI_SPACE_CONFIG, "reg", in pci_dev_find_ofnode() 109 *rnode = node; in pci_dev_find_ofnode() 665 ofnode node = ofnode_null(); in pci_find_and_bind_driver() local 677 /* Determine optional OF node */ in pci_find_and_bind_driver() 678 pci_dev_find_ofnode(parent, bdf, &node); in pci_find_and_bind_driver() 714 node, &dev); in pci_find_and_bind_driver() 741 ret = device_bind_driver_to_node(parent, drv, str, node, devp); in pci_find_and_bind_driver() 844 ofnode node) in decode_regions() argument [all …]
|
H A D | pcie_layerscape.c | 443 int node = dev_of_offset(dev); in ls_pcie_probe() local 451 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in ls_pcie_probe() 472 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in ls_pcie_probe() 479 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in ls_pcie_probe() 493 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in ls_pcie_probe() 521 pcie->big_endian = fdtdec_get_bool(fdt, node, "big-endian"); in ls_pcie_probe()
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 2 …node jstree-loading jstree-leaf jstree-last' role='tree-item'><i class='jstree-icon jstree-ocl'></… property in AnonymousClassf811328e2c01 3 …node ";for(l in f.li_attr)if(f.li_attr.hasOwnProperty(l)){if("id"===l)continue;"class"!==l?b.setAt… property in AnonymousClassf811328e8d01 4 …node,e=this._model.data,f=this.get_node(d.parent),g=this.get_node(d,!0),h,i,j,k,l=this.settings.ch… property in AnonymousClassf811328e12001 5 …node")[0]!==b.currentTarget)return!0;if("touchstart"===b.type&&(!this.settings.dnd.touch||"selecte…
|
/openbmc/qemu/migration/ |
H A D | threadinfo.h | 21 QLIST_ENTRY(MigrationThread) node;
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-mipsarch.txt | 2 cacheinfo: Failed to find cpu0 device node
|
/openbmc/qemu/pc-bios/ |
HD | u-boot.e500 | __of_translate_address fdt_fixup_memory_banks set_tlb do_bootvx_fdt dev_get_parent_priv device_remove mpc85xx_pci_dm_probe tsec_mdio_probe phy_device_create fs_devread dev_get_uclass_priv virtio_uclass_child_pre_probe virtio_has_feature virtio_pci_set_status virtio_pci_get_config virtio_has_feature dev_get_priv virtqueue_add virtio_pci_set_features ... |
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160aqds.c | 602 printf("dpmacs node not found in device tree\n"); in fdt_fixup_dpmac_phy_handle() 611 printf("%s node not found in device tree\n", dpmac_str); in fdt_fixup_dpmac_phy_handle() 654 printf("mdio@%llx node not found in device tree\n", reg); in fdt_get_ioslot_offset() 663 printf("mdio-mux-%d node not found in device tree\n", in fdt_get_ioslot_offset() 677 printf("%s node not found in device tree\n", mdio_ioslot_str); in fdt_get_ioslot_offset() 696 printf("Could not add subnode %s inside node %s err = %s\n", in fdt_create_phy_node() 768 printf("i2c@2000000/fpga node not found in device tree\n"); in fdt_fixup_board_phy() 814 /* calculate offset again as new node addition may have in fdt_fixup_board_phy()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | exynos_hs_i2c.c | 522 int node; in s3c_i2c_ofdata_to_platdata() local 524 node = dev_of_offset(dev); in s3c_i2c_ofdata_to_platdata() 528 i2c_bus->id = pinmux_decode_periph_id(blob, node); in s3c_i2c_ofdata_to_platdata() 530 i2c_bus->clock_frequency = fdtdec_get_int(blob, node, in s3c_i2c_ofdata_to_platdata() 532 i2c_bus->node = node; in s3c_i2c_ofdata_to_platdata()
|
/openbmc/phosphor-mrw-tools/ |
H A D | Inventory.pm | 7 my %TYPES = (SYS => 1, NODE => 1, PROC => 1, 129 renameSegmentWithType("NODE", "chassis", $targetObj, $inventory); 334 #FRU management code needs the node/chassis item to point 351 if ($targetObj->getType($item->{TARGET}) eq "NODE") { 425 =item * The chassis target(s) (Called a 'node' in the MRW.) 501 /sys-0/node-0/motherboard-0/proc_socket-0/module-0/p9_proc_m
|
/openbmc/qemu/docs/ |
H A D | block-replication.txt | 25 the Primary disk are asynchronously forwarded to the Secondary node. 109 7) The secondary also has a quorum node, so after secondary failover it 161 …mode=primary,file.driver=nbd,file.host=xxxx,file.port=xxxx,file.export=colo1,node-name=nbd_client1" 167 "node": "nbd_client1"
|