Searched full:max20730 (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/hwmon/ |
H A D | max20730.rst | 3 Kernel driver max20730 16 * Maxim MAX20730 18 Prefix: 'max20730' 22 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf 46 This driver implements support for Maxim MAX20710, MAX20730, MAX20734, and MAX20743
|
/linux/drivers/hwmon/pmbus/ |
H A D | max20730.c | 3 * Driver for MAX20710, MAX20730, MAX20734, and MAX20743 Integrated, 25 max20730, enumerator 174 } else if (data->id == max20730 || data->id == max20710) { in max20730_debugfs_read() 441 [max20730] = { 13000, 16600, 20100, 23600 }, 562 [max20730] = { 687 * The chips support reading PMBUS_MFR_MODEL. On both MAX20730 in max20730_probe() 758 { "max20730", max20730 }, 768 { .compatible = "maxim,max20730", .data = (void *)max20730 }, 778 .name = "max20730", 788 MODULE_DESCRIPTION("PMBus driver for Maxim MAX20710 / MAX20730 / MAX20734 / MAX20743");
|