Home
last modified time | relevance | path

Searched full:node (Results 201 – 225 of 1779) sorted by relevance

12345678910>>...72

/openbmc/u-boot/doc/device-tree-bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt23 This node is a mailbox consumer. See the following files for details of
30 This node is a clock, power domain, and reset provider. See the following
32 implemented by this node:
43 bindings represent each I2C controller as a device tree node. Such nodes should
44 be nested directly inside the main BPMP node.
46 Software can determine whether a child node of the BPMP node represents a device
47 by checking for a compatible property. Any node with a compatible property
57 property, and the BPMP node will have no #address-cells or #size-cells property.
/openbmc/u-boot/drivers/sound/
H A Drockchip_sound.c52 ofnode node; in rockchip_sound_probe() local
55 node = ofnode_find_subnode(dev_ofnode(dev), "cpu"); in rockchip_sound_probe()
56 if (!ofnode_valid(node)) { in rockchip_sound_probe()
60 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in rockchip_sound_probe()
66 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in rockchip_sound_probe()
72 node = ofnode_find_subnode(dev_ofnode(dev), "codec"); in rockchip_sound_probe()
73 if (!ofnode_valid(node)) { in rockchip_sound_probe()
77 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in rockchip_sound_probe()
83 ret = uclass_get_device_by_ofnode(UCLASS_AUDIO_CODEC, args.node, in rockchip_sound_probe()
H A Dsound-uclass.c110 ofnode node; in sound_find_codec_i2s() local
114 node = ofnode_find_subnode(dev_ofnode(dev), "codec"); in sound_find_codec_i2s()
115 if (!ofnode_valid(node)) { in sound_find_codec_i2s()
119 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in sound_find_codec_i2s()
125 ret = uclass_get_device_by_ofnode(UCLASS_AUDIO_CODEC, args.node, in sound_find_codec_i2s()
133 node = ofnode_find_subnode(dev_ofnode(dev), "cpu"); in sound_find_codec_i2s()
134 if (!ofnode_valid(node)) { in sound_find_codec_i2s()
138 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in sound_find_codec_i2s()
144 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in sound_find_codec_i2s()
/openbmc/qemu/tests/qemu-iotests/
H A D186.out55 === -blockdev/-device=<node-name> ===
57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null
65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id
73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null
81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_…
89 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null
97 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null,i…
105 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null
114 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null,id=qdev_id
123 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null
[all …]
H A D224.out4node-name": "base"}, "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-mid.…
13node-name": "base"}, "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-mid.…
15 …e\", \"filename\": \"TEST_DIR/PID-base.img\"}}", "device": "top", "filter-node-name": "filter_node…
H A D27364 -blockdev file,node-name=base,filename="$TEST_IMG.base" \
65 -blockdev file,node-name=midf,filename="$TEST_IMG.mid" \
66 -blockdev '{"driver":"qcow2","node-name":"mid","file":"midf","backing":null}' \
67 -blockdev file,node-name=topf,filename="$TEST_IMG" \
68 -blockdev '{"driver":"qcow2","file":"topf","node-name":"top","backing":null}' \
71 {"execute":"blockdev-snapshot","arguments":{"node":"base","overlay":"mid"}}
72 {"execute":"blockdev-snapshot","arguments":{"node":"mid","overlay":"top"}}
H A D26239 vm.add_blockdev('file,filename=%s,node-name=drive0-file' % (img_path))
40 vm.add_blockdev('%s,file=drive0-file,node-name=drive0-fmt' % (iotests.imgfmt))
41 vm.add_blockdev('copy-on-read,file=drive0-fmt,node-name=drive0-cor')
42 vm.add_blockdev('throttle,file=drive0-cor,node-name=drive0-throttle,throttle-group=tg0')
43 vm.add_blockdev('blkdebug,image=drive0-throttle,node-name=drive0-dbg')
44 vm.add_blockdev('null-co,node-name=null,read-zeroes=on')
45 vm.add_blockdev('blkverify,test=drive0-dbg,raw=null,node-name=drive0-verify')
48 … vm.add_blockdev('quorum,children.0=drive0-verify,vote-threshold=1,node-name=drive0-quorum')
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Dusing-DOCB-conditional.patch38 nodepath = xmlStrdup( (const xmlChar *) "(. | .//node() | .//@* | .//namespace::*)" );
55 @@ -654,7 +654,9 @@ domName(xmlNodePtr node) {
69 @@ -331,7 +331,9 @@ PmmNewNode(xmlNodePtr node)
70 switch ( node->type ) {
79 @@ -550,7 +552,9 @@ PmmNodeToSv( xmlNodePtr node, ProxyNodePtr owner )
80 switch ( node->type ) {
86 if ( ((xmlDocPtr)node)->encoding != NULL ) {
87 … SetPmmENCODING(dfProxy, (int)xmlParseCharEncoding( (const char*)((xmlDocPtr)node)->encoding ));
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3128-board.c80 int node; in board_usb_init() local
85 /* find the usb_otg node */ in board_usb_init()
86 node = fdt_node_offset_by_compatible(blob, -1, in board_usb_init()
89 while (node > 0) { in board_usb_init()
90 mode = fdt_getprop(blob, node, "dr_mode", NULL); in board_usb_init()
96 node = fdt_node_offset_by_compatible(blob, node, in board_usb_init()
103 rk3128_otg_data.regs_otg = fdtdec_get_addr(blob, node, "reg"); in board_usb_init()
/openbmc/libpldm/include/libpldm/
H A Dpdr.h344 * opaque structure that represents a node in the entity association hierarchy
364 * @param[in] parent - pointer to the node that should be the parent of input
385 * @param[in] parent - pointer to the node that should be the parent of input
421 * @pre node must point to a valid object
423 * @param[in] node - opaque pointer to added entity
427 pldm_entity pldm_entity_extract(pldm_entity_node *node);
446 /** @brief Check if input entity node is a parent
448 * @pre node must point to a valid object
450 * @param[in] node - opaque pointer acting as a handle to an entity node
452 * @return bool true if node is a parent, false otherwise
[all …]
/openbmc/u-boot/include/u-boot/
H A Drsa-mod-exp.h36 * @node: Node with RSA key elements like modulus, exponent, R^2, n0inv
40 struct key_prop *node, uint8_t *out);
43 struct key_prop *node, uint8_t *out);
65 * @node: Node with RSA key elements like modulus, exponent,
74 uint32_t sig_len, struct key_prop *node,
/openbmc/u-boot/board/cavium/thunderx/
H A Dthunderx.c85 int node; in dram_init() local
91 for (node = 0; node < node_count; node++) { in dram_init()
92 dram_size = atf_dram_size(node); in dram_init()
93 printf("Node %d: %zd MBytes of DRAM\n", node, dram_size >> 20); in dram_init()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dremove-bitmap-from-backing.out1 Trying to remove persistent bitmap from r-o base node, should fail:
2 {"execute": "block-dirty-bitmap-remove", "arguments": {"name": "bitmap0", "node": "base"}}
4 Remove persistent bitmap from base node reopened to RW:
5 {"execute": "block-dirty-bitmap-remove", "arguments": {"name": "bitmap0", "node": "base"}}
H A Dinactive-node-nbd34 'node-name': node_name,
45 node = next(n for n in nodes if n['node-name'] == node_name)
46 return node['active']
67 vm.add_blockdev(f'file,node-name=disk-file,filename={path}')
68 vm.add_blockdev(f'{iotests.imgfmt},file=disk-file,node-name=disk-fmt,'
70 vm.add_blockdev(f'file,node-name=target-file,filename={target_path}')
71 vm.add_blockdev(f'{iotests.imgfmt},file=target-file,node-name=target-fmt')
72 vm.add_blockdev(f'file,node-name=snap-file,filename={snap_path}')
73 vm.add_blockdev(f'file,node-name=snap2-file,filename={snap2_path}')
83 iotests.log('\n=== Creating export of inactive node ===')
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dfdt-common.c33 debug("Node %s not found.\n", path); in ft_hs_disable_rng()
39 printf("Could not add status property to node %s: %s\n", in ft_hs_disable_rng()
81 /* Delete any original secure_reserved node */ in ft_hs_fixup_dram()
87 /* Add new secure_reserved node */ in ft_hs_fixup_dram()
91 debug("Node %s not found\n", path); in ft_hs_fixup_dram()
97 printf("Could not create %s%s node.\n", path, subpath); in ft_hs_fixup_dram()
111 printf("Could not create %s%s node.\n", path, subpath); in ft_hs_fixup_dram()
142 printf("Could not find root node.\n"); in ft_hs_add_tee()
149 printf("Could not create %s node.\n", subpath); in ft_hs_add_tee()
157 printf("Could not create %s node.\n", subpath); in ft_hs_add_tee()
/openbmc/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c42 int node = dev_of_offset(dev); in mvebu_pinctl_emmc_set_mux() local
45 if (!fdt_node_check_compatible(blob, node, "marvell,ap806-pinctrl")) { in mvebu_pinctl_emmc_set_mux()
51 } else if (!fdt_node_check_compatible(blob, node, in mvebu_pinctl_emmc_set_mux()
70 int node = dev_of_offset(config); in mvebu_pinctrl_set_state() local
78 pin_count = fdtdec_get_int_array_count(blob, node, in mvebu_pinctrl_set_state()
88 function = fdtdec_get_int(blob, node, "marvell,function", 0xff); in mvebu_pinctrl_set_state()
131 int node = dev_of_offset(config); in mvebu_pinctrl_set_state_all() local
138 err = fdtdec_get_int_array(blob, node, "pin-func", in mvebu_pinctrl_set_state_all()
185 int node = dev_of_offset(dev); in mvebu_pinctl_probe() local
200 priv->pin_cnt = fdtdec_get_int(blob, node, "pin-count", in mvebu_pinctl_probe()
[all …]
/openbmc/qemu/qapi/
H A Dblock-core.json340 # node, annotated with information about that node in relation to its
343 # @name: Child name of the root node in the `BlockGraphInfo` struct, in
344 # its role as the child of some undescribed parent node
346 # @info: Block graph information starting at this node
361 # information for the (sub)graph's root node.
363 # @children: Array of links to this node's child nodes' information
477 # @node-name: The name of the child's block driver node.
483 'node-name': 'str' } }
492 # @node-name: the name of the block driver node (Since 2.0)
578 # @dirty-bitmaps: dirty bitmaps information (only present if node has
[all …]
H A Dblock-export.json107 # each bitmap. Since 7.1 bitmap may be specified by node/name
164 # Options for exporting a block graph node on some (file) mountpoint
170 # @growable: Whether writes beyond the EOF should grow the block node
222 # @device: The device name or node name of the node to be exported
242 # Export a block node to QEMU's embedded NBD server.
348 # Describes a block export, i.e. how single node should be exported on
356 # @node-name: The node name of the block node to be exported
368 # the block node. (since: 5.2)
370 # @fixed-iothread: True prevents the block node from being moved to
372 # @iothread is given, export creation fails if the block node
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dtnc_misc.c251 * read_znode - read an indexing node from flash and fill znode.
253 * @lnum: LEB of the indexing node to read
254 * @offs: node offset
255 * @len: node length
258 * This function reads an indexing node from the flash media and fills znode
260 * code in case of failure. The read indexing node is validated and if anything
334 ubifs_err(c, "bad target node (type %d) length (%d)", in read_znode()
342 ubifs_err(c, "bad target node (type %d) length (%d)", in read_znode()
380 ubifs_err(c, "bad indexing node at LEB %d:%d, error %d", lnum, offs, err); in read_znode()
440 * ubifs_tnc_read_node - read a leaf node from the flash media.
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dqos_external.c98 QOSGraphNode *node; in allocate_objects() local
102 node = qos_graph_get_node(path[current]); in allocate_objects()
103 g_assert(node->type == QNODE_MACHINE); in allocate_objects()
105 obj = qos_machine_new(node, qts); in allocate_objects()
114 if (node->type != QNODE_INTERFACE) { in allocate_objects()
119 /* follow edge and get object for next node constructor */ in allocate_objects()
122 node = qos_graph_get_node(path[current]); in allocate_objects()
124 if (node->type == QNODE_TEST) { in allocate_objects()
136 obj = qos_driver_new(node, obj, alloc, edge_arg); in allocate_objects()
/openbmc/u-boot/test/dm/
H A Dtest-fdt.c164 * ping-add property in each node. in dm_check_devices()
258 * one with "u-boot,dm-pre-reloc" property (a-test node), and the other in dm_test_fdt_pre_reloc()
259 * one whose driver marked with DM_FLAG_PRE_RELOC flag (h-test node). in dm_test_fdt_pre_reloc()
292 * node in dm_test_fdt_uclass_seq()
327 int node; in dm_test_fdt_offset() local
329 node = fdt_path_offset(blob, "/e-test"); in dm_test_fdt_offset()
330 ut_assert(node > 0); in dm_test_fdt_offset()
331 ut_assertok(uclass_get_device_by_of_offset(UCLASS_TEST_FDT, node, in dm_test_fdt_offset()
335 /* This node should not be bound */ in dm_test_fdt_offset()
336 node = fdt_path_offset(blob, "/junk"); in dm_test_fdt_offset()
[all …]
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c61 VirtIOGPUOutputList *node; in virtio_gpu_base_generate_edid() local
70 for (output_idx = 0, node = g->conf.outputs; in virtio_gpu_base_generate_edid()
71 output_idx <= scanout && node; output_idx++, node = node->next) { in virtio_gpu_base_generate_edid()
72 if (output_idx == scanout && node->value && node->value->name) { in virtio_gpu_base_generate_edid()
73 info.name = node->value->name; in virtio_gpu_base_generate_edid()
187 VirtIOGPUOutputList *node; in virtio_gpu_base_device_realize() local
197 for (output_idx = 0, node = g->conf.outputs; in virtio_gpu_base_device_realize()
198 node; output_idx++, node = node->next) { in virtio_gpu_base_device_realize()
203 if (node->value && node->value->name && in virtio_gpu_base_device_realize()
204 strlen(node->value->name) > EDID_NAME_MAX_LENGTH) { in virtio_gpu_base_device_realize()
[all …]
/openbmc/u-boot/drivers/gpio/
H A Ddwapb_gpio.c156 int ret, node, bank = 0; in gpio_dwapb_bind() local
168 for (node = fdt_first_subnode(blob, dev_of_offset(dev)); in gpio_dwapb_bind()
169 node > 0; in gpio_dwapb_bind()
170 node = fdt_next_subnode(blob, node)) { in gpio_dwapb_bind()
171 if (!fdtdec_get_bool(blob, node, "gpio-controller")) in gpio_dwapb_bind()
180 plat->pins = fdtdec_get_int(blob, node, "snps,nr-gpios", 0); in gpio_dwapb_bind()
181 plat->name = fdt_stringlist_get(blob, node, "bank-name", 0, in gpio_dwapb_bind()
185 * Fall back to node name. This means accessing pins in gpio_dwapb_bind()
188 plat->name = fdt_get_name(blob, node, NULL); in gpio_dwapb_bind()
196 dev_set_of_offset(subdev, node); in gpio_dwapb_bind()
/openbmc/rest-dbus/resources/
H A Ddbus.js7 function populate_tree_services(node, cb, bus) argument
27 function populate_tree_objects(node, cb) argument
29 var ctx = node.original;
48 function populate_tree_interfaces(node, cb) argument
50 var ctx = node.original;
207 function populate_tree_interface_items(node, cb) argument
209 var ctx = node.original;
238 function populate_tree(node, cb) argument
240 if (!node.original) {
241 populate_tree_services(node, cb, g_bus);
[all …]
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h121 * @name: Name of of the device tree node, also the name of the variable
124 * @compat: Compatible string for the node containing this state
127 * If data is available, then blob and node will provide access to it. If
128 * not (blob == NULL and node == -1) this function should set up an empty
131 * @param node: Node offset to read from
135 * The caller will ensure that there is a node ready for the state. The
136 * node may already contain the old state, in which case it should be
144 * @param node: Node to write our state into
156 int (*write)(void *blob, int node);
157 int (*read)(const void *blob, int node);
[all …]

12345678910>>...72