Searched +full:pairset +full:- +full:names (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/devicetree/bindings/net/pse-pd/ |
| 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 …]
|
| 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 …]
|
| /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 46 * struct pse_power_domain - a PSE power domain 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() 75 } else if (!strcmp(name, "alternative-b")) { in of_load_single_pse_pi_pairset() 76 pi->pairset[pairset_num].pinout = ALTERNATIVE_B; in of_load_single_pse_pi_pairset() 78 pr_err("pse: wrong pairset-names value %s (%pOF)\n", in of_load_single_pse_pi_pairset() [all …]
|