Searched +full:pse +full:- +full:pi (Results 1 – 17 of 17) sorted by relevance
/linux-6.14.4/include/linux/pse-pd/ |
D | pse.h | 1 // SPDX-License-Identifier: GPL-2.0-only 11 /* Maximum current in uA according to IEEE 802.3-2022 Table 145-1 */ 13 /* Maximum power in mW according to IEEE 802.3-2022 Table 145-16 */ 20 /* C33 PSE extended state and substate. */ 41 * struct pse_control_config - PSE control/channel configuration. 43 * @podl_admin_control: set PoDL PSE admin control as described in 44 * IEEE 802.3-2018 30.15.1.2.1 acPoDLPSEAdminControl 45 * @c33_admin_control: set PSE admin control as described in 46 * IEEE 802.3-2022 30.9.1.2.1 acPSEAdminControl 54 * struct pse_admin_state - PSE operational state [all …]
|
/linux-6.14.4/Documentation/networking/pse-pd/ |
D | pse-pi.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 PSE Power Interface (PSE PI) Documentation 6 The Power Sourcing Equipment Power Interface (PSE PI) plays a pivotal role in 9 eight-pin modular jack, commonly known as the Ethernet RJ45 port. This 14 --------------------------- 16 The IEEE 802.3 standard provides detailed documentation on the PSE PI. 19 - Section "33.2.3 PI pin assignments" covers the pin assignments for PoE 21 - Section "145.2.4 PSE PI" addresses the configuration for PoE systems that 24 PSE PI and Single Pair Ethernet 25 ------------------------------- [all …]
|
D | index.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 Power Sourcing Equipment (PSE) Documentation 10 pse-pi
|
/linux-6.14.4/drivers/net/pse-pd/ |
D | pse_core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/pse-pd/pse.h> 19 * struct pse_control - a PSE control 20 * @pcdev: a pointer to the PSE controller device 21 * this PSE control belongs to 22 * @ps: PSE PI supply of the PSE control 23 * @list: list entry for the pcdev's PSE controller list 24 * @id: ID of the PSE line in the PSE controller device 36 struct pse_pi *pi, in of_load_single_pse_pi_pairset() argument 43 ret = of_property_read_string_index(node, "pairset-names", in of_load_single_pse_pi_pairset() [all …]
|
D | tps23881.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Driver for the TI TPS23881 PoE PSE Controller driver (I2C bus) 16 #include <linux/pse-pd/pse.h> 74 * @param chan: The channel number (0-7). 94 * @param chan: The channel number (0-7). 121 struct i2c_client *client = priv->client; in tps23881_pi_set_pw_pol_limit() 126 chan = priv->port[id].chan[0]; in tps23881_pi_set_pw_pol_limit() 130 /* One chan is enough to configure the 4p PI power limit */ in tps23881_pi_set_pw_pol_limit() 147 struct i2c_client *client = priv->client; in tps23881_pi_enable_manual_pol() 160 chan = priv->port[id].chan[0]; in tps23881_pi_enable_manual_pol() [all …]
|
D | pd692x0.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Driver for the Microchip PD692X0 PoE PSE Controller driver (I2C bus) 14 #include <linux/pse-pd/pse.h> 100 /* Template list of communication messages. The non-null bytes defined here 181 msg->echo = echo++; in pd692x0_build_msg() 185 for (i = 0; i < sizeof(*msg) - sizeof(msg->chksum); i++) in pd692x0_build_msg() 188 msg->chksum = cpu_to_be16(chksum); in pd692x0_build_msg() 195 const struct i2c_client *client = priv->client; in pd692x0_send_msg() 198 if (msg->key == PD692X0_KEY_CMD && priv->last_cmd_key) { in pd692x0_send_msg() 201 cmd_msleep = 30 - jiffies_to_msecs(jiffies - priv->last_cmd_key_time); in pd692x0_send_msg() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/net/pse-pd/ |
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# 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. 15 - Oleksij Rempel <[email protected]> 16 - Kory Maincent <[email protected]> [all …]
|
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 <[email protected]> 13 - $ref: pse-controller.yaml# 18 - ti,tps23881 23 '#pse-cells': 26 reset-gpios: 38 "#address-cells": [all …]
|
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 <[email protected]> 13 - $ref: pse-controller.yaml# 18 - microchip,pd69200 19 - microchip,pd69210 20 - microchip,pd69220 29 List of the PD69208T4/PD69204T4/PD69208M PSE managers. Each manager [all …]
|
/linux-6.14.4/drivers/gpu/drm/v3d/ |
D | v3d_perfmon.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2021 Raspberry Pi 13 …{"FEP", "FEP-valid-primitives-no-rendered-pixels", "[FEP] Valid primitives that result in no rende… 14 …{"FEP", "FEP-valid-primitives-rendered-pixels", "[FEP] Valid primitives for all rendered tiles (pr… 15 {"FEP", "FEP-clipped-quads", "[FEP] Early-Z/Near/Far clipped quads"}, 16 {"FEP", "FEP-valid-quads", "[FEP] Valid quads"}, 17 …{"TLB", "TLB-quads-not-passing-stencil-test", "[TLB] Quads with no pixels passing the stencil test… 18 …{"TLB", "TLB-quads-not-passing-z-and-stencil-test", "[TLB] Quads with no pixels passing the Z and … 19 …{"TLB", "TLB-quads-passing-z-and-stencil-test", "[TLB] Quads with any pixels passing the Z and ste… 20 {"TLB", "TLB-quads-with-zero-coverage", "[TLB] Quads with all pixels having zero coverage"}, [all …]
|
/linux-6.14.4/drivers/reset/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 via GPIOs or SoC-internal reset controller modules. 87 GPIOs. Typically for OF platforms this driver expects "reset-gpios" 90 If compiled as module, it will be called reset-gpio. 132 Support for the Canaan Kendryte K210 RISC-V SoC reset controller. 204 tristate "Raspberry Pi 4 Firmware Reset Driver" 208 Raspberry Pi 4's co-processor controls some of the board's HW 211 interfacing with RPi4's co-processor and model these firmware 242 - Altera SoCFPGAs 243 - ASPEED BMC SoCs [all …]
|
/linux-6.14.4/drivers/net/ethernet/amd/ |
D | ariadne.c | 4 * © Copyright 1995-2003 by Geert Uytterhoeven (geert@linux-m68k.org) 7 * --------------------------------------------------------------------------- 12 * Written 1993-94 by Donald Becker. 14 * Am79C960: PCnet(tm)-ISA Single-Chip Ethernet Controller 18 * MC68230: Parallel Interface/Timer (PI/T) 21 * --------------------------------------------------------------------------- 27 * --------------------------------------------------------------------------- 29 * The Ariadne is a Zorro-II board made by Village Tronic. It contains: 31 * - an Am79C960 PCnet-ISA Single-Chip Ethernet Controller with both 32 * 10BASE-2 (thin coax) and 10BASE-T (UTP) connectors [all …]
|
D | ariadne.h | 4 * © Copyright 1995 by Geert Uytterhoeven (geert@linux-m68k.org) 8 * ---------------------------------------------------------------------------------- 13 * Written 1993-94 by Donald Becker. 15 * Am79C960: PCnet(tm)-ISA Single-Chip Ethernet Controller 19 * MC68230: Parallel Interface/Timer (PI/T) 22 * ---------------------------------------------------------------------------------- 28 * ---------------------------------------------------------------------------------- 30 * The Ariadne is a Zorro-II board made by Village Tronic. It contains: 32 * - an Am79C960 PCnet-ISA Single-Chip Ethernet Controller with both 33 * 10BASE-2 (thin coax) and 10BASE-T (UTP) connectors [all …]
|
/linux-6.14.4/drivers/gpio/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 47 this symbol, but new drivers should use the generic gpio-regmap 57 non-sleeping contexts. They can make bitbanged serial protocols 126 Enables support for the idio-16 library functions. The idio-16 library 128 ACCES IDIO-16 family such as the 104-IDIO-16 and the PCI-IDIO-16. 130 If built as a module its name will be gpio-idio-16. 136 tristate "GPIO driver for 74xx-ICs with MMIO access" 140 Say yes here to support GPIO functionality for 74xx-compatible ICs 155 If driver is built as a module it will be called gpio-altera. 191 tristate "Raspberry Pi 3 GPIO Expander" [all …]
|
/linux-6.14.4/drivers/hwmon/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 sensors-detect script from the lm_sensors package. Read 21 <file:Documentation/hwmon/userspace-tools.rst> for details. 76 with SMpro co-processor. 278 will be called as370-hwmon. 311 will be called axi-fan-control 320 lm-sensors 2.10.1 for proper userspace support. 359 Only Intel-based Apple's computers are supported (MacBook Pro, 366 the laptop to act as a pinball machine-esque joystick. 381 will be called scmi-hwmon. [all …]
|
/linux-6.14.4/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-[email protected] 88 F: drivers/scsi/3w-* [all …]
|
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | vmx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Kernel-based Virtual Machine driver for Linux 5 * This module enables machines with Intel VT-x extensions to run virtual 31 #include <linux/entry-kvm.h> 50 #include <asm/spec-ctrl.h> 77 MODULE_DESCRIPTION("KVM support for VMX (Intel VT-x) extensions"); 140 /* Guest_tsc -> host_tsc conversion requires 64-bit division. */ 192 * These 2 parameters are used to config the controls for Pause-Loop Exiting: 208 /* Default doubles per-vcpu window every exit. */ 212 /* Default resets per-vcpu window every exit to ple_window. */ [all …]
|