Home
last modified time | relevance | path

Searched full:pairsets (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/net/pse-pd/
H A Dti,tps23881.yaml35 be referenced by PSE PIs through their "pairsets" property. The actual
37 their pairsets. For 4-pair operation, two channels from the same group
111 pairsets = <&phys0>, <&phys1>;
120 pairsets = <&phys2>;
H A Dpse-controller.yaml50 PSE PI for power delivery via pairsets, compliant with IEEE
68 Names of the pairsets as per IEEE 802.3-2022, Section 145.2.4.
78 pairsets:
103 Polarity configuration supported by the PSE PI pairsets.
H A Dmicrochip,pd692x0.yaml178 pairsets = <&phys0>, <&phys1>;
186 pairsets = <&phys2>;
/linux/drivers/net/pse-pd/
H A Dpse_core.c83 pairset_np = of_parse_phandle(node, "pairsets", pairset_num); in of_load_single_pse_pi_pairset()
93 * of_load_pse_pi_pairsets - load PSE PI pairsets pinout and polarity
96 * @npairsets: the number of pairsets (1 or 2) used by the PI
108 pr_err("pse: amount of pairsets and pairset-names is not equal %d != %d (%pOF)\n", in of_load_pse_pi_pairsets()
121 pr_err("pse: two PI pairsets can not have identical pinout (%pOF)", in of_load_pse_pi_pairsets()
207 ret = of_count_phandle_with_args(node, "pairsets", NULL); in of_load_pse_pis()
215 "error: wrong number of pairsets. Should be 1 or 2, got %d (%pOF)\n", in of_load_pse_pis()