Home
last modified time | relevance | path

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

/drivers/mfd/
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 …]
A DMakefile171 obj-$(CONFIG_MFD_MAX77705) += max77705.o
/drivers/leds/
A DMakefile65 obj-$(CONFIG_LEDS_MAX77705) += leds-max77705.o
/drivers/hwmon/
A DMakefile166 obj-$(CONFIG_SENSORS_MAX77705) += max77705-hwmon.o
A DKconfig1348 will be called max77705-hwmon.

Completed in 26 milliseconds