Home
last modified time | relevance | path

Searched full:max77541 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/mfd/
H A Dmax77541.c4 * Driver for the MAX77540 and MAX77541
10 #include <linux/mfd/max77541.h>
25 .name = "max77541-src",
43 .name = "max77541-topsys",
59 .name = "max77541-buck",
75 .name = "max77541-adc",
88 MFD_CELL_OF("max77541-regulator", NULL, NULL, 0, 0, NULL),
89 MFD_CELL_OF("max77541-adc", NULL, NULL, 0, 0, NULL),
94 struct max77541 *max77541 = dev_get_drvdata(dev); in max77541_pmic_irq_init() local
95 int irq = max77541->i2c->irq; in max77541_pmic_irq_init()
[all …]
/linux/drivers/regulator/
H A Dmax77541-regulator.c4 * ADI Regulator driver for the MAX77540 and MAX77541
7 #include <linux/mfd/max77541.h>
109 struct max77541 *max77541 = dev_get_drvdata(dev->parent); in max77541_regulator_probe() local
114 switch (max77541->id) { in max77541_regulator_probe()
118 case MAX77541: in max77541_regulator_probe()
137 { "max77541-regulator" },
144 .name = "max77541-regulator",
152 MODULE_DESCRIPTION("MAX77540/MAX77541 regulator driver");
H A DKconfig635 tristate "Analog Devices MAX77541/77540 Regulator"
638 This driver controls a Analog Devices MAX77541/77540 regulators
639 via I2C bus. Both MAX77540 and MAX77541 are dual-phase
/linux/Documentation/devicetree/bindings/mfd/
H A Dadi,max77541.yaml4 $id: http://devicetree.org/schemas/mfd/adi,max77541.yaml#
7 title: MAX77540/MAX77541 PMIC from ADI
15 MAX77541 is a Power Management IC with 2 buck regulators and 1 ADC.
21 - adi,max77541
30 $ref: /schemas/regulator/adi,max77541-regulator.yaml#
48 compatible = "adi,max77541";
/linux/Documentation/devicetree/bindings/regulator/
H A Dadi,max77541-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/adi,max77541-regulator.yaml#
7 title: Buck Converter for MAX77540/MAX77541
13 This is a part of device tree bindings for ADI MAX77540/MAX77541
18 See also Documentation/devicetree/bindings/mfd/adi,max77541.yaml for
/linux/drivers/iio/adc/
H A Dmax77541-adc.c4 * ADI MAX77541 ADC Driver with IIO interface
14 #include <linux/mfd/max77541.h>
169 indio_dev->name = "max77541"; in max77541_adc_probe()
178 { "max77541-adc" },
185 .name = "max77541-adc",
193 MODULE_DESCRIPTION("MAX77541 ADC driver");
H A DKconfig1077 tristate "Analog Devices MAX77541 ADC driver"
1080 This driver controls a Analog Devices MAX77541 ADC
1082 support for Analog Devices MAX77541 ADC interface.
1085 the module will be called max77541-adc.
H A DMakefile96 obj-$(CONFIG_MAX77541_ADC) += max77541-adc.o
/linux/include/linux/mfd/
H A Dmax77541.h73 MAX77541, enumerator
80 struct max77541 { struct