Searched full:poe (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v6.1/drivers/pwm/ |
D | pwm-raspberrypi-poe.c | 4 * For more information on Raspberry Pi's PoE hat see: 5 * https://www.raspberrypi.org/products/poe-hat/ 21 #include <dt-bindings/pwm/raspberrypi,firmware-poe-pwm.h> 179 { .compatible = "raspberrypi,firmware-poe-pwm", }, 186 .name = "raspberrypi-poe-pwm",
|
D | Makefile | 43 obj-$(CONFIG_PWM_RASPBERRYPI_POE) += pwm-raspberrypi-poe.o
|
D | Kconfig | 446 tristate "Raspberry Pi Firwmware PoE Hat PWM support" 452 official RPI PoE hat
|
/Linux-v6.1/fs/overlayfs/ |
D | namei.c | 835 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lookup() local 855 .last = ofs->config.redirect_follow ? false : !poe->numlower, in ovl_lookup() 901 poe = roe; in ovl_lookup() 906 if (!d.stop && poe->numlower) { in ovl_lookup() 914 for (i = 0; !d.stop && i < poe->numlower; i++) { in ovl_lookup() 915 struct ovl_path lower = poe->lowerstack[i]; in ovl_lookup() 918 d.last = i == poe->numlower - 1; in ovl_lookup() 976 * redirect on this dentry, poe can be reset to roe. in ovl_lookup() 1006 if (d.redirect && d.redirect[0] == '/' && poe != roe) { in ovl_lookup() 1007 poe = roe; in ovl_lookup() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/bcm/ |
D | raspberrypi,bcm2835-firmware.yaml | 69 const: raspberrypi,firmware-poe-pwm 104 compatible = "raspberrypi,firmware-poe-pwm";
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-roc-pc-mezzanine.dts | 18 /* MP8009 PoE PD */ 19 poe_12v: poe-12v {
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | bcm53015-meraki-mr26.dts | 121 label = "poe"; 146 compatible = "ti,ina219"; /* PoE power */
|
D | armada-385-clearfog-gtr.dtsi | 177 cf_gtr_poe_reset_pins: cf-gtr-poe-reset-pins { 444 poe-reset { 448 line-name = "poe-reset";
|
D | bcm47081-luxul-xap-1410.dts | 66 label = "poe";
|
D | bcm47094-luxul-xap-1610.dts | 64 label = "poe";
|
D | bcm4708-luxul-xap-1510.dts | 66 label = "poe";
|
D | bcm53016-meraki-mr32.dts | 180 label = "poe";
|
D | armada-385-atl-x530.dts | 114 i2c@0 { /* POE devices MUX */
|
D | stm32mp157c-lxa-mc1.dts | 97 /* supplied by either debug board or PoE */
|
/Linux-v6.1/Documentation/devicetree/bindings/reset/ |
D | delta,tn48m-reset.yaml | 22 * PoE PSE controller
|
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | ti,tps23861.yaml | 8 title: TI TPS23861 PoE PSE
|
/Linux-v6.1/drivers/hwmon/ |
D | tps23861.c | 5 * Driver for the TI TPS23861 PoE PSE. 496 seq_printf(s, "PoE Plus: \t%s\n", port_poe_plus_status_string(poe_plus, i)); in tps23861_port_status_show() 595 MODULE_DESCRIPTION("TI TPS23861 PoE PSE");
|
D | Kconfig | 1195 tristate "Texas Instruments TPS23861 PoE PSE" 1200 TPS23861 802.3at PoE PSE chips.
|
/Linux-v6.1/Documentation/hwmon/ |
D | tps23861.rst | 18 This driver supports hardware monitoring for Texas Instruments TPS23861 PoE PSE.
|
/Linux-v6.1/arch/mips/boot/dts/mscc/ |
D | jaguar2_pcb111.dts | 33 pinctrl-4 = <&i2cmux_pins_i>; // Added by convention for PoE
|
/Linux-v6.1/arch/arm/mach-pxa/ |
D | colibri-pxa320.c | 92 GPIO54_GPIO, /* POE */
|
D | pcm990-baseboard.c | 182 * - GPIO48 is output /POE
|
/Linux-v6.1/drivers/reset/ |
D | Kconfig | 292 Microchip PD69200 PoE PSE controller.
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | apq8096-ifc6640.dts | 39 v12_poe: v12-poe-regulator {
|
/Linux-v6.1/drivers/tty/vt/ |
D | vt.c | 27 * <poe@daimi.aau.dk>
|
12