| /linux/drivers/mfd/ |
| A D | max77693.c | 191 i2c_set_clientdata(max77693->i2c_muic, max77693); in max77693_i2c_probe() 199 i2c_set_clientdata(max77693->i2c_haptic, max77693); in max77693_i2c_probe() 224 ret = regmap_add_irq_chip(max77693->regmap, max77693->irq, in max77693_i2c_probe() 233 ret = regmap_add_irq_chip(max77693->regmap, max77693->irq, in max77693_i2c_probe() 242 ret = regmap_add_irq_chip(max77693->regmap, max77693->irq, in max77693_i2c_probe() 283 regmap_del_irq_chip(max77693->irq, max77693->irq_data_muic); in max77693_i2c_probe() 285 regmap_del_irq_chip(max77693->irq, max77693->irq_data_chg); in max77693_i2c_probe() 289 regmap_del_irq_chip(max77693->irq, max77693->irq_data_led); in max77693_i2c_probe() 303 regmap_del_irq_chip(max77693->irq, max77693->irq_data_muic); in max77693_i2c_remove() 304 regmap_del_irq_chip(max77693->irq, max77693->irq_data_chg); in max77693_i2c_remove() [all …]
|
| A D | Makefile | 164 obj-$(CONFIG_MFD_MAX77693) += max77693.o
|
| /linux/drivers/power/supply/ |
| A D | max77693_charger.c | 22 struct max77693_dev *max77693; member 215 struct regmap *regmap = chg->max77693->regmap; in max77693_charger_get_property() 328 return regmap_update_bits(chg->max77693->regmap, in max77693_set_fast_charge_timer() 379 return regmap_update_bits(chg->max77693->regmap, in max77693_set_top_off_threshold_current() 422 return regmap_update_bits(chg->max77693->regmap, in max77693_set_top_off_timer() 469 return regmap_update_bits(chg->max77693->regmap, in max77693_set_constant_volt() 491 return regmap_update_bits(chg->max77693->regmap, in max77693_set_min_system_volt() 518 return regmap_update_bits(chg->max77693->regmap, in max77693_set_thermal_regulation_temp() 542 return regmap_update_bits(chg->max77693->regmap, in max77693_set_batttery_overcurrent() 586 ret = regmap_update_bits(chg->max77693->regmap, in max77693_reg_init() [all …]
|
| A D | Kconfig | 394 max17055, max77693, max77849.
|
| /linux/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 | 17 obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| A D | max77693.txt | 14 - compatible : Must be "maxim,max77693". 34 - compatible : Must be "maxim,max77693-haptic" 86 - compatible : Must be "maxim,max77693-led". 130 - max77693-muic : 133 - compatible : "maxim,max77693-muic" 138 max77693@66 { 139 compatible = "maxim,max77693"; 164 compatible = "maxim,max77693-haptic"; 171 compatible = "maxim,max77693-charger"; 181 compatible = "maxim,max77693-led"; [all …]
|
| /linux/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 | 82 obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o
|
| /linux/drivers/input/misc/ |
| A D | max77693-haptic.c | 295 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_haptic_probe() local 303 haptic->regmap_pmic = max77693->regmap; in max77693_haptic_probe() 313 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe() 316 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
|
| A D | Makefile | 51 obj-$(CONFIG_INPUT_MAX77693_HAPTIC) += max77693-haptic.o
|
| A D | Kconfig | 223 module will be called max77693-haptic.
|
| /linux/drivers/leds/flash/ |
| A D | Makefile | 7 obj-$(CONFIG_LEDS_MAX77693) += leds-max77693.o
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-class-power | 616 What: /sys/class/power_supply/max77693-charger/device/fast_charge_timer 621 This entry shows and sets the maximum time the max77693 631 What: /sys/class/power_supply/max77693-charger/device/top_off_threshold_current 647 What: /sys/class/power_supply/max77693-charger/device/top_off_timer 652 This entry shows and sets the maximum time the max77693
|
| /linux/arch/arm/boot/dts/ |
| A D | exynos4412-midas.dtsi | 174 compatible = "maxim,max77693"; 196 compatible = "maxim,max77693-haptic"; 202 compatible = "maxim,max77693-charger"; 1130 max77693_irq: max77693-irq { 1135 max77693_fuel_irq: max77693-fuel-irq {
|
| /linux/Documentation/leds/ |
| A D | leds-class-flash.rst | 81 Please refer to drivers/leds/leds-max77693.c for an exemplary usage of the
|
| /linux/Documentation/devicetree/bindings/leds/ |
| A D | common.yaml | 189 compatible = "maxim,max77693-led";
|
| /linux/ |
| A D | MAINTAINERS | 11611 F: Documentation/devicetree/bindings/mfd/max77693.txt 11614 F: drivers/*/max77693*.c 11617 F: drivers/extcon/extcon-max77693.c 11621 F: include/linux/mfd/max77693*.h
|