Searched refs:max77693 (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/mfd/ |
H A D | max77693.c | 3 // max77693.c - mfd core driver for the MAX 77693 21 #include <linux/mfd/max77693.h> 22 #include <linux/mfd/max77693-common.h> 23 #include <linux/mfd/max77693-private.h> 32 { .name = "max77693-pmic", }, 34 .name = "max77693-charger", 35 .of_compatible = "maxim,max77693-charger", 38 .name = "max77693-muic", 39 .of_compatible = "maxim,max77693-muic", 42 .name = "max77693 151 struct max77693_dev *max77693; max77693_i2c_probe() local 295 struct max77693_dev *max77693 = i2c_get_clientdata(i2c); max77693_i2c_remove() local 317 struct max77693_dev *max77693 = i2c_get_clientdata(i2c); max77693_suspend() local 330 struct max77693_dev *max77693 = i2c_get_clientdata(i2c); max77693_resume() local [all...] |
/linux/drivers/regulator/ |
H A D | max77693-regulator.c | 3 // max77693.c - Regulator driver for the Maxim 77693 and 77843 18 #include <linux/mfd/max77693.h> 19 #include <linux/mfd/max77693-common.h> 20 #include <linux/mfd/max77693-private.h> 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() 274 { "max77693 [all...] |
H A D | Makefile | 92 obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o
|
/linux/drivers/leds/flash/ |
H A D | Makefile | 9 obj-$(CONFIG_LEDS_MAX77693) += leds-max77693.o
|
/linux/drivers/extcon/ |
H A D | Makefile | 18 obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4412-midas.dtsi | 178 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 D | exynos4212-tab3.dtsi | 135 compatible = "maxim,max77693"; 161 compatible = "maxim,max77693-charger"; 1006 max77693_irq: max77693-irq-pins { 1013 max77693_fuel_irq: max77693-fuel-irq-pins {
|
/linux/Documentation/leds/ |
H A D | leds-class-flash.rst | 81 Please refer to drivers/leds/leds-max77693.c for an exemplary usage of the
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-power | 681 What: /sys/class/power_supply/max77693-charger/device/fast_charge_timer 686 This entry shows and sets the maximum time the max77693 696 What: /sys/class/power_supply/max77693-charger/device/top_off_threshold_current 712 What: /sys/class/power_supply/max77693-charger/device/top_off_timer 717 This entry shows and sets the maximum time the max77693
|
/linux/drivers/input/misc/ |
H A D | Kconfig | 251 module will be called max77693-haptic.
|
/linux/drivers/power/supply/ |
H A D | Kconfig | 432 max17055, max77693, max77849.
|
/linux/ |
H A D | MAINTAINERS | 15065 F: Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml 15077 F: Documentation/devicetree/bindings/*/maxim,max77693.yaml 15084 F: drivers/*/max77693*.c 15088 F: drivers/extcon/extcon-max77693.c 15092 F: include/linux/mfd/max77693*.h
|