Home
last modified time | relevance | path

Searched refs:max77541 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/mfd/
H A Dmax77541.c10 #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 in max77541_pmic_irq_init()
133 struct max77541 *max77541 = dev_get_drvdata(dev); max77541_pmic_setup() local
167 struct max77541 *max77541; max77541_probe() local
[all...]
H A DMakefile160 obj-$(CONFIG_MFD_MAX77541) += max77541.o
/kernel/linux/linux-6.6/drivers/regulator/
H A Dmax77541-regulator.c7 #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()
137 { "max77541-regulator" },
144 .name = "max77541-regulator",
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dmax77541.h80 struct max77541 { struct
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dmax77541-adc.c14 #include <linux/mfd/max77541.h>
169 indio_dev->name = "max77541"; in max77541_adc_probe()
178 { "max77541-adc" },
185 .name = "max77541-adc",
H A DMakefile70 obj-$(CONFIG_MAX77541_ADC) += max77541-adc.o

Completed in 2 milliseconds