Searched full:max5970 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/mfd/ |
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 90 - maxim,max5970 136 compatible = "maxim,max5970";
|
/Linux-v6.6/drivers/mfd/ |
D | simple-mfd-i2c.c | 76 { .name = "max5970-regulator", }, 77 { .name = "max5970-iio", }, 78 { .name = "max5970-led", }, 89 { .compatible = "maxim,max5970", .data = &maxim_max5970},
|
D | Kconfig | 299 The MAX5970/5978 is a smart switch with no output regulation, but
|
/Linux-v6.6/drivers/regulator/ |
D | max5970-regulator.c | 3 * Device driver for regulators in MAX5970 and MAX5978 IC 23 #include <linux/mfd/max5970.h> 105 * MAX5970 has enable control as a special value in limit reg. Can't in max597x_set_uvp() 124 * MAX5970 has enable control as a special value in limit reg. Can't in max597x_set_ovp() 146 * MAX5970 doesn't has enable control for ocp. in max597x_set_ocp() 449 else if (of_device_is_compatible(i2c->dev.of_node, "maxim,max5970")) in max597x_regulator_probe() 503 .name = "max5970-regulator",
|
D | Makefile | 71 obj-$(CONFIG_REGULATOR_MAX5970) += max5970-regulator.o
|
D | Kconfig | 564 The MAX5970/5978 is a smart switch with no output regulation, but
|
/Linux-v6.6/include/linux/mfd/ |
D | max5970.h | 3 * Device driver for regulators in MAX5970 and MAX5978 IC
|