Home
last modified time | relevance | path

Searched full:node (Results 576 – 600 of 1779) sorted by relevance

1...<<21222324252627282930>>...72

/openbmc/qemu/tests/qemu-iotests/
H A D14747 options = { 'node-name': node_name,
65 for node in result['return']:
66 if node['node-name'] == node_name:
69 self.assert_qmp(node, 'image/filename', filename)
71 self.assert_json_filename_equal(node['image']['filename'],
H A D210.out8 …v-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.luks", "node-name": "imgfile"}}
113 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
187 {"execute": "block_resize", "arguments": {"node-name": "node1", "size": 9223372036854775296}}
189 {"execute": "block_resize", "arguments": {"node-name": "node1", "size": 9223372036854775808}}
191 {"execute": "block_resize", "arguments": {"node-name": "node1", "size": 18446744073709551104}}
193 {"execute": "block_resize", "arguments": {"node-name": "node1", "size": -9223372036854775808}}
H A D117.out6 'arguments': { 'node-name': 'protocol',
11 'arguments': { 'node-name': 'format',
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/
H A Dbios-update.sh28 # the node of FIU is spi for kernel 5.10, but
29 # for less than or equal kernel 5.4, the node
38 # Given label name, return mtd node. e.g. `findmtd bmc` returns 'mtd0'
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dgpio-pcf857x.txt32 - gpio-controller: Marks the device node as a gpio controller.
51 - interrupt-controller: Identifies the node as an interrupt controller.
60 Example: PCF8575 I/O expander node
H A Dgpio-samsung.txt11 <[phandle of the gpio controller node]
28 - gpio-controller: Specifies that the node is a gpio controller.
/openbmc/libcper/specification/json/sections/
H A Dcper-memory.json76 "node": { object
78 …"description": "In a multi-node system, this value identifies the node containing the memory in er…
/openbmc/u-boot/drivers/spi/
H A Dcadence_qspi.c284 int node = dev_of_offset(bus); in cadence_spi_ofdata_to_platdata() local
289 plat->is_decoded_cs = fdtdec_get_bool(blob, node, "cdns,is-decoded-cs"); in cadence_spi_ofdata_to_platdata()
290 plat->fifo_depth = fdtdec_get_uint(blob, node, "cdns,fifo-depth", 128); in cadence_spi_ofdata_to_platdata()
291 plat->fifo_width = fdtdec_get_uint(blob, node, "cdns,fifo-width", 4); in cadence_spi_ofdata_to_platdata()
292 plat->trigger_address = fdtdec_get_uint(blob, node, in cadence_spi_ofdata_to_platdata()
295 /* All other paramters are embedded in the child node */ in cadence_spi_ofdata_to_platdata()
296 subnode = fdt_first_subnode(blob, node); in cadence_spi_ofdata_to_platdata()
/openbmc/qemu/util/
H A Dmodule.c33 QTAILQ_ENTRY(ModuleEntry) node;
81 QTAILQ_INSERT_TAIL(l, e, node); in register_module_init()
94 QTAILQ_INSERT_TAIL(&dso_init_list, e, node); in register_dso_module_init()
108 QTAILQ_FOREACH(e, l, node) { in module_call_init()
190 QTAILQ_FOREACH(e, &dso_init_list, node) { in module_load_dso()
195 QTAILQ_FOREACH_SAFE(e, &dso_init_list, node, next) { in module_load_dso()
196 QTAILQ_REMOVE(&dso_init_list, e, node); in module_load_dso()
/openbmc/u-boot/board/alliedtelesis/x530/
H A Dx530.c108 int node; in led_7seg_init() local
113 node = fdt_node_offset_by_compatible(gd->fdt_blob, 0, in led_7seg_init()
115 if (node < 0) in led_7seg_init()
118 ret = gpio_request_list_by_name_nodev(offset_to_ofnode(node), in led_7seg_init()
/openbmc/u-boot/tools/binman/etype/
H A Dx86_start16_spl.py26 def __init__(self, section, etype, node): argument
27 Entry_blob.__init__(self, section, etype, node)
H A Dx86_start16.py26 def __init__(self, section, etype, node): argument
27 Entry_blob.__init__(self, section, etype, node)
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dsnps,hsdk-cgu.txt18 Example: Clock controller node:
26 Example: UART controller node that consumes the clock generated by the clock
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dcros-ec.txt4 The device tree node which describes the operation of the CROS_EC interface
21 The CROS_EC node should appear as a subnode of the interrupt that connects it
/openbmc/pldm/libpldmresponder/
H A Dfru.cpp84 pldm_entity node = in updateAssociationTree()
87 entityTree, &node, false)) in updateAssociationTree()
109 pldm_entity node = pldm_entity_extract(it.second); in updateAssociationTree()
110 if (node.entity_type == entity.entity_type) in updateAssociationTree()
113 node.entity_instance_num + 1; in updateAssociationTree()
120 auto node = pldm_entity_association_tree_add_entity( in updateAssociationTree()
123 objToEntityNode[currPath] = node; in updateAssociationTree()
129 auto node = pldm_entity_association_tree_add_entity( in updateAssociationTree()
134 objToEntityNode[currPath] = node; in updateAssociationTree()
191 pldm_entity_node* node in buildFRUTable()
80 pldm_entity node = updateAssociationTree() local
105 pldm_entity node = pldm_entity_extract(it.second); updateAssociationTree() local
116 auto node = pldm_entity_association_tree_add_entity( updateAssociationTree() local
125 auto node = pldm_entity_association_tree_add_entity( updateAssociationTree() local
187 pldm_entity_node* node = buildFRUTable() local
[all...]
/openbmc/libbej/include/libbej/
H A Dbej_encoder_core.h35 * @param root - root node of the resource to be encoded. Root node has to
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c250 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
255 struct node *child; in flatten_tree()
738 /* root node is a special case */ in nodename_from_path()
745 static struct node *unflatten_tree(struct inbuf *dtbuf, in unflatten_tree()
749 struct node *node; in unflatten_tree() local
753 node = build_node(NULL, NULL); in unflatten_tree()
758 node->name = nodename_from_path(parent_flatname, flatname); in unflatten_tree()
760 node->name = flatname; in unflatten_tree()
764 struct node *child; in unflatten_tree()
769 if (node->children) in unflatten_tree()
[all …]
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Dreadme.txt305 [ 0.000000] OF: reserved mem: initialized node gpu@8f200000, compatible id shared-dma-pool
307 [ 0.000000] OF: reserved mem: initialized node venus@90400000, compatible id shared-dma-pool
310 [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bfffffff]
311 [ 0.000000] NUMA: Adding memblock [0x80000000 - 0x857fffff] on node 0
312 [ 0.000000] NUMA: Adding memblock [0x91800000 - 0xbfffffff] on node 0
313 [ 0.000000] NUMA: Initmem setup node 0 [mem 0x80000000-0xbfffffff]
318 [ 0.000000] Movable zone start for each node
319 [ 0.000000] Early memory node ranges
320 [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000857fffff]
321 [ 0.000000] node 0: [mem 0x0000000091800000-0x00000000bfffffff]
[all …]
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c64 int i, size, node; in board_fix_fdt() local
104 node = fdt_path_offset(blob, PCIE_PATH); in board_fix_fdt()
106 if (node < 0) { in board_fix_fdt()
107 printf("Cannot find PCIe node in U-Boot's device tree!\n"); in board_fix_fdt()
111 if (fdt_setprop_string(blob, node, "status", in board_fix_fdt()
369 int node; in get_reset_gpio() local
371 node = fdt_node_offset_by_compatible(gd->fdt_blob, 0, "cznic,moxtet"); in get_reset_gpio()
372 if (node < 0) { in get_reset_gpio()
373 printf("Cannot find Moxtet bus device node!\n"); in get_reset_gpio()
377 gpio_request_by_name_nodev(offset_to_ofnode(node), "reset-gpios", 0, in get_reset_gpio()
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/
H A Dnvtboot_board.c293 int ret, node, len; in set_ethaddr_from_nvtboot() local
300 node = fdt_path_offset(nvtboot_blob, "/chosen"); in set_ethaddr_from_nvtboot()
301 if (node < 0) { in set_ethaddr_from_nvtboot()
302 printf("Can't find /chosen node in nvtboot DTB\n"); in set_ethaddr_from_nvtboot()
303 return node; in set_ethaddr_from_nvtboot()
305 prop = fdt_getprop(nvtboot_blob, node, "nvidia,ether-mac", &len); in set_ethaddr_from_nvtboot()
/openbmc/u-boot/lib/
H A Dfdtdec_test.c73 * a is the node to point to
75 * means to create a disabled node
171 * The first character is the alias number, the second is the node in do_test_fdtdec()
173 * 0a 1b : point alias 0 to node 0 (a), alias 1 to node 1(b) in do_test_fdtdec()
/openbmc/qemu/docs/sphinx/
H A Dhxtool.py101 # later put into a 'section' node.
138 # Put the accumulated rST into the previous node,
163 # fragments into a dummy node so we can return the children.
181 def do_parse(self, result, node): argument
183 nested_parse_with_titles(self.state, result, node)
/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp97 event(event), node(nodeIndex), in PostCode()
98 postCodeListPath(PostCodeListPathPrefix + std::to_string(node)), in PostCode()
102 PostCodePath + std::to_string(node), in PostCode()
119 HostStatePathPrefix + std::to_string(node),
189 int node; member
/openbmc/u-boot/test/dm/
H A Dregmap.c20 ofnode node; in dm_test_regmap_base() local
50 node = ofnode_path("/syscon@2"); in dm_test_regmap_base()
51 ut_assert(ofnode_valid(node)); in dm_test_regmap_base()
53 map = syscon_node_to_regmap(node); in dm_test_regmap_base()
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dreset_manager_arria10.c79 int node; in get_bridge_init_val() local
81 node = fdtdec_next_compatible(blob, 0, compat_id); in get_bridge_init_val()
82 if (node < 0) in get_bridge_init_val()
85 return fdtdec_get_uint(blob, node, "init-val", 0); in get_bridge_init_val()

1...<<21222324252627282930>>...72