Home
last modified time | relevance | path

Searched refs:pse (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/
H A Dpodl-pse-regulator.yaml4 $id: http://devicetree.org/schemas/net/pse-pd/podl-pse-regulator.yaml#
16 - $ref: pse-controller.yaml#
20 const: podl-pse-regulator
22 '#pse-cells':
25 pse-supply:
32 - pse-supply
36 ethernet-pse {
37 compatible = "podl-pse-regulator";
38 pse-supply = <&reg_t1l1>;
39 #pse-cells = <0>;
H A Dpse-controller.yaml4 $id: http://devicetree.org/schemas/net/pse-pd/pse-controller.yaml#
11 power over twisted pair/ethernet cable. The ethernet-pse nodes should be
19 pattern: "^ethernet-pse(@.*|-([0-9]|[1-9][0-9]+))?$"
21 "#pse-cells":
29 - "#pse-cells"
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp151a-prtt1c.dts26 pse_t1l1: ethernet-pse-1 {
27 compatible = "podl-pse-regulator";
28 pse-supply = <&reg_t1l1>;
29 #pse-cells = <0>;
32 pse_t1l2: ethernet-pse-2 {
34 pse-supply = <&reg_t1l2>;
35 #pse-cells = <0>;
47 reg_t1l1: regulator-pse-t1l1 {
49 regulator-name = "pse-t1l1";
56 reg_t1l2: regulator-pse-t1l2 {
[all …]
/freebsd/sys/contrib/dev/athk/
H A Ddfs_pri_detector.c126 static void pool_put_pseq_elem(struct pri_sequence *pse) in pool_put_pseq_elem() argument
129 list_add(&pse->head, &pseq_pool); in pool_put_pseq_elem()
136 struct pri_sequence *pse = NULL; in pool_get_pseq_elem() local
139 pse = list_first_entry(&pseq_pool, struct pri_sequence, head); in pool_get_pseq_elem()
140 list_del(&pse->head); in pool_get_pseq_elem()
144 return pse; in pool_get_pseq_elem()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcpu.h153 D(pse, 3)
/freebsd/sys/contrib/zstd/lib/common/
H A Dcpu.h151 D(pse, 3)
/freebsd/contrib/libpcap/doc/
H A DREADME.aix105 /etc/pse.conf and reboot the machine; this way DLPI will always
/freebsd/contrib/libpcap/
H A Dconfigure.ac2096 # use /lib/pse.exp if present, as we use the
2099 pseexe="/lib/pse.exp"