Home
last modified time | relevance | path

Searched refs:max77705 (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/mfd/
H A Dmax77705.c84 struct max77693_dev *max77705; in max77705_i2c_probe() local
91 max77705 = devm_kzalloc(dev, sizeof(*max77705), GFP_KERNEL); in max77705_i2c_probe()
92 if (!max77705) in max77705_i2c_probe()
95 max77705->i2c = i2c; in max77705_i2c_probe()
96 max77705->type = TYPE_MAX77705; in max77705_i2c_probe()
97 i2c_set_clientdata(i2c, max77705); in max77705_i2c_probe()
99 max77705->regmap = devm_regmap_init_i2c(i2c, &max77705_regmap_config); in max77705_i2c_probe()
100 if (IS_ERR(max77705->regmap)) in max77705_i2c_probe()
101 return PTR_ERR(max77705->regmap); in max77705_i2c_probe()
111 ret = devm_regmap_add_irq_chip(dev, max77705->regmap, in max77705_i2c_probe()
[all …]
H A DMakefile170 obj-$(CONFIG_MFD_MAX77705) += max77705.o
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max77705.yaml4 $id: http://devicetree.org/schemas/mfd/maxim,max77705.yaml#
21 const: maxim,max77705
35 const: maxim,max77705-haptic
55 const: maxim,max77705-rgb
119 compatible = "maxim,max77705";
127 compatible = "maxim,max77705-rgb";
153 compatible = "maxim,max77705-haptic";
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max77705.yaml4 $id: http://devicetree.org/schemas/power/supply/maxim,max77705.yaml#
20 const: maxim,max77705-charger
44 compatible = "maxim,max77705-charger";
H A Dmaxim,max17042.yaml22 - maxim,max77705-battery
/linux-6.15/drivers/leds/
H A DMakefile64 obj-$(CONFIG_LEDS_MAX77705) += leds-max77705.o
/linux-6.15/
H A DMAINTAINERS14649 F: Documentation/devicetree/bindings/*/maxim,max77705*.yaml
14652 F: drivers/leds/leds-max77705.c
14657 F: drivers/*/max77705*.c
14665 F: include/linux/mfd/max77705*.h