Searched full:mp2975 (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/pmbus/ |
D | mps,mp2975.yaml | 4 $id: http://devicetree.org/schemas/hwmon/pmbus/mps,mp2975.yaml# 7 title: MPS MP2975 Synchronous Buck Regulator 13 The MPS MP2971, MP2973 & MP2975 is a multi-phase voltage regulator 22 - mps,mp2975
|
/linux-6.14.4/drivers/hwmon/pmbus/ |
D | mp2975.c | 93 mp2971, mp2973, mp2975 enumerator 97 [mp2975] = { MP2975_MAX_PHASE_RAIL1, MP2975_MAX_PHASE_RAIL2 }, 628 if (data->chip_id == mp2975) { in mp2975_identify_multiphase() 837 if (data->chip_id == mp2975) { in mp2975_set_vout_format() 920 if (data->chip_id != mp2975) in mp2975_vout_per_rail_config_get() 990 [mp2975] = { .info = &mp2975_info, .chip_id = mp2975 }, 1039 if (data->chip_id == mp2975) { in mp2975_probe() 1077 {.compatible = "mps,mp2975", .data = &mp2975_ddinfo[mp2975]}, 1085 {"mp2975", (kernel_ulong_t)&mp2975_ddinfo[mp2975]}, 1092 .name = "mp2975", [all …]
|
D | Kconfig | 359 tristate "MPS MP2975" 362 MP2975 Dual Loop Digital Multi-Phase Controller. 365 be called mp2975. 378 bool "Regulator support for MPS MP2975" 380 If you say yes here you get regulator support for MPS MP2975
|
D | Makefile | 40 obj-$(CONFIG_SENSORS_MP2975) += mp2975.o
|
/linux-6.14.4/Documentation/hwmon/ |
D | mp2975.rst | 3 Kernel driver mp2975 10 Prefix: 'mp2975' 20 vendor dual-loop, digital, multi-phase controller MP2975.
|
D | index.rst | 170 mp2975
|
/linux-6.14.4/drivers/platform/mellanox/ |
D | mlxreg-lc.c | 214 I2C_BOARD_INFO("mp2975", 0x62), 217 I2C_BOARD_INFO("mp2975", 0x64),
|