/linux/Documentation/hwmon/ |
H A D | ucd9000.rst | 35 The UCD90124 is a 12-rail PMBus/I2C addressable power-supply sequencer and 43 The UCD90160 is a 16-rail PMBus/I2C addressable power-supply sequencer and 50 The UCD90320 is a 32-rail PMBus/I2C addressable power-supply sequencer and 56 The UCD9090 is a 10-rail PMBus/I2C addressable power-supply sequencer and 63 The UCD90910 is a ten-rail I2C / PMBus addressable power-supply sequencer and 67 This driver is a client driver to the core PMBus driver. Please see 68 Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 82 The driver supports standard PMBus driver platform data. Please see 83 Documentation/hwmon/pmbus.rst for details.
|
H A D | bel-pfe.rst | 29 which support PMBus Protocol: 34 PMBus Communication Manual is not publicly available. 39 PMBus Communication Manual is not publicly available. 41 The driver is a client driver to the core PMBus driver. Please see 42 Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 62 The driver supports standard PMBus driver platform data.
|
H A D | ltc4286.rst | 36 converter (ADC), accessed using a PMBus interface. 38 The driver is a client driver to the core PMBus driver. Please see 39 Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 57 The driver supports standard PMBus driver platform data. Please see 58 Documentation/hwmon/pmbus.rst for details.
|
H A D | pmbus.rst | 1 Kernel driver pmbus 79 * Generic PMBus devices 81 Prefix: 'pmbus' 94 This driver supports hardware monitoring for various PMBus compliant devices. 107 This driver does not probe for PMBus devices, since there is no register 110 PMBus devices. You will have to instantiate the devices explicitly. 115 $ modprobe pmbus 122 Support for additional PMBus chips can be added by defining chip parameters in 184 When probing the chip, the driver identifies which PMBus registers are
|
H A D | adm1266.rst | 20 integrated 12 bit SAR ADC, accessed using a PMBus interface. 22 The driver is a client driver to the core PMBus driver. Please see 23 Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
|
H A D | max20751.rst | 22 This driver supports MAX20751 Multiphase Master with PMBus Interface 25 The driver is a client driver to the core PMBus driver. 26 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 40 The driver supports standard PMBus driver platform data.
|
H A D | pim4328.rst | 43 The driver is a client driver to the core PMBus driver. Please see 44 Documentation/hwmon/pmbus.rst and Documentation.hwmon/pmbus-core for details 45 on PMBus client drivers. 59 The driver supports standard PMBus driver platform data.
|
H A D | tps40422.rst | 21 Controller with PMBus 23 The driver is a client driver to the core PMBus driver. 24 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 38 The driver supports standard PMBus driver platform data.
|
H A D | max16064.rst | 21 Controller with Active-Voltage Output Control and PMBus Interface. 23 The driver is a client driver to the core PMBus driver. 24 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 38 The driver supports standard PMBus driver platform data.
|
H A D | max8688.rst | 21 Controller/Monitor with PMBus Interface. 23 The driver is a client driver to the core PMBus driver. Please see 24 Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 38 The driver supports standard PMBus driver platform data.
|
H A D | stpddc60.rst | 25 The driver is a client driver to the core PMBus driver. Please see 26 Documentation/hwmon/pmbus.rst and Documentation.hwmon/pmbus-core for details 27 on PMBus client drivers. 49 The driver supports standard PMBus driver platform data.
|
H A D | lm25066.rst | 71 The driver is a client driver to the core PMBus driver. Please see 72 Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 83 see Documentation/devicetree/bindings/hwmon/pmbus/ti,lm25066.yaml for details. 88 The driver supports standard PMBus driver platform data.
|
H A D | q54sj108a2.rst | 25 with PMBus support. 27 The driver is a client driver to the core PMBus driver. 28 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
|
H A D | dps920ab.rst | 22 power supply with PMBus support. 24 The driver is a client driver to the core PMBus driver. 25 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
|
H A D | max20730.rst | 47 Integrated, Step-Down Switching Regulators with PMBus support. 49 The driver is a client driver to the core PMBus driver. 50 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
|
H A D | ucd9200.rst | 35 This driver is a client driver to the core PMBus driver. Please see 36 Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 50 The driver supports standard PMBus driver platform data. Please see 51 Documentation/hwmon/pmbus.rst for details.
|
/linux/drivers/hwmon/pmbus/ |
H A D | max16601.c | 12 * Telemetry for the VSA rail is reported to the PMBus core in PMBus page 2. 16 * current. The first method is reported to the PMBus core with PMBus page 0, 17 * the second method is reported with PMBus page 1. 21 * The driver translates the vendor specific register values to PMBus standard 22 * register values and reports per-phase information in PMBus page 0. 33 #include "pmbus.h" 367 MODULE_DESCRIPTION("PMBus driver for Maxim MAX16601"); 369 MODULE_IMPORT_NS("PMBUS");
|
H A D | bpa-rs600.c | 12 #include <linux/pmbus.h> 13 #include "pmbus.h" 43 * The BPA-RS600 violates the PMBus spec. Specifically it treats the 44 * mantissa as unsigned. Deal with this here to allow the PMBus core 206 MODULE_DESCRIPTION("PMBus driver for BluTek BPA-RS600"); 208 MODULE_IMPORT_NS("PMBUS");
|
H A D | tps546d24.c | 11 #include <linux/pmbus.h> 12 #include "pmbus.h" 69 MODULE_DESCRIPTION("PMBus driver for TI tps546d24"); 71 MODULE_IMPORT_NS("PMBUS");
|
H A D | pm6764tr.c | 11 #include <linux/pmbus.h> 12 #include "pmbus.h" 74 MODULE_DESCRIPTION("PMBus driver for ST PM6764TR"); 76 MODULE_IMPORT_NS("PMBUS");
|
H A D | pmbus.c | 3 * Hardware monitoring driver for PMBus devices 15 #include <linux/pmbus.h> 16 #include "pmbus.h" 239 {"pmbus", (kernel_ulong_t)&pmbus_info_zero}, 255 .name = "pmbus", 264 MODULE_DESCRIPTION("Generic PMBus driver"); 266 MODULE_IMPORT_NS("PMBUS");
|
H A D | max15301.c | 22 #include <linux/pmbus.h> 23 #include "pmbus.h" 99 MODULE_DESCRIPTION("PMBus driver for Maxim MAX15301"); 101 MODULE_IMPORT_NS("PMBUS");
|
H A D | acbel-fsg032.c | 12 #include <linux/pmbus.h> 14 #include "pmbus.h" 121 MODULE_DESCRIPTION("PMBus driver for AcBel Power System power supplies"); 123 MODULE_IMPORT_NS("PMBUS");
|
H A D | pxe1610.c | 14 #include "pmbus.h" 105 * to access all pmbus registers. in pxe1610_probe() 149 MODULE_DESCRIPTION("PMBus driver for Infineon PXE1610, PXE1110 and PXM1310"); 151 MODULE_IMPORT_NS("PMBUS");
|
H A D | bel-pfe.c | 13 #include <linux/pmbus.h> 15 #include "pmbus.h" 130 MODULE_DESCRIPTION("PMBus driver for BEL PFE Family Power Supplies"); 132 MODULE_IMPORT_NS("PMBUS");
|