| /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 | 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 | 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 | 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.
|
| H A D | lineage-pem.rst | 25 Lineage CPL power entry modules are nominally PMBus compliant. However, most 26 standard PMBus commands are not supported. Specifically, all hardware monitoring 28 PMBus driver can not be used.
|
| H A D | mp2888.rst | 28 - Programmable pins for PMBus Address. 33 - PMBus rev 1.3 interface.
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | e50sn12051.c | 8 #include "pmbus.h" 49 MODULE_DESCRIPTION("PMBus driver for E50SN12051"); 51 MODULE_IMPORT_NS("PMBUS");
|
| H A D | mp5023.c | 9 #include "pmbus.h" 65 MODULE_DESCRIPTION("PMBus driver for MPS MP5023 HSC"); 67 MODULE_IMPORT_NS("PMBUS");
|
| H A D | max17616.c | 12 #include "pmbus.h" 70 MODULE_DESCRIPTION("PMBus driver for Analog Devices MAX17616/MAX17616A"); 72 MODULE_IMPORT_NS("PMBUS");
|
| H A D | stef48h28.c | 10 #include "pmbus.h" 72 MODULE_DESCRIPTION("PMBus driver for ST stef48h28"); 74 MODULE_IMPORT_NS("PMBUS");
|
| H A D | pmbus_core.c | 3 * Hardware monitoring driver for PMBus devices 22 #include <linux/pmbus.h> 27 #include "pmbus.h" 38 * successive pmbus operations. 40 /* PMBUS_OP_WRITE and PMBUS_OP_PAGE_CHANGE are defined in pmbus.h */ 100 u8 revision; /* The PMBus revision the device is compliant with */ 168 EXPORT_SYMBOL_NS_GPL(pmbus_clear_cache, "PMBUS"); 179 EXPORT_SYMBOL_NS_GPL(pmbus_set_update, "PMBUS"); 195 EXPORT_SYMBOL_NS_GPL(pmbus_wait, "PMBUS"); 218 EXPORT_SYMBOL_NS_GPL(pmbus_update_ts, "PMBUS"); [all...] |
| H A D | lt3074.c | 11 #include "pmbus.h" 119 MODULE_DESCRIPTION("PMBus driver for Analog Devices LT3074"); 121 MODULE_IMPORT_NS("PMBUS");
|
| H A D | ltc4286.c | 8 #include <linux/pmbus.h> 9 #include "pmbus.h" 174 MODULE_DESCRIPTION("PMBUS driver for LTC4286 and compatibles"); 176 MODULE_IMPORT_NS("PMBUS");
|
| H A D | adp1050.c | 11 #include "pmbus.h" 119 MODULE_DESCRIPTION("Analog Devices ADP1050 HWMON PMBus Driver"); 121 MODULE_IMPORT_NS("PMBUS");
|
| H A D | max20830.c | 13 #include "pmbus.h" 156 MODULE_DESCRIPTION("PMBus driver for Analog Devices MAX20830"); 158 MODULE_IMPORT_NS("PMBUS");
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-quanta-q71l.dts | 340 compatible = "pmbus"; 351 compatible = "pmbus"; 362 compatible = "pmbus"; 373 compatible = "pmbus";
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | infineon,ir38060.yaml | 7 title: Infineon Buck Regulators with PMBUS interfaces
|