/Linux-v6.1/drivers/net/pse-pd/ |
D | pse_core.c | 10 #include <linux/pse-pd/pse.h> 16 * struct pse_control - a PSE control 17 * @pcdev: a pointer to the PSE controller device 18 * this PSE control belongs to 19 * @list: list entry for the pcdev's PSE controller list 20 * @id: ID of the PSE line in the PSE controller device 32 * @pcdev: a pointer to the PSE controller device 33 * @pse_spec: PSE line specifier as found in the device tree 36 * :c:type:`pse_controller_dev` is not set. It is useful for all PSE 37 * controllers with #pse-cells = <0>. [all …]
|
D | pse_regulator.c | 12 #include <linux/pse-pd/pse.h> 100 priv->ps = devm_regulator_get_exclusive(dev, "pse"); in pse_reg_probe() 103 "failed to get PSE regulator.\n"); in pse_reg_probe() 121 dev_err(dev, "failed to register PSE controller (%pe)\n", in pse_reg_probe() 130 { .compatible = "podl-pse-regulator", }, 138 .name = "PSE regulator", 147 MODULE_ALIAS("platform:pse-regulator");
|
D | Makefile | 2 # Makefile for Linux PSE drivers
|
D | Kconfig | 16 tristate "Regulator based PSE controller"
|
/Linux-v6.1/Documentation/devicetree/bindings/net/pse-pd/ |
D | podl-pse-regulator.yaml | 4 $id: http://devicetree.org/schemas/net/pse-pd/podl-pse-regulator.yaml# 12 description: Regulator based PoDL PSE controller. The device must be referenced 16 - $ref: "pse-controller.yaml#" 20 const: podl-pse-regulator 22 '#pse-cells': 25 pse-supply: 26 description: Power supply for the PSE controller 32 - pse-supply 36 ethernet-pse { 37 compatible = "podl-pse-regulator"; [all …]
|
D | pse-controller.yaml | 4 $id: http://devicetree.org/schemas/net/pse-pd/pse-controller.yaml# 7 title: Power Sourcing Equipment (PSE). 9 description: Binding for the Power Sourcing Equipment (PSE) as defined in the 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. 19 pattern: "^ethernet-pse(@.*)?$" 21 "#pse-cells": 23 Used to uniquely identify a PSE instance within an IC. Will be 24 0 on PSE nodes with only a single output and at least 1 on nodes 29 - "#pse-cells"
|
/Linux-v6.1/include/linux/pse-pd/ |
D | pse.h | 16 * struct pse_control_config - PSE control/channel configuration. 18 * @admin_cotrol: set PoDL PSE admin control as described in 26 * struct pse_control_status - PSE control/channel status. 28 * @podl_admin_state: operational state of the PoDL PSE 30 * @podl_pw_status: power detection status of the PoDL PSE. 39 * struct pse_controller_ops - PSE controller driver callbacks 41 * @ethtool_get_status: get PSE control status for ethtool interface 42 * @ethtool_set_config: set PSE control configuration over ethtool interface 59 * struct pse_controller_dev - PSE controller entity that might 60 * provide multiple PSE controls [all …]
|
/Linux-v6.1/net/ethtool/ |
D | pse-pd.c | 3 // ethtool interface for for Ethernet PSE (Power Sourcing Equipment) 10 #include "linux/pse-pd/pse.h" 46 NL_SET_ERR_MSG(extack, "No PSE is attached"); in pse_get_pse_attributes() 150 NL_SET_ERR_MSG(extack, "No PSE is attached"); in pse_set_pse_config()
|
D | Makefile | 11 pse-pd.o
|
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | ti,tps23861.yaml | 8 title: TI TPS23861 PoE PSE 14 The TPS23861 is a IEEE 802.3at Quad Port Power-over-Ethernet PSE Controller.
|
/Linux-v6.1/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 126 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()
|
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-intel.h | 18 #define SERDES_PHY_RX_CLK BIT(1) /* PSE SGMII PHY rx clk */ 44 /* Selection for PTP Clock Freq belongs to PSE & PCH GbE */
|
D | dwmac-intel.c | 156 /* PSE only - ungate SGMII PHY Rx Clock */ in intel_serdes_powerup() 176 /* PSE only - gate SGMII PHY Rx Clock */ in intel_serdes_powerdown() 272 /* For PSE GbE, use 200MHz */ in intel_mgbe_ptp_clk_freq_config() 1189 /* Intel(R) Programmable Services Engine (Intel(R) PSE) consist of 2 MAC
|
/Linux-v6.1/Documentation/hwmon/ |
D | tps23861.rst | 18 This driver supports hardware monitoring for Texas Instruments TPS23861 PoE PSE. 20 TPS23861 is a quad port IEEE802.3at PSE controller with optional I2C control
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | debugfs.c | 13 [RESET_CAUSE_RX_PSE_BUSY] = "RX PSE busy stuck", in mt7603_reset_read() 16 [RESET_CAUSE_RESET_FAILED] = "PSE reset failed", in mt7603_reset_read()
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | armada-385-clearfog-gtr.dtsi | 25 front panel and PSE controller 51 48 - PSE reset 52 49 - PSE OSS signal 53 50 - PSE interrupt
|
/Linux-v6.1/drivers/net/mdio/ |
D | fwnode_mdio.c | 13 #include <linux/pse-pd/pse.h>
|
/Linux-v6.1/Documentation/devicetree/bindings/reset/ |
D | delta,tn48m-reset.yaml | 22 * PoE PSE controller
|
/Linux-v6.1/drivers/platform/x86/intel/ |
D | Kconfig | 119 This driver is for accessing the PSE (Programmable Service Engine) - 125 ECLite which is part of PSE subsystem.
|
/Linux-v6.1/include/uapi/linux/ |
D | ethtool.h | 740 * enum ethtool_podl_pse_admin_state - operational state of the PoDL PSE 742 * @ETHTOOL_PODL_PSE_ADMIN_STATE_UNKNOWN: state of PoDL PSE functions are 744 * @ETHTOOL_PODL_PSE_ADMIN_STATE_DISABLED: PoDL PSE functions are disabled 745 * @ETHTOOL_PODL_PSE_ADMIN_STATE_ENABLED: PoDL PSE functions are enabled 754 * enum ethtool_podl_pse_pw_d_status - power detection status of the PoDL PSE. 756 * @ETHTOOL_PODL_PSE_PW_D_STATUS_UNKNOWN: PoDL PSE 758 * asserted true when the PoDL PSE state diagram variable mr_pse_enable is 761 * asserted true when either of the PSE state diagram variables 764 * is asserted true when the PoDL PSE state diagram variable pi_powered is 767 * true when the PoDL PSE state diagram variable pi_sleeping is true." [all …]
|
/Linux-v6.1/arch/x86/include/asm/ |
D | required-features.h | 54 /* Paravirtualized systems may not have PSE or PGE available */
|
/Linux-v6.1/tools/arch/x86/include/asm/ |
D | required-features.h | 54 /* Paravirtualized systems may not have PSE or PGE available */
|
/Linux-v6.1/drivers/net/ |
D | Makefile | 26 obj-y += pse-pd/
|
/Linux-v6.1/drivers/hwmon/ |
D | tps23861.c | 5 * Driver for the TI TPS23861 PoE PSE. 595 MODULE_DESCRIPTION("TI TPS23861 PoE PSE");
|
/Linux-v6.1/drivers/dma/dw/ |
D | pci.c | 118 /* Elkhart Lake iDMA 32-bit (PSE DMA) */
|