Home
last modified time | relevance | path

Searched refs:max77693 (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/drivers/mfd/
H A Dmax77693.c187 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 …]
H A DMakefile169 obj-$(CONFIG_MFD_MAX77693) += max77693.o
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/mfd/maxim,max77693.yaml#
23 const: maxim,max77693
32 $ref: /schemas/power/supply/maxim,max77693.yaml
35 $ref: /schemas/leds/maxim,max77693.yaml
37 max77693-muic:
44 const: maxim,max77693-muic
55 const: maxim,max77693-muic
70 const: maxim,max77693-haptic
84 $ref: /schemas/regulator/maxim,max77693.yaml
105 compatible = "maxim,max77693";
[all …]
/linux-6.15/drivers/power/supply/
H A Dmax77693_charger.c22 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 …]
H A DKconfig410 max17055, max77693, max77849.
/linux-6.15/drivers/extcon/
H A Dextcon-max77693.c68 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 …]
H A DMakefile18 obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
/linux-6.15/drivers/regulator/
H A Dmax77693-regulator.c105 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()
H A DMakefile91 obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o
/linux-6.15/drivers/input/misc/
H A Dmax77693-haptic.c304 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_haptic_probe() local
312 haptic->regmap_pmic = max77693->regmap; in max77693_haptic_probe()
319 haptic->dev_type = max77693->type; in max77693_haptic_probe()
322 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()
326 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
H A DMakefile55 obj-$(CONFIG_INPUT_MAX77693_HAPTIC) += max77693-haptic.o
H A DKconfig251 module will be called max77693-haptic.
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/power/supply/maxim,max77693.yaml#
16 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
21 const: maxim,max77693-charger
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/regulator/maxim,max77693.yaml#
17 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
/linux-6.15/Documentation/devicetree/bindings/leds/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/leds/maxim,max77693.yaml#
21 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
26 const: maxim,max77693-led
H A Dcommon.yaml271 compatible = "maxim,max77693-led";
/linux-6.15/drivers/leds/flash/
H A DMakefile9 obj-$(CONFIG_LEDS_MAX77693) += leds-max77693.o
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos4412-midas.dtsi178 compatible = "maxim,max77693";
186 compatible = "maxim,max77693-muic";
232 compatible = "maxim,max77693-haptic";
238 compatible = "maxim,max77693-charger";
1188 max77693_irq: max77693-irq-pins {
1193 max77693_fuel_irq: max77693-fuel-irq-pins {
H A Dexynos4212-tab3.dtsi135 compatible = "maxim,max77693";
161 compatible = "maxim,max77693-charger";
1006 max77693_irq: max77693-irq-pins {
1013 max77693_fuel_irq: max77693-fuel-irq-pins {
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-power680 What: /sys/class/power_supply/max77693-charger/device/fast_charge_timer
685 This entry shows and sets the maximum time the max77693
695 What: /sys/class/power_supply/max77693-charger/device/top_off_threshold_current
711 What: /sys/class/power_supply/max77693-charger/device/top_off_timer
716 This entry shows and sets the maximum time the max77693
/linux-6.15/Documentation/leds/
H A Dleds-class-flash.rst81 Please refer to drivers/leds/leds-max77693.c for an exemplary usage of the
/linux-6.15/
H A DMAINTAINERS14636 F: Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml
14648 F: Documentation/devicetree/bindings/*/maxim,max77693.yaml
14656 F: drivers/*/max77693*.c
14660 F: drivers/extcon/extcon-max77693.c
14664 F: include/linux/mfd/max77693*.h