Searched refs:max77541 (Results 1 – 6 of 6) sorted by relevance
94 struct max77541 *max77541 = dev_get_drvdata(dev); in max77541_pmic_irq_init() local95 int irq = max77541->i2c->irq; in max77541_pmic_irq_init()101 &max77541->irq_data); in max77541_pmic_irq_init()133 struct max77541 *max77541 = dev_get_drvdata(dev); in max77541_pmic_setup() local138 switch (max77541->id) { in max77541_pmic_setup()166 struct max77541 *max77541; in max77541_probe() local168 max77541 = devm_kzalloc(dev, sizeof(*max77541), GFP_KERNEL); in max77541_probe()169 if (!max77541) in max77541_probe()173 max77541->i2c = client; in max77541_probe()176 if (!max77541->id) in max77541_probe()[all …]
166 obj-$(CONFIG_MFD_MAX77541) += max77541.o
109 struct max77541 *max77541 = dev_get_drvdata(dev->parent); in max77541_regulator_probe() local114 switch (max77541->id) { in max77541_regulator_probe()
77 obj-$(CONFIG_REGULATOR_MAX77541) += max77541-regulator.o
90 obj-$(CONFIG_MAX77541_ADC) += max77541-adc.o
999 the module will be called max77541-adc.
Completed in 12 milliseconds