Home
last modified time | relevance | path

Searched full:node (Results 451 – 475 of 1779) sorted by relevance

1...<<11121314151617181920>>...72

/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dgpio.txt12 gpio-phandle : phandle to gpio controller node
59 Example of a node using GPIOs:
61 node {
115 Every GPIO controller node must contain both an empty "gpio-controller"
151 pinctrl-phandle : phandle to pin controller node
156 The "pin controller node" mentioned above must conform to the bindings
221 Each GPIO hog definition is represented as a child node of the GPIO controller.
223 - gpio-hog: A property specifying that this child node represents a GPIO hog.
237 - line-name: The GPIO label name. If not present the node name is used.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-test42 node='drive0', name='bitmap0')
64 params = {'node': 'drive0',
74 node='drive0', name='bitmap0')
230 'node-name': 'node0',
237 'node-name': 'node0-base',
253 for node in nodes:
254 if 'node0' in node['node-name']:
255 self.assert_qmp(node, 'dirty-bitmaps[0]/name', 'bmap0')
H A Dcopy-before-write52 'node-name': 'cbw',
83 'node-name': 'access',
104 'node-name': 'source',
113 'node-name': 'target',
137 'filter-node-name': 'cbw'
146 'node-name': 'access',
231 'node-name': 'cbw',
256 'node-name': 'access',
/openbmc/qemu/
H A Dblockdev.c1051 error_setg(errp, "Need a root block node"); in qmp_get_root_bs()
1094 void qmp_blockdev_snapshot(const char *node, const char *overlay, in qmp_blockdev_snapshot() argument
1098 .node = (char *) node, in qmp_blockdev_snapshot()
1245 error_setg(errp, "Block node of device '%s' unexpectedly changed", in internal_snapshot_action()
1371 /* Device and node name of the image to generate the snapshot from */ in external_snapshot_action()
1393 device = s->node; in external_snapshot_action()
1394 node_name = s->node; in external_snapshot_action()
1430 error_setg(errp, "Block node of device '%s' unexpectedly changed", in external_snapshot_action()
1450 error_setg_errno(errp, -ret, "Write to node '%s' failed", in external_snapshot_action()
1463 error_setg(errp, "New overlay node-name missing"); in external_snapshot_action()
[all …]
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c606 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make()
615 avail = sizeof(item_cur->node.str) - strlen(item_cur->node.str); in item_add_str()
618 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
620 item_cur->node.str[sizeof(item_cur->node.str) - 1] = '\0'; in item_add_str()
626 item_cur->node.tag = tag; in item_set_tag()
630 item_cur->node.data = ptr; in item_set_data()
635 item_cur->node.selected = val; in item_set_selected()
648 return item_cur->node.data; in item_data()
653 return item_cur->node.tag; in item_tag()
689 return item_cur->node.str; in item_str()
[all …]
/openbmc/libcper/sections/
H A Dcper-section-memory.c158 section_ir, "node", in cper_section_platform_memory_to_ir()
159 json_object_new_uint64(memory_error->Node)); in cper_section_platform_memory_to_ir()
163 " at node %d", memory_error->Node); in cper_section_platform_memory_to_ir()
166 "Error: Could not write to node description string\n"); in cper_section_platform_memory_to_ir()
169 "Error: Node description string truncated: %s\n", in cper_section_platform_memory_to_ir()
368 section_ir, "node", in cper_section_platform_memory2_to_ir()
369 json_object_new_uint64(memory_error->Node)); in cper_section_platform_memory2_to_ir()
373 " on node %d", memory_error->Node); in cper_section_platform_memory2_to_ir()
376 "Error: Could not write to node description string\n"); in cper_section_platform_memory2_to_ir()
379 "Error: Node description string truncated: %s\n", in cper_section_platform_memory2_to_ir()
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dfdt.c54 debug("Node %s not found.\n", path); in ft_hs_fixup_crossbar()
84 printf("Could not add ti,irqs-skip property to node %s: %s\n", in ft_hs_fixup_crossbar()
109 debug("Node %s not found.\n", path); in ft_hs_fixup_sram()
121 printf("Could not add reg property to node %s: %s\n", in ft_hs_fixup_sram()
206 debug("Could not find cm_core_aon clocks node path offset : %s\n", in ft_fixup_clocks()
214 debug("Could not find clock sub-node %s: %s\n", in ft_fixup_clocks()
229 debug("Could not add assigned-clocks property to clock node %s: %s\n", in ft_fixup_clocks()
237 debug("Could not add assigned-clock-rates property to clock node %s: %s\n", in ft_fixup_clocks()
/openbmc/u-boot/test/overlay/
H A Dtest-fdt-base.dts10 test: test-node {
14 subtest: sub-test-node {
/openbmc/u-boot/arch/mips/mach-mt7620/
H A Dcpu.c45 int node; in print_cpuinfo() local
49 node = fdt_node_offset_by_compatible(blob, -1, "ralink,mt7620a-sysc"); in print_cpuinfo()
50 if (node < 0) in print_cpuinfo()
53 base = fdtdec_get_addr_size_auto_noparent(blob, node, "reg", in print_cpuinfo()
/openbmc/u-boot/board/freescale/common/
H A Dsgmii_riser.c34 int node; in fsl_sgmii_riser_fdt_fixup() local
39 node = fdt_path_offset(fdt, "/aliases"); in fsl_sgmii_riser_fdt_fixup()
40 if (node < 0) in fsl_sgmii_riser_fdt_fixup()
78 path = fdt_getprop(fdt, node, enet, NULL); in fsl_sgmii_riser_fdt_fixup()
/openbmc/qemu/tests/qemu-iotests/
H A D232.out52 QEMU_PROG: -blockdev driver=file,filename=TEST_DIR/t.IMGFMT,node-name=node0,read-only=off,auto-read…
54 QEMU_PROG: -blockdev driver=file,filename=TEST_DIR/t.IMGFMT,node-name=node0,read-only=off: Could no…
56 QEMU_PROG: -blockdev driver=file,filename=TEST_DIR/t.IMGFMT,node-name=node0,auto-read-only=off: Cou…
58 QEMU_PROG: -blockdev driver=file,filename=TEST_DIR/t.IMGFMT,node-name=node0: Could not open 'TEST_D…
H A D081.out34 …AMP, "microseconds": TIMESTAMP}, "event": "QUORUM_REPORT_BAD", "data": {"node-name": "drive2", "s…
56 … -blockdev file,node-name=file1,filename=TEST_DIR/1.IMGFMT -blockdev file,node-name=file2,filename…
58 "node-name": "quorum",
66 …AMP, "microseconds": TIMESTAMP}, "event": "QUORUM_REPORT_BAD", "data": {"node-name": "file2", "se…
143 {"error": {"class": "GenericError", "desc": "Cannot find device='drive0-quorum' nor node-name='driv…
H A D051109 echo === Node names ===
113 run_qemu -drive file="$TEST_IMG",node-name=x123456789012345678901234567890
114 run_qemu -drive file="$TEST_IMG",node-name=x1234567890123456789012345678901
118 run_qemu -drive file="$TEST_IMG",node-name=All-Types.of_all0wed_chars
119 run_qemu -drive file="$TEST_IMG",node-name=123foo
120 run_qemu -drive file="$TEST_IMG",node-name=_foo
121 run_qemu -drive file="$TEST_IMG",node-name=foo#12
191 echo === Attach to node in non-default iothread ===
196 …iothread="-drive file=$TEST_IMG,if=none,node-name=disk -object iothread,id=thread0 -device virtio-…
198 # Can't add a device in the main thread while virtio-scsi0 uses the node
[all …]
H A D223.out30 "arguments":{"driver":"IMGFMT", "node-name":"n",
34 "arguments":{"node":"n", "name":"b"}}
37 "arguments":{"driver":"null-co", "node-name":"null",
41 "arguments":{"node":"null", "name":"b3"}}
63 {"error": {"class": "GenericError", "desc": "Cannot find device='nosuch' nor node-name='nosuch'"}}
80 "arguments":{"type": "nbd", "node-name":"n", "id":"n3", "name": "n3",
81 "bitmaps":[{"node":"null","name":"b3"}]}}
140 === Check bitmap taken from another node ===
166 "arguments":{"node-name":"n", "iothread":"io0"}}
185 {"error": {"class": "GenericError", "desc": "Cannot find device='nosuch' nor node-name='nosuch'"}}
[all …]
/openbmc/u-boot/tools/binman/etype/
H A Dsection.py33 def __init__(self, section, etype, node): argument
34 Entry.__init__(self, section, etype, node)
35 self._section = bsection.Section(node.name, section, node,
/openbmc/u-boot/doc/device-tree-bindings/nand/
H A Dnvidia,tegra20-nand.txt9 The device node for a NAND flash device is as follows:
14 This node should sit inside its controller.
20 The device node for a NAND flash controller is as follows:
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp.c882 unsigned int node = dev_of_offset(dev); in exynos_dp_ofdata_to_platdata() local
891 priv->disp_info.h_res = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
893 priv->disp_info.h_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
895 priv->disp_info.h_back_porch = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
897 priv->disp_info.h_front_porch = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
899 priv->disp_info.v_res = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
901 priv->disp_info.v_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
903 priv->disp_info.v_back_porch = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
905 priv->disp_info.v_front_porch = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
907 priv->disp_info.v_sync_rate = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dmrccache.c194 int node, mrc_node; in mrccache_get_region() local
198 /* Find the flash chip within the SPI controller node */ in mrccache_get_region()
199 node = fdtdec_next_compatible(blob, 0, COMPAT_GENERIC_SPI_FLASH); in mrccache_get_region()
200 if (node < 0) { in mrccache_get_region()
205 if (fdtdec_get_int_array(blob, node, "memory-map", reg, 2)) in mrccache_get_region()
210 mrc_node = fdt_subnode_offset(blob, node, "rw-mrc-cache"); in mrccache_get_region()
220 ret = uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in mrccache_get_region()
/openbmc/u-boot/drivers/usb/musb-new/
H A Domap2430.c152 int node = dev_of_offset(dev); in omap2430_musb_ofdata_to_platdata() local
156 platdata->musb_config.multipoint = fdtdec_get_int(fdt, node, in omap2430_musb_ofdata_to_platdata()
165 platdata->musb_config.num_eps = fdtdec_get_int(fdt, node, in omap2430_musb_ofdata_to_platdata()
172 platdata->musb_config.ram_bits = fdtdec_get_int(fdt, node, in omap2430_musb_ofdata_to_platdata()
179 platdata->plat.power = fdtdec_get_int(fdt, node, in omap2430_musb_ofdata_to_platdata()
186 platdata->otg_board_data.interface_type = fdtdec_get_int(fdt, node, in omap2430_musb_ofdata_to_platdata()
194 platdata->plat.mode = fdtdec_get_int(fdt, node, in omap2430_musb_ofdata_to_platdata()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js382 node: null, property in AnonymousFunctionc6d3f3561200.defaults
392 if (!o.node || !o.pattern) {
397 traverse(o.node, hightlightTextNode);
661 if (!o.node) {
662 $.error("missing node");
676 …this.$el = $(o.node).addClass(this.classes.dataset).addClass(this.classes.dataset + "-" + this.nam…
757 node: fragment, property in AnonymousClassc6d3f3561f01
871 if (!o.node) {
872 $.error("node is required");
875 this.$node = $(o.node);
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/
H A Discsi-initiator-targets.service9 ExecStart=/usr/sbin/iscsiadm -m node --loginall=automatic $OPTS_ISCSIADM
10 ExecStop=/usr/sbin/iscsiadm -m node --logoutall=all $OPTS_ISCSIADM
/openbmc/u-boot/drivers/timer/
H A Drockchip_timer.c57 ofnode node = offset_to_ofnode(-1); in timer_get_boot_us() local
64 node = ofnode_get_chosen_node("tick-timer"); in timer_get_boot_us()
65 if (!ofnode_valid(node)) { in timer_get_boot_us()
70 timer = (struct rk_timer *)ofnode_get_addr(node); in timer_get_boot_us()
74 if (ofnode_read_u32(node, "clock-frequency", &rate)) { in timer_get_boot_us()
/openbmc/bmcweb/redfish-core/lib/
H A Dmetadata.hpp47 for (tinyxml2::XMLElement* node = in getMetadataPieceForFile() local
49 node != nullptr; node = node->NextSiblingElement(dataServices)) in getMetadataPieceForFile()
54 node->FirstChildElement(schemaTag); in getMetadataPieceForFile()
/openbmc/qemu/qapi/
H A Dmachine.json178 # @numa-mem-supported: true if '-numa node,mem' option is supported by
452 # @node: NUMA nodes configuration
456 # @cpu: property based CPU(s) to node mapping (Since: 2.10)
465 'data': [ 'node', 'dist', 'cpu', 'hmat-lb', 'hmat-cache' ] }
480 'node': 'NumaNodeOptions',
489 # Create a guest NUMA node. (for OptsVisitor)
491 # @nodeid: NUMA node ID (increase by 1 from 0 if omitted)
493 # @cpus: VCPUs belonging to this node (assign VCPUS round-robin if
496 # @mem: memory size of this node; mutually exclusive with @memdev.
500 # @memdev: memory backend object. If specified for one node, it must
[all …]
/openbmc/pldm/host-bmc/
H A Dutils.cpp171 auto node = pldm_entity_association_tree_find_with_locality( in updateEntityAssociation() local
173 if (!node) in updateEntityAssociation()
179 while (node) in updateEntityAssociation()
181 if (!pldm_entity_is_exist_parent(node)) in updateEntityAssociation()
186 pldm_entity parent = pldm_entity_get_parent(node); in updateEntityAssociation()
202 node = pldm_entity_association_tree_find_with_locality( in updateEntityAssociation()

1...<<11121314151617181920>>...72