Searched full:max5970 (Results 1 – 6 of 6) 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 | 76 { .name = "max5970-regulator", }, 77 { .name = "max5970-iio", }, 78 { .name = "max5970-led", }, 89 { .compatible = "maxim,max5970", .data = &maxim_max5970},
|
/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",
|
H A D | Makefile | 74 obj-$(CONFIG_REGULATOR_MAX5970) += max5970-regulator.o
|
H A D | Kconfig | 592 The MAX5970/5978 is a smart switch with no output regulation, but
|
/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> 103 .name = "max5970-led",
|