Searched full:max5970 (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | maxim,max5970.yaml | 4 $id: http://devicetree.org/schemas/mfd/maxim,max5970.yaml# 7 title: Regulator for MAX5970 Smart Switch from Maxim Integrated 18 https://datasheets.maximintegrated.com/en/ds/MAX5970.pdf 24 - maxim,max5970 95 - maxim,max5970 141 compatible = "maxim,max5970";
|
| /linux/drivers/mfd/ |
| H A D | simple-mfd-i2c.c | 81 { .name = "max5970-regulator", }, 82 { .name = "max5970-iio", }, 83 { .name = "max5970-led", }, 124 { .compatible = "maxim,max5970", .data = &maxim_max5970 },
|
| /linux/drivers/leds/ |
| H A D | leds-max5970.c | 3 * Device driver for leds in MAX5970 and MAX5978 IC 14 #include <linux/mfd/max5970.h> 102 .name = "max5970-led",
|
| /linux/drivers/regulator/ |
| H A D | max5970-regulator.c | 3 * Device driver for regulators in MAX5970 and MAX5978 IC 24 #include <linux/mfd/max5970.h> 232 * MAX5970 has enable control as a special value in limit reg. Can't in max597x_set_uvp() 251 * MAX5970 has enable control as a special value in limit reg. Can't in max597x_set_ovp() 273 * MAX5970 doesn't has enable control for ocp. in max597x_set_ocp() 575 else if (of_device_is_compatible(i2c->dev.of_node, "maxim,max5970")) in max597x_regulator_probe() 608 hwmon_dev = devm_hwmon_device_register_with_info(&i2c->dev, "max5970", rdevs, in max597x_regulator_probe() 631 .name = "max5970-regulator",
|