Searched +full:vpwr +full:- +full:supply (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/pwm/ ! |
H A D | nxp,mc33xs2410.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: High-side switch MC33XS2410 10 - Dimitri Fedrau <dima.fedrau@gmail.com> 13 - $ref: pwm.yaml# 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 23 spi-max-frequency: 26 spi-cpha: true 28 spi-cs-setup-delay-ns: [all …]
|
/linux/Documentation/devicetree/bindings/net/pse-pd/ ! |
H A D | microchip,pd692x0.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/pse-pd/microchip,pd692x0.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kory Maincent <kory.maincent@bootlin.com> 13 - $ref: pse-controller.yaml# 18 - microchip,pd69200 19 - microchip,pd69210 20 - microchip,pd69220 25 vdd-supply: [all …]
|
H A D | ti,tps23881.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/pse-pd/ti,tps23881.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kory Maincent <kory.maincent@bootlin.com> 13 - $ref: pse-controller.yaml# 18 - ti,tps23881 26 '#pse-cells': 29 reset-gpios: 37 their pairsets. For 4-pair operation, two channels from the same group [all …]
|
H A D | pse-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/pse-pd/pse-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 power over twisted pair/ethernet cable. The ethernet-pse nodes should be 12 used to describe PSE controller and referenced by the ethernet-phy node. 15 - Oleksij Rempel <o.rempel@pengutronix.de> 16 - Kory Maincent <kory.maincent@bootlin.com> 20 pattern: "^ethernet-pse(@.*|-([0-9]|[1-9][0-9]+))?$" 22 "#pse-cells": [all …]
|
/linux/drivers/net/pse-pd/ ! |
H A D | pse_core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 #include <linux/pse-pd/pse.h> 27 * struct pse_control - a PSE control 30 * @ps: PSE PI supply of the PSE control 46 * struct pse_power_domain - a PSE power domain 48 * @supply: Power supply the Power Domain 55 struct regulator *supply; member 68 ret = of_property_read_string_index(node, "pairset-names", in of_load_single_pse_pi_pairset() 73 if (!strcmp(name, "alternative-a")) { in of_load_single_pse_pi_pairset() 74 pi->pairset[pairset_num].pinout = ALTERNATIVE_A; in of_load_single_pse_pi_pairset() [all …]
|