Searched refs:max77693 (Results 1 – 12 of 12) sorted by relevance
| /drivers/mfd/ |
| A D | max77693.c | 187 i2c_set_clientdata(max77693->i2c_muic, max77693); in max77693_i2c_probe() 195 i2c_set_clientdata(max77693->i2c_haptic, max77693); in max77693_i2c_probe() 220 ret = regmap_add_irq_chip(max77693->regmap, max77693->irq, in max77693_i2c_probe() 229 ret = regmap_add_irq_chip(max77693->regmap, max77693->irq, in max77693_i2c_probe() 238 ret = regmap_add_irq_chip(max77693->regmap, max77693->irq, in max77693_i2c_probe() 279 regmap_del_irq_chip(max77693->irq, max77693->irq_data_muic); in max77693_i2c_probe() 281 regmap_del_irq_chip(max77693->irq, max77693->irq_data_chg); in max77693_i2c_probe() 285 regmap_del_irq_chip(max77693->irq, max77693->irq_data_led); in max77693_i2c_probe() 299 regmap_del_irq_chip(max77693->irq, max77693->irq_data_muic); in max77693_i2c_remove() 300 regmap_del_irq_chip(max77693->irq, max77693->irq_data_chg); in max77693_i2c_remove() [all …]
|
| A D | Makefile | 170 obj-$(CONFIG_MFD_MAX77693) += max77693.o
|
| /drivers/power/supply/ |
| A D | max77693_charger.c | 22 struct max77693_dev *max77693; member 261 struct regmap *regmap = chg->max77693->regmap; in max77693_charger_get_property() 380 return regmap_update_bits(chg->max77693->regmap, in max77693_set_fast_charge_timer() 431 return regmap_update_bits(chg->max77693->regmap, in max77693_set_top_off_threshold_current() 474 return regmap_update_bits(chg->max77693->regmap, in max77693_set_top_off_timer() 521 return regmap_update_bits(chg->max77693->regmap, in max77693_set_constant_volt() 543 return regmap_update_bits(chg->max77693->regmap, in max77693_set_min_system_volt() 570 return regmap_update_bits(chg->max77693->regmap, in max77693_set_thermal_regulation_temp() 594 return regmap_update_bits(chg->max77693->regmap, in max77693_set_batttery_overcurrent() 638 ret = regmap_update_bits(chg->max77693->regmap, in max77693_reg_init() [all …]
|
| A D | Kconfig | 432 max17055, max77693, max77849.
|
| /drivers/extcon/ |
| A D | extcon-max77693.c | 68 struct max77693_dev *max77693; member 231 ret = regmap_write(info->max77693->regmap_muic, in max77693_muic_set_debounce_time() 268 ret = regmap_update_bits(info->max77693->regmap_muic, in max77693_muic_set_path() 1088 info->max77693 = max77693; in max77693_muic_probe() 1089 if (info->max77693->regmap_muic) { in max77693_muic_probe() 1093 info->max77693->i2c_muic, in max77693_muic_probe() 1095 if (IS_ERR(info->max77693->regmap_muic)) { in max77693_muic_probe() 1096 ret = PTR_ERR(info->max77693->regmap_muic); in max77693_muic_probe() 1097 dev_err(max77693->dev, in max77693_muic_probe() 1183 regmap_write(info->max77693->regmap_muic, in max77693_muic_probe() [all …]
|
| A D | Makefile | 18 obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
|
| /drivers/regulator/ |
| A D | max77693-regulator.c | 105 struct max77693_dev *max77693, in max77693_get_regmap() argument 109 return max77693->regmap; in max77693_get_regmap() 115 return max77693->regmap; in max77693_get_regmap() 117 return max77693->regmap_chg; in max77693_get_regmap() 119 return max77693->regmap; in max77693_get_regmap()
|
| A D | Makefile | 92 obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o
|
| /drivers/input/misc/ |
| A D | max77693-haptic.c | 305 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_haptic_probe() local 313 haptic->regmap_pmic = max77693->regmap; in max77693_haptic_probe() 320 haptic->dev_type = max77693->type; in max77693_haptic_probe() 323 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe() 327 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
|
| A D | Makefile | 55 obj-$(CONFIG_INPUT_MAX77693_HAPTIC) += max77693-haptic.o
|
| A D | Kconfig | 251 module will be called max77693-haptic.
|
| /drivers/leds/flash/ |
| A D | Makefile | 9 obj-$(CONFIG_LEDS_MAX77693) += leds-max77693.o
|
Completed in 24 milliseconds