Home
last modified time | relevance | path

Searched full:max5970 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max5970.yaml4 $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 Dsimple-mfd-i2c.c81 { .name = "max5970-regulator", },
82 { .name = "max5970-iio", },
83 { .name = "max5970-led", },
124 { .compatible = "maxim,max5970", .data = &maxim_max5970 },
/linux/drivers/leds/
H A Dleds-max5970.c3 * Device driver for leds in MAX5970 and MAX5978 IC
14 #include <linux/mfd/max5970.h>
102 .name = "max5970-led",
/linux/drivers/regulator/
H A Dmax5970-regulator.c3 * 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",