Home
last modified time | relevance | path

Searched full:node (Results 676 – 700 of 1779) sorted by relevance

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

/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp76 auto node = pldm_entity_association_tree_find_with_locality( in updateContainerId() local
78 if (node) in updateContainerId()
80 pldm_entity e = pldm_entity_extract(node); in updateContainerId()
296 auto node = pldm_entity_association_tree_add_entity( in mergeEntityAssociations() local
300 if (!node) in mergeEntityAssociations()
305 entityAssoc.push_back(node); in mergeEntityAssociations()
318 pldm_entity_node* node = nullptr; in mergeEntityAssociations() local
319 pldm_find_entity_ref_in_tree(entityTree, entities[0], &node); in mergeEntityAssociations()
320 if (node == nullptr) in mergeEntityAssociations()
336 node, rep in mergeEntityAssociations()
1125 pldm_entity node = pldm_entity_extract(entity.second); setFRUDataOnDBus() local
1176 pldm_entity node = pldm_entity_extract(entity.second); createDbusObjects() local
[all...]
/openbmc/docs/designs/
H A Dentity-manager-hw-id-vpd-discover-via-device-tree.md88 root][dt-spec-chap3-root-node], along with ['local-mac-address,' a property
91 [dt-spec-chap3-root-node]:
92 …hub.com/devicetree-org/devicetree-specification/blob/main/source/chapter3-devicenodes.rst#root-node
158 ### A reserved-memory node in device-tree is used for transport of 'serial-number' and 'model' ID d…
183 1. Is a well-established device-tree node
195 'chosen' node
355 Any platform that has a device-tree 'model' or 'serial-number' node populated in
358 device-tree/model and/or serial-number node matches the contents of 'model' and
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_lvds.c176 int node = dev_of_offset(dev); in rk_lvds_ofdata_to_platdata() local
181 ret = fdtdec_get_int(blob, node, "rockchip,output", -1); in rk_lvds_ofdata_to_platdata()
190 ret = fdtdec_get_int(blob, node, "rockchip,data-mapping", -1); in rk_lvds_ofdata_to_platdata()
199 ret = fdtdec_get_int(blob, node, "rockchip,data-width", -1); in rk_lvds_ofdata_to_platdata()
/openbmc/qemu/tests/qemu-iotests/
H A D237135 vm.add_blockdev('driver=file,filename=%s,node-name=node0' % (disk_path))
170 vm.add_blockdev('driver=file,filename=%s,node-name=ext1' % (extent1_path))
171 vm.add_blockdev('driver=file,filename=%s,node-name=ext2' % (extent2_path))
172 vm.add_blockdev('driver=file,filename=%s,node-name=ext3' % (extent3_path))
H A D30745 vm.add_blockdev(f'file,filename={img},node-name=file')
46 vm.add_blockdev(f'{iotests.imgfmt},file=file,node-name=fmt')
47 vm.add_blockdev('raw,file=file,node-name=ro,read-only=on')
48 vm.add_blockdev('null-co,node-name=null')
H A D22471 'node-name': 'mid',
78 'node-name': 'base',
91 # As long as block-commit does not accept node names, we have to
H A D11755 'arguments': { 'node-name': 'protocol',
62 'arguments': { 'node-name': 'format',
H A D29937 'node-name': 'disk',
43 'node': 'disk',
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32mp1.txt52 PLL children node for PLL1 to PLL4 : (see ref manual for details)
54 PLLx is off when the associated node is absent
157 The clock tree is also based on 5 fixed-clock in clocks node
167 - disable HSI oscillator if the node is absent (always activated by bootrom)
H A Drockchip,rk3188-cru.txt40 Example: Clock controller node:
51 Example: UART controller node that consumes the clock generated by the clock
H A Drockchip,rk3288-cru.txt40 Example: Clock controller node:
51 Example: UART controller node that consumes the clock generated by the clock
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c51 ofnode node; in i2c_mux_post_bind() local
59 dev_for_each_subnode(node, mux) { in i2c_mux_post_bind()
66 name = ofnode_get_name(node); in i2c_mux_post_bind()
87 full_name, node, &dev); in i2c_mux_post_bind()
/openbmc/u-boot/doc/device-tree-bindings/adc/
H A Dst,stm32-adc.txt21 Contents of a stm32 adc root node:
40 - interrupt-controller: Identifies the controller node as interrupt-parent
50 Contents of a stm32 adc child node:
52 An ADC block node should contain at least one subnode, representing an
/openbmc/qemu/hw/core/
H A Dgpio.c30 QLIST_FOREACH(ngl, &dev->gpios, node) { in qdev_get_named_gpio_list()
39 QLIST_INSERT_HEAD(&dev->gpios, ngl, node); in qdev_get_named_gpio_list()
195 QLIST_REMOVE(ngl, node); in qdev_pass_gpios()
196 QLIST_INSERT_HEAD(&container->gpios, ngl, node); in qdev_pass_gpios()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmirror-top-perms39 self.vm.add_blockdev(f'null-co,node-name=null,size={image_size}')
64 (Unless there was a parent above the protocol node that would
96 self.vm_b.add_blockdev(f'file,node-name=drive0,filename={source}')
/openbmc/qemu/tests/functional/
H A Dtest_ppc64_powernv.py44 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
53 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
65 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
/openbmc/u-boot/drivers/mmc/
H A Daspeed_sdhci.c42 int node = dev_of_offset(dev); in aspeed_sdhci_probe() local
61 gpio_request_by_name_nodev(offset_to_ofnode(node), "pwr-gpios", 0, in aspeed_sdhci_probe()
73 gpio_request_by_name_nodev(offset_to_ofnode(node), "pwr-sw-gpios", 0, in aspeed_sdhci_probe()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h18 /* The list ends with an ATAG_NONE node. */
26 /* The list must start with an ATAG_CORE node */
172 int node; member
/openbmc/u-boot/doc/driver-model/
H A Dfs_firmware_loader.txt27 defined in fs-loader node as shown in below:
50 node under /chosen node such as:
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/
H A Dk3-am654-ddrss.txt12 DDRSS device node:
21 - power-domains: Should contain a phandle to a PM domain provider node
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dfsl-tsec-phy.txt27 device that exists on this bus, a PHY node should be created.
53 property under the tsec node, which has a similar meaning of "phy-handle".
/openbmc/u-boot/tools/binman/etype/
H A Dfmap.py30 def __init__(self, section, etype, node): argument
31 Entry.__init__(self, section, etype, node)
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dstream_id_lsch2.h28 * -set a msi-map entry in the PEXn controller node in the
31 * -set a iommu-map entry in the PEXn controller node in the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A D0001-Define-createIdentifierRef-prototype-in-yang-complex.patch32 +extern void createIdentifierRef(struct _YangNode *node, char* prefix, char* ident);
49 +extern void createIdentifierRef(struct _YangNode *node, char* prefix, char* ident);
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/
H A D0002-arm64-dts-Add-corstone1000-external-system-device-no.patch4 Subject: [PATCH 2/6] arm64: dts: Add corstone1000 external system device node
6 add device tree node for the external system core in Corstone-1000

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