/openbmc/qemu/docs/interop/ |
H A D | bitmaps.rst | 51 node in the storage graph, but are most useful conceptually when attached to 52 the root node attached to the guest's storage device model. 89 - A bitmap's name is unique to the node, but bitmaps attached to different 91 their (node, name) pair. 195 Creates a new bitmap that tracks writes to the specified node. granularity, 206 "node": "drive0", 227 "node": "drive0", 245 node, nor does it affect any backups already created from this bitmap or 246 node. 248 - Because bitmaps are only unique to the node to which they are attached, you [all …]
|
/openbmc/u-boot/tools/dtoc/ |
H A D | test_dtoc.py | 134 Node = collections.namedtuple('Node', ['props']) 137 node = Node({'compatible': prop}) 139 get_compat_name(node)) 142 node = Node({'compatible': prop}) 144 get_compat_name(node)) 147 node = Node({'compatible': prop}) 150 get_compat_name(node)) 271 """Test output from a node containing a phandle reference""" 343 """Test output from a node containing a phandle reference""" 387 """Test a node containing an invalid phandle fails""" [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 081 | 108 "node-name": "drive2", 119 "node-name": "drive0-quorum", 163 # The same as above, but this time, do it on a quorum node whose only 180 # Fix the corruption (on a read-only quorum node, i.e. without taking 186 -blockdev file,node-name=file1,filename="$TEST_DIR/1.raw" \ 187 -blockdev file,node-name=file2,filename="$TEST_DIR/2.raw" \ 188 -blockdev file,node-name=file3,filename="$TEST_DIR/3.raw" \ 191 "node-name": "quorum", 263 "node-name": "drive0-quorum", 286 "node-name": "drive3", [all …]
|
H A D | 187.out | 6 qemu-io: Block node is read-only 9 qemu-io: Block node is read-only 15 qemu-io: Block node is read-only
|
H A D | 182.out | 15 'node-name': 'node0', 23 'node-name': 'node0', 25 'snapshot-node-name': 'node1' 31 'node-name': 'node1',
|
H A D | 240.out | 2 {"execute": "blockdev-add", "arguments": {"driver": "null-co", "node-name": "hd0", "read-zeroes": t… 16 {"execute": "blockdev-del", "arguments": {"node-name": "hd0"}} 19 {"execute": "blockdev-add", "arguments": {"driver": "null-co", "node-name": "hd0", "read-only": tru… 33 {"execute": "blockdev-del", "arguments": {"node-name": "hd0"}} 36 {"execute": "blockdev-add", "arguments": {"driver": "null-co", "node-name": "hd0", "read-only": tru… 54 {"execute": "blockdev-del", "arguments": {"node-name": "hd0"}} 57 {"execute": "blockdev-add", "arguments": {"driver": "null-co", "node-name": "hd0", "read-only": tru…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | AutomationInstrumentation.v1_0_0.json | 36 …e `AutomationInstrumentation` schema contains measurements and set points for an automation node.", 37 …"longDescription": "This resource shall represent automation node instrumentation for a Redfish im… 79 "description": "The current (A) for this node.", 81 … property shall contain the current, in ampere units, for this automation node. The value of the … 111 "description": "The control for this node.", 117 "description": "The current state of the node.", 118 … "longDescription": "This parameter shall specify the current state of the automation node.", 166 "description": "The voltage (V) for this node.", 168 …is property shall contain the voltage, in volt units, for this automation node. The value of the …
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_syscon.c | 41 ofnode node; in syscon_reboot_probe() local 47 node = ofnode_get_by_phandle(phandle); in syscon_reboot_probe() 48 if (!ofnode_valid(node)) in syscon_reboot_probe() 51 priv->regmap = syscon_node_to_regmap(node); in syscon_reboot_probe()
|
/openbmc/qemu/include/hw/mem/ |
H A D | pc-dimm.h | 29 #define PC_DIMM_NODE_PROP "node" 39 * @node: numa node to which @PCDIMMDevice is attached. 50 uint32_t node; member
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 35 Represents package dependency tree, where each node is a DepTree with a 44 name Name of new tree node. 51 Add new child node to current node. 60 def AddChildNode(self, node): argument 62 Add existing child node to current node. 65 node Tree node to add 67 self.children.append(node) 71 Remove child node. 83 Return node with matching name. Return None if not found. 86 name Name of node to return [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
H A D | pinctrl-bindings.txt | 5 controllers. Each pin controller must be represented as a node in device tree, 10 node in device tree, just like any other hardware module. 42 defined in its device tree node, and whether to define the set of state 48 node. These referenced pin configuration nodes must be child 66 node within a pin controller. 69 node within a pin controller. 130 == Generic pin multiplexing node content == 159 == Generic pin configuration node content == 161 Many data items that are represented in a pin configuration node are common 170 pins - the list of pins that properties in the node
|
/openbmc/qemu/hw/xen/ |
H A D | trace-events | 24 xen_bus_add_watch(const char *node, const char *key) "node: %s key: %s" 25 xen_bus_remove_watch(const char *node, const char *key) "node: %s key: %s" 34 …_add_watch(const char *type, char *name, const char *node, const char *key) "type: %s name: %s nod… 35 …move_watch(const char *type, char *name, const char *node, const char *key) "type: %s name: %s nod… 38 xs_node_create(const char *node) "%s" 39 xs_node_destroy(const char *node) "%s"
|
/openbmc/u-boot/drivers/sound/ |
H A D | samsung_sound.c | 47 ofnode node; in samsung_sound_probe() local 64 node = ofnode_find_subnode(dev_ofnode(dev), "cpu"); in samsung_sound_probe() 65 if (!ofnode_valid(node)) { in samsung_sound_probe() 69 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in samsung_sound_probe() 75 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in samsung_sound_probe()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | depends.py | 44 def _dep_resolve(graph, node, resolved, seen): argument 45 seen.append(node) 46 for edge in graph[node]: 50 " dependency." % (node, edge)) 52 resolved.append(node)
|
/openbmc/u-boot/drivers/cpu/ |
H A D | riscv_cpu.c | 43 ofnode node; in riscv_cpu_get_count() local 46 ofnode_for_each_subnode(node, dev_ofnode(dev->parent)) { in riscv_cpu_get_count() 49 device_type = ofnode_read_string(node, "device_type"); in riscv_cpu_get_count() 67 /* first examine the property in current cpu node */ in riscv_cpu_bind() 69 /* if not found, then look at the parent /cpus node */ in riscv_cpu_bind()
|
/openbmc/phosphor-post-code-manager/src/ |
H A D | main.cpp | 25 int node = 0; in main() local 39 node = std::stoi(optarg); in main() 65 std::string dbusObjName = DBUS_OBJECT_NAME + std::to_string(node); in main() 68 intfName = DBUS_INTF_NAME + std::to_string(node); in main() 72 PostCode postCode{bus, dbusObjName.c_str(), eventP, node, handlers}; in main()
|
/openbmc/u-boot/drivers/phy/marvell/ |
H A D | comphy_core.c | 77 int node = dev_of_offset(dev); in comphy_probe() local 95 chip_cfg->comphy_lanes_count = fdtdec_get_int(blob, node, in comphy_probe() 102 chip_cfg->comphy_mux_bitcount = fdtdec_get_int(blob, node, in comphy_probe() 110 fdtdec_locate_array(blob, node, "mux-lane-order", in comphy_probe() 121 * compatible node is found in comphy_probe() 124 dev_err(&dev->dev, "comphy: No compatible DT node found\n"); in comphy_probe() 129 fdt_for_each_subnode(subnode, blob, node) { in comphy_probe()
|
/openbmc/u-boot/doc/device-tree-bindings/w1-eeprom/ |
H A D | ds2502.txt | 4 This memory needs to be connected to a onewire bus, as a child node. 5 The bus will read the device serial number and match this node with a found 12 Ds2502 device-tree node properties:
|
H A D | eep_sandbox.txt | 4 This memory needs to be connected to a onewire bus, as a child node. 5 The bus will read the device serial number and match this node with a found 12 Software ds24xxx device-tree node properties:
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_region.c | 199 * The /aliases node is not automatically included by fdtgrep unless the 202 * reference a node that fdtgrep includes. 224 int node, node_end, offset; in fdt_add_alias_regions() local 227 node = fdt_subnode_offset(fdt, 0, "aliases"); in fdt_add_alias_regions() 228 if (node < 0) in fdt_add_alias_regions() 232 * Find the next node so that we know where the /aliases node ends. We in fdt_add_alias_regions() 233 * need special handling if /aliases is the last node. in fdt_add_alias_regions() 235 node_end = fdt_next_subnode(fdt, node); in fdt_add_alias_regions() 249 for (offset = fdt_first_property_offset(fdt, node); in fdt_add_alias_regions() 266 fdt_add_region(info, base + node, 12); in fdt_add_alias_regions() [all …]
|
/openbmc/qemu/hw/ppc/ |
H A D | e500.c | 154 gchar *node = g_strdup_printf("%s/gpio@%"PRIx64, soc, mmio0); in create_dt_mpc8xxx_gpio() local 158 qemu_fdt_add_subnode(fdt, node); in create_dt_mpc8xxx_gpio() 159 qemu_fdt_setprop_string(fdt, node, "compatible", "fsl,qoriq-gpio"); in create_dt_mpc8xxx_gpio() 160 qemu_fdt_setprop_cells(fdt, node, "reg", mmio0, 0x1000); in create_dt_mpc8xxx_gpio() 161 qemu_fdt_setprop_cells(fdt, node, "interrupts", irq0, 0x2); in create_dt_mpc8xxx_gpio() 162 qemu_fdt_setprop_phandle(fdt, node, "interrupt-parent", mpic); in create_dt_mpc8xxx_gpio() 163 qemu_fdt_setprop_cells(fdt, node, "#gpio-cells", 2); in create_dt_mpc8xxx_gpio() 164 qemu_fdt_setprop(fdt, node, "gpio-controller", NULL, 0); in create_dt_mpc8xxx_gpio() 166 qemu_fdt_setprop_cell(fdt, node, "phandle", gpio_ph); in create_dt_mpc8xxx_gpio() 167 qemu_fdt_setprop_cell(fdt, node, "linux,phandle", gpio_ph); in create_dt_mpc8xxx_gpio() [all …]
|
/openbmc/u-boot/tools/binman/ |
H A D | bsection.py | 26 _node: Node object that contains the section definition in device tree 50 def __init__(self, name, parent_section, node, image, test=False): argument 58 self._node = node 77 """Read properties from the section node""" 102 for node in self._node.subnodes: 103 if node.name == 'hash': 105 entry = Entry.Create(self, node) 107 self._entries[node.name] = entry 194 Full path of the node for this image 435 This uses a phandle to look up a node and and find the entry [all …]
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4fs.c | 37 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot) in ext4fs_free_node() argument 39 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node() 40 free(node); in ext4fs_free_node() 48 int ext4fs_read_file(struct ext2fs_node *node, loff_t pos, in ext4fs_read_file() argument 55 int log2_fs_blocksize = LOG2_BLOCK_SIZE(node->data) - log2blksz; in ext4fs_read_file() 57 unsigned int filesize = le32_to_cpu(node->inode.size); in ext4fs_read_file() 80 blknr = read_allocated_block(&(node->inode), i); in ext4fs_read_file()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | stream-under-throttle | 66 'node-name': 'throttled-node', 73 'node-name': 'unthrottled-node', 90 self.vm.add_device('virtio-blk,iothread=iothr0,drive=throttled-node') 107 device='unthrottled-node')
|
/openbmc/u-boot/board/qualcomm/dragonboard820c/ |
H A D | dragonboard820c.c | 135 int node, ret; in misc_init_r() local 139 printf("Failed to find PMIC pon node. Check device tree\n"); in misc_init_r() 143 node = fdt_subnode_offset(gd->fdt_blob, dev_of_offset(pon), in misc_init_r() 145 if (node < 0) { in misc_init_r() 146 printf("Failed to find key_vol_down node. Check device tree\n"); in misc_init_r() 150 if (gpio_request_by_name_nodev(offset_to_ofnode(node), "gpios", 0, in misc_init_r()
|