| /freebsd-13.1/sys/ofed/include/rdma/ |
| H A D | ib_umem_odp.h | 114 void rbt_ib_umem_insert(struct umem_odp_node *node, struct rb_root *root); 115 void rbt_ib_umem_remove(struct umem_odp_node *node, struct rb_root *root); 127 struct umem_odp_node *rbt_ib_umem_iter_next(struct umem_odp_node *node,
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | fsl,ssi.txt | 32 - codec-handle: Phandle to a 'codec' node that defines an audio 33 codec connected to this SSI. This node is typically 34 a child of an I2C or other control node. 56 - fsl,playback-dma: Phandle to a node for the DMA channel to use for 60 - fsl,capture-dma: Phandle to a node for the DMA channel to use for 65 Child 'codec' node required properties: 68 Child 'codec' node optional properties:
|
| H A D | qcom,sdm845.txt | 40 Definition: cpu dai sub-node 45 Definition: codec dai sub-node 50 Definition: platform dai sub-node 55 Definition: dai phandle/s and port of CPU/CODEC/PLATFORM node.
|
| H A D | cs35l35.txt | 69 Optional H/G Algorithm sub-node: 71 The cs35l35 node can have a single "cirrus,classh-internal-algo" sub-node 78 - cirrus,classh-internal-algo : Sub-node for the Internal Class H Algorithm 82 Optional properties for the "cirrus,classh-internal-algo" Sub-node 105 Optional Monitor Signal Format sub-node: 107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node 113 -cirrus,monitor-signal-format : Sub-node for the Monitor Signaling Formating
|
| /freebsd-13.1/sys/dev/iicbus/pmic/ |
| H A D | fan53555.c | 315 fan53555_reg_attach(struct fan53555_softc *sc, phandle_t node, int type) in fan53555_reg_attach() argument 324 if (regulator_parse_ofw_stdparam(sc->dev, node, &initdef) != 0) { in fan53555_reg_attach() 350 initdef.ofw_node = node; in fan53555_reg_attach() 425 phandle_t node; in fan53555_attach() local 430 node = ofw_bus_get_node(dev); in fan53555_attach() 433 rv = OF_getencprop(node, "fcs,suspend-voltage-selector", &susp_sel, in fan53555_attach() 444 if (fan53555_reg_attach(sc, node, type) == NULL) in fan53555_attach()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | srio-rmu.txt | 1 Message unit node: 4 this node is required. For devices with RMAN this node should NOT exist. The 5 node is composed of three types of sub-nodes ("fsl-srio-msg-unit", 35 Sub-Nodes for RMU: The RMU node is composed of multiple sub-nodes that 62 binding document describing the node's interrupt parent. 92 binding document describing the node's interrupt parent. 122 binding document describing the node's interrupt parent.
|
| /freebsd-13.1/usr.bin/mkimg/ |
| H A D | uuid.c | 90 uuid->node[i] = (uint8_t)random(); in osdep_uuidgen() 91 uuid->node[0] |= 0x01; in osdep_uuidgen() 123 p[10 + i] = uuid->node[i]; in mkimg_uuid_enc()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | mt9m111.txt | 12 The device node must contain one 'port' child node with one 'endpoint' child 13 sub-node for its digital output video port, in accordance with the video
|
| H A D | imx274.txt | 17 The imx274 device node should contain one 'port' child node with 18 an 'endpoint' subnode. For further reading on port node refer to
|
| H A D | adp1653.txt | 12 represented by one child node, nodes need to be named "flash" and "indicator". 14 Required properties of the LED child node: 17 Required properties of the flash LED child node:
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
| H A D | firmware.txt | 4 boot loader), then a 'firmware' child node should be added to the QE 5 node. This node provides information on the uploaded firmware that
|
| /freebsd-13.1/sys/powerpc/powermac/ |
| H A D | pswitch.c | 92 phandle_t node, child; in pswitch_attach() local 97 node = macio_get_node(dev); in pswitch_attach() 99 for (child = OF_child(node); child != 0; child = OF_peer(child)) { in pswitch_attach()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal.txt | 23 The following is a description of each of these node types. 73 The trip node is a node to describe a point in the temperature domain 95 The cooling device maps node is a node to describe how cooling devices 105 - trip: A phandle of a trip point node within the same thermal 107 trip point node 123 The thermal zone node is the node containing all the required info 125 thermal zone node must contain, apart from its own properties, one sub-node 143 Type: sub-node required to describe the thermal zone. 181 * The thermal-zones node 185 "Thermal zone nodes". The "thermal-zones" node appears under "/". [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/msm/ |
| H A D | dsi.txt | 28 - vdd-supply: phandle to vdd regulator device node 29 - vddio-supply: phandle to vdd-io regulator device node 30 - vdda-supply: phandle to vdda regulator device node 31 - phys: phandle to DSI PHY device node 33 - syscon-sfpb: A phandle to mmss_sfpb syscon node (only for DSIv2) 113 - vddio-supply: phandle to vdd-io regulator device node 115 - vddio-supply: phandle to vdd-io regulator device node 116 - vcca-supply: phandle to vcca regulator device node 118 - vcca-supply: phandle to vcca regulator device node 120 - vdds-supply: phandle to vdds regulator device node
|
| /freebsd-13.1/sys/powerpc/pseries/ |
| H A D | mmu_phyp.c | 142 phandle_t dev, node, root; in mphyp_bootstrap() local 160 node = OF_child(dev); in mphyp_bootstrap() 162 while (node != 0) { in mphyp_bootstrap() 163 res = OF_getprop(node, "device_type", buf, sizeof(buf)); in mphyp_bootstrap() 166 node = OF_peer(node); in mphyp_bootstrap() 169 res = OF_getencprop(node, "ibm,pft-size", prop, sizeof(prop)); in mphyp_bootstrap() 173 res = OF_getencprop(node, "ibm,slb-size", prop, sizeof(prop[0])); in mphyp_bootstrap() 198 len = OF_getproplen(node, "ibm,segment-page-sizes"); in mphyp_bootstrap() 205 res = OF_getencprop(node, "ibm,segment-page-sizes", arr, in mphyp_bootstrap()
|
| /freebsd-13.1/contrib/ntp/ntpdc/ |
| H A D | ntpdc.texi | 27 @node Top, ntpdc Description, (dir), (dir) 49 @node ntpdc Description 50 @comment node-name, next, previous, up 69 @node Usage 70 @comment node-name, next, previous, up
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | sntp.texi | 27 @node Top, sntp Description, (dir), (dir) 49 @node sntp Description 50 @comment node-name, next, previous, up 69 @node Usage 70 @comment node-name, next, previous, up
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | tps6586x.txt | 9 - regulators: A node that houses a sub-node for each regulator within the 10 device. Each sub-node is identified using the node's name (or the deprecated 12 The content of each sub-node is defined by the standard binding for
|
| H A D | qcom,smd-rpm-regulator.yaml | 16 information pertaining to the SMD node. 19 for information regarding the RPM node. 21 The regulator node houses sub-nodes for each regulator within the device. 22 Each sub-node is identified using the node's name, with valid values listed 75 description: Input supply phandle(s) for this node
|
| /freebsd-13.1/sys/arm/ti/ |
| H A D | ti_prcm.c | 144 phandle_t node, child; in ti_prcm_attach() local 150 node = ofw_bus_get_node(sc->dev); in ti_prcm_attach() 151 simplebus_init(sc->dev, node); in ti_prcm_attach() 153 if (simplebus_fill_ranges(node, &sc->sc_simplebus) < 0) { in ti_prcm_attach() 197 for (child = OF_child(node); child != 0; child = OF_peer(child)) { in ti_prcm_attach()
|
| /freebsd-13.1/bin/sh/ |
| H A D | redir.h | 42 union node; 43 void redirect(union node *, int);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP3PInstructions.td | 46 getVOP3PModPat<P, node, HasExplicitClamp>.ret, 47 getVOP3Pat<P, node>.ret)>; 54 SDPatternOperator node = null_frag> { 219 def ExtractSigned4bit_#Idx[0] : PatFrag<(ops node:$src), 224 (ops node:$src), 226 !if (U, (srl node:$src, (i32 FromBitIndex)), (sra node:$src, (i32 FromBitIndex))), 228 !if (U, (and node:$src, (i32 BitMask)), 230 (sext_inreg node:$src, i8))), 246 (ops node:$src0, node:$src1), 273 (ops node:$src0, node:$src1), [all …]
|
| /freebsd-13.1/sys/arm/allwinner/ |
| H A D | if_awg.c | 1416 phandle_t node; in awg_get_phy_node() local 1419 node = ofw_bus_get_node(dev); in awg_get_phy_node() 1430 phandle_t node, phy_node; in awg_has_internal_phy() local 1432 node = ofw_bus_get_node(dev); in awg_has_internal_phy() 1445 phandle_t node; in awg_parse_delay() local 1451 node = ofw_bus_get_node(dev); in awg_parse_delay() 1493 phandle_t node; in awg_setup_phy() local 1550 if (OF_hasprop(node, in awg_setup_phy() 1614 phandle_t node, phy_node; in awg_setup_extres() local 1658 if (OF_hasprop(node, "syscon") && syscon_get_by_ofw_property(dev, node, in awg_setup_extres() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | Simple.h | 205 auto node = new (_file.allocator()) in addReference() local 207 _references.push_back(node); in addReference() 215 for (SimpleReference &node : _references) { in sortReferences() 216 elements.push_back(&node); in sortReferences() 231 for (SimpleReference *node : elements) { in sortReferences() 232 _references.push_back(node); in sortReferences()
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | opal_flash.c | 344 phandle_t node; in opalflash_attach() local 351 node = ofw_bus_get_node(dev); in opalflash_attach() 352 OF_getencprop(node, "ibm,opal-id", &opal_id, sizeof(opal_id)); in opalflash_attach() 355 if (OF_getencprop(node, "ibm,flash-block-size", in opalflash_attach() 361 if (!OF_hasprop(node, "no-erase")) in opalflash_attach() 366 if (OF_getencprop(node, "reg", regs, sizeof(regs)) < 0) { in opalflash_attach()
|