Home
last modified time | relevance | path

Searched refs:node (Results 1501 – 1525 of 3015) sorted by relevance

1...<<61626364656667686970>>...121

/freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-sensor.yaml18 The following node types are used to completely describe a thermal management
22 - thermal-zones: a container of the following node types used to describe all
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/
H A Dbrcm,kona-gpio.txt34 - gpio-controller: Marks the device node as a GPIO controller.
35 - interrupt-controller: Marks the device node as an interrupt controller.
H A Dgpio-max732x.txt15 - gpio-controller: Marks the device node as a GPIO controller.
29 - interrupt-controller: Identifies the node as an interrupt controller.
H A Dgpio-mxs.yaml17 GPIO ports share the same IO space with PIN controller, the GPIO node
18 will be represented as sub-nodes of MXS pinctrl node.
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dsprd,sc9863a-clk.yaml69 Other SC9863a clock nodes should be the child of a syscon node in
73 The 'reg' property for the clock node is also required if there is a sub
H A Drockchip,rk3308-cru.txt38 Example: Clock controller node:
48 Example: UART controller node that consumes the clock generated by the clock
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,rk3368-cru.txt41 Example: Clock controller node:
51 Example: UART controller node that consumes the clock generated by the clock
/freebsd-13.1/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm.txt12 pwm-phandle : phandle to PWM controller node
20 property is given, the name of the user node will be used as fallback.
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dphy-mvebu-comphy.txt24 controller node (only for Armada 7k/8k)
35 A sub-node is required for each comphy lane provided by the comphy.
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx8mm-pinctrl.yaml28 Pinctrl node's client devices use subnodes for desired pin configuration.
68 # Pinmux controller node
H A Dfsl,imx8mn-pinctrl.yaml28 Pinctrl node's client devices use subnodes for desired pin configuration.
68 # Pinmux controller node
H A Dfsl,imx8mq-pinctrl.yaml28 Pinctrl node's client devices use subnodes for desired pin configuration.
68 # Pinmux controller node
H A Dfsl,imx8mp-pinctrl.yaml28 Pinctrl node's client devices use subnodes for desired pin configuration.
68 # Pinmux controller node
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dcdns,csi2tx.txt23 - ports: A ports node with one port child node per device input and output
H A Dcdns,csi2rx.txt23 - ports: A ports node with one port child node per device input and output
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd-rpm.yaml17 within the RPM node itself.
19 The RPM exposes resources to its subnodes. The rpm_requests node must be
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Datmel,lcdc.txt17 - display: a phandle pointing to the display node
20 - display: a display node is required to initialize the lcd panel
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/npcm/
H A Dnpcm.txt4 Required root node properties:
/freebsd-13.1/sys/contrib/device-tree/Bindings/hwmon/
H A Dltq-cputemp.txt3 Requires node properties:
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp466 StructuredData::ObjectSP node = in GetInfoItemByPathAsString() local
468 if (node) { in GetInfoItemByPathAsString()
469 if (node->GetType() == eStructuredDataTypeString) { in GetInfoItemByPathAsString()
470 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str()); in GetInfoItemByPathAsString()
473 if (node->GetType() == eStructuredDataTypeInteger) { in GetInfoItemByPathAsString()
474 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue()); in GetInfoItemByPathAsString()
477 if (node->GetType() == eStructuredDataTypeFloat) { in GetInfoItemByPathAsString()
478 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString()
481 if (node->GetType() == eStructuredDataTypeBoolean) { in GetInfoItemByPathAsString()
482 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c913 kcf_remove_node(kcf_areq_node_t *node) in kcf_remove_node() argument
915 kcf_areq_node_t *nextp = node->an_next; in kcf_remove_node()
916 kcf_areq_node_t *prevp = node->an_prev; in kcf_remove_node()
928 node->an_state = REQ_CANCELED; in kcf_remove_node()
939 kcf_enqueue(kcf_areq_node_t *node) in kcf_enqueue() argument
951 gswq->gs_first = gswq->gs_last = node; in kcf_enqueue()
955 tnode->an_next = node; in kcf_enqueue()
956 gswq->gs_last = node; in kcf_enqueue()
957 node->an_prev = tnode; in kcf_enqueue()
963 node->an_state = REQ_WAITING; in kcf_enqueue()
/freebsd-13.1/contrib/ntp/util/
H A Dntp-keygen.texi37 @node Top, Description, (dir), (dir)
56 @node Description, Running the Program, Top, Top
57 @comment node-name, next, previous, up
126 @node Running the Program, Random Seed File, Description, Top
127 @comment node-name, next, previous, up
177 @node Random Seed File, Cryptographic Data Files, Running the Program, Top
178 @comment node-name, next, previous, up
202 @node Cryptographic Data Files, , Random Seed File, Top
203 @comment node-name, next, previous, up
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c619 bcm_gpio_get_ro_pins(struct bcm_gpio_softc *sc, phandle_t node, in bcm_gpio_get_ro_pins() argument
626 npins = OF_getencprop_alloc_multi(node, propname, sizeof(*pins), in bcm_gpio_get_ro_pins()
668 phandle_t gpio, node, reserved; in bcm_gpio_get_reserved_pins() local
678 node = OF_child(gpio); in bcm_gpio_get_reserved_pins()
679 while ((node != 0) && (reserved == 0)) { in bcm_gpio_get_reserved_pins()
680 len = OF_getprop_alloc(node, "name", (void **)&name); in bcm_gpio_get_reserved_pins()
684 reserved = node; in bcm_gpio_get_reserved_pins()
686 node = OF_peer(node); in bcm_gpio_get_reserved_pins()
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dcpus.yaml14 the "cpus" node, which in turn contains a number of subnodes (ie "cpu")
34 cpus and cpu node bindings definition
71 * If cpus node's #address-cells property is set to 2
79 * If cpus node's #address-cells property is set to 1
276 Specifies the SAW* node associated with this CPU.
286 Specifies the ACC* node associated with this CPU.
296 Specifies the syscon node controlling the cpu core power domains.

1...<<61626364656667686970>>...121