Home
last modified time | relevance | path

Searched full:node (Results 1126 – 1150 of 1779) sorted by relevance

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

/openbmc/qemu/tests/qemu-iotests/
H A D28964 # Put blkdebug above the data-file, and a raw node on top of that so
H A D12765 -blockdev node-name=source,driver=$IMGFMT,file.driver=file,file.filename="$TEST_IMG.overlay0" \
H A D05553 self.vm.add_drive('blkdebug::' + test_img, 'node-name=source')
54 self.vm.add_drive(blockdev_target_img, 'node-name=target',
115 def do_test_resize_blockdev_backup(self, device, node): argument
120 result = self.vm.qmp('block_resize', node_name=node, size=65536)
H A D212.out8 …", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.parallels", "node-name": "imgfile"}}
55 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
/openbmc/phosphor-webui/
H A DREADME.md44 https://docs.npmjs.com/troubleshooting/try-the-latest-stable-version-of-node
/openbmc/qemu/tests/functional/
H A Dtest_x86_64_hotplug_blk.py31 'node-name': 'disk'
/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/
H A Dwebui-vue_git.bb49 # vue-cli-plugin-i18n isn't needed in build and causes a segv in node 22.12.
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1811 int node = -1; in pxa3xx_nand_probe_dt() local
1819 node = fdt_node_offset_by_compatible(blob, node, in pxa3xx_nand_probe_dt()
1821 if (node < 0) in pxa3xx_nand_probe_dt()
1825 if (!fdtdec_get_is_enabled(blob, node)) in pxa3xx_nand_probe_dt()
1831 blob, node, "reg", 0, NULL, true); in pxa3xx_nand_probe_dt()
1833 pdata->num_cs = fdtdec_get_int(blob, node, "num-cs", 1); in pxa3xx_nand_probe_dt()
1839 if (fdtdec_get_bool(blob, node, "nand-enable-arbiter")) in pxa3xx_nand_probe_dt()
1842 if (fdtdec_get_bool(blob, node, "nand-keep-config")) in pxa3xx_nand_probe_dt()
1851 pdata->ecc_strength = fdtdec_get_int(blob, node, in pxa3xx_nand_probe_dt()
1855 pdata->ecc_step_size = fdtdec_get_int(blob, node, in pxa3xx_nand_probe_dt()
[all …]
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c891 char node[32]; in fdt_add_pci_node() local
894 sprintf(node, "pcie@%d,%d,%d", PCI_BUS(dev->devfn), in fdt_add_pci_node()
897 np = fdt_subnode_offset(blob, par, node); in fdt_add_pci_node()
900 np = fdt_add_subnode(blob, par, node); in fdt_add_pci_node()
963 /* use interrupt data from root complex's node */ in fdt_fixup_gw16082()
1181 * disable wdog node for GW51xx-A/B to work around in ft_board_setup()
1242 * disable serial2 node for GW54xx for compatibility with older in ft_board_setup()
1243 * 3.10.x kernel that improperly had this node enabled in the DT in ft_board_setup()
H A Dventana_eeprom.h131 const char *dtalias; /* name of dt node to remove if not set */
/openbmc/qemu/docs/about/
H A Dremoved-features.rst171 ``-numa node,mem=...`` (removed in 5.1)
174 The parameter ``mem`` of ``-numa node`` was used to assign a part of guest RAM
175 to a NUMA node. But when using it, it's impossible to manage a specified RAM
176 chunk on the host side (like bind it to a host node, setting bind policy, ...),
179 However since 2014 there is an alternative way to assign RAM to a NUMA node
181 means to actually manage node RAM on the host side. Use parameter ``memdev``
189 ``-numa`` node (without memory specified) (removed in 5.2)
198 configure it explicitly using ``-numa node,memdev`` options. Current RAM
/openbmc/qemu/hw/arm/
H A Dboot.c433 "numa-node-id", numa_node_id); in fdt_add_memory_node()
467 * A pre-existing /psci node might specify function ID values in fdt_add_psci_node()
469 * node and put our own in instead. in fdt_add_psci_node()
597 * states they should not be generated. Linux will get the NUMA node in arm_load_dtb()
600 * configure distance maps when the empty NUMA node IDs are needed and in arm_load_dtb()
614 fprintf(stderr, "couldn't add /memory@%"PRIx64" node\n", in arm_load_dtb()
625 fprintf(stderr, "couldn't add /memory@%"PRIx64" node\n", in arm_load_dtb()
1328 * arm_load_dtb() may add a PSCI node so it must be called after we have in arm_load_kernel()
H A Dtrace-events64 smmuv3_notify_flag_add(const char *iommu) "ADD SMMUNotifier node for iommu mr=%s"
65 smmuv3_notify_flag_del(const char *iommu) "DEL SMMUNotifier node for iommu mr=%s"
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp60 // [16:23] node position in __getSrc()
63 uint8_t nodePos = 0; // TODO: multi-node support in __getSrc()
188 // 1 byte node position in __captureRegisterDump()
194 uint8_t nodePos = 0; // TODO: multi-node support in __captureRegisterDump()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h322 * List node used to add an MTD partition to the parent
325 struct list_head node; member
338 mtd->dev->node.np = np; in mtd_set_of_node()
343 return mtd->dev->node.np; in mtd_get_of_node()
H A Dpartitions.h60 * @of_node: for OF parsers, device node containing partitioning information
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c548 debug("%s: I2C Node '%s' has no 'gpios' property %s\n", in i2c_deblock_gpio()
559 debug("%s: I2C Node '%s' has no 'gpio' pinctrl state. %s\n", in i2c_deblock_gpio()
568 debug("%s: I2C Node '%s' has no 'default' pinctrl state. %s\n", in i2c_deblock_gpio()
606 debug("%s: I2C Node '%s' has no 'reg' property %s\n", __func__, in i2c_chip_ofdata_to_platdata()
H A Dat91_i2c.c225 int node = dev_of_offset(dev); in at91_i2c_ofdata_to_platdata() local
229 bus->clock_frequency = fdtdec_get_int(blob, node, in at91_i2c_ofdata_to_platdata()
/openbmc/qemu/hw/openrisc/
H A Dvirt.c195 /* Create aliases node for use by devices. */ in openrisc_create_fdt()
219 /* Add device tree node for ompic. */ in openrisc_virt_ompic_init()
241 /* Add device tree node for serial. */ in openrisc_virt_serial_init()
250 /* The /chosen node is created during fdt creation. */ in openrisc_virt_serial_init()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-asynchronous-calls-58.patch142 +<node>
149 +</node>
/openbmc/u-boot/arch/arm/lib/
H A Dpsci-dt.c30 /* add 'enable-method = "psci"' to each cpu node */ in fdt_psci()
/openbmc/qemu/docs/system/arm/
H A Dsbsa.rst64 - NUMA node id for CPUs and memory
/openbmc/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c50 ret = uclass_get_device_by_ofnode(UCLASS_POWER_DOMAIN, args.node, in power_domain_get_by_index()
/openbmc/u-boot/drivers/net/
H A Ddwmac_socfpga.c46 regmap = syscon_node_to_regmap(args.node); in dwmac_socfpga_ofdata_to_platdata()
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dody-plugins.cpp35 // Copy all signatures PLL signatures that match the node ID and parent in pll_unlock()

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