Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mfd/
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 …]
DMakefile165 obj-$(CONFIG_MFD_MAX77541) += max77541.o
DKconfig836 tristate "Analog Devices MAX77541/77540 PMIC Support"
842 Say yes here to add support for Analog Devices MAX77541 and
/linux-6.12.1/drivers/regulator/
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");
DKconfig606 tristate "Analog Devices MAX77541/77540 Regulator"
609 This driver controls a Analog Devices MAX77541/77540 regulators
610 via I2C bus. Both MAX77540 and MAX77541 are dual-phase
DMakefile76 obj-$(CONFIG_REGULATOR_MAX77541) += max77541-regulator.o
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
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-6.12.1/Documentation/devicetree/bindings/regulator/
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-6.12.1/drivers/iio/adc/
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");
DKconfig852 tristate "Analog Devices MAX77541 ADC driver"
855 This driver controls a Analog Devices MAX77541 ADC
857 support for Analog Devices MAX77541 ADC interface.
860 the module will be called max77541-adc.
DMakefile79 obj-$(CONFIG_MAX77541_ADC) += max77541-adc.o
/linux-6.12.1/include/linux/mfd/
Dmax77541.h73 MAX77541, enumerator
80 struct max77541 { struct