Home
last modified time | relevance | path

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

/linux-6.15/drivers/mfd/
H A Dmax77541.c94 struct max77541 *max77541 = dev_get_drvdata(dev); in max77541_pmic_irq_init() local
95 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() local
138 switch (max77541->id) { in max77541_pmic_setup()
166 struct max77541 *max77541; in max77541_probe() local
168 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 …]
H A DMakefile165 obj-$(CONFIG_MFD_MAX77541) += max77541.o
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dadi,max77541.yaml4 $id: http://devicetree.org/schemas/mfd/adi,max77541.yaml#
21 - adi,max77541
30 $ref: /schemas/regulator/adi,max77541-regulator.yaml#
48 compatible = "adi,max77541";
/linux-6.15/drivers/regulator/
H A Dmax77541-regulator.c109 struct max77541 *max77541 = dev_get_drvdata(dev->parent); in max77541_regulator_probe() local
114 switch (max77541->id) { in max77541_regulator_probe()
H A DMakefile76 obj-$(CONFIG_REGULATOR_MAX77541) += max77541-regulator.o
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dadi,max77541-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/adi,max77541-regulator.yaml#
18 See also Documentation/devicetree/bindings/mfd/adi,max77541.yaml for
/linux-6.15/include/linux/mfd/
H A Dmax77541.h80 struct max77541 { struct
/linux-6.15/drivers/iio/adc/
H A DMakefile85 obj-$(CONFIG_MAX77541_ADC) += max77541-adc.o
H A DKconfig944 the module will be called max77541-adc.