Searched full:max77541 (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | max77541.c | 4 * 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 …]
|
D | Makefile | 165 obj-$(CONFIG_MFD_MAX77541) += max77541.o
|
D | Kconfig | 836 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/ |
D | max77541-regulator.c | 4 * 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");
|
D | Kconfig | 606 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
|
D | Makefile | 76 obj-$(CONFIG_REGULATOR_MAX77541) += max77541-regulator.o
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | adi,max77541.yaml | 4 $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/ |
D | adi,max77541-regulator.yaml | 4 $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/ |
D | max77541-adc.c | 4 * 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");
|
D | Kconfig | 852 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.
|
D | Makefile | 79 obj-$(CONFIG_MAX77541_ADC) += max77541-adc.o
|
/linux-6.12.1/include/linux/mfd/ |
D | max77541.h | 73 MAX77541, enumerator 80 struct max77541 { struct
|