Home
last modified time | relevance | path

Searched full:max77693 (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/mfd/
H A Dmax77693.c3 // 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-haptic",
[all …]
H A Dmax77843.c14 #include <linux/mfd/max77693-common.h>
/linux/include/linux/mfd/
H A Dmax77693-private.h3 * max77693-private.h - Voltage regulator driver for the Maxim 77693
74 /* MAX77693 ITORCH register */
82 /* MAX77693 IFLASH1 and IFLASH2 registers */
88 /* MAX77693 TORCH_TIMER register */
93 /* MAX77693 FLASH_TIMER register */
99 /* MAX77693 FLASH_EN register */
107 /* MAX77693 MAX_FLASH1 register */
113 /* MAX77693 VOUT_CNTL register */
117 /* MAX77693 VOUT_FLASH1 register */
123 /* MAX77693 FLASH_STATUS register */
[all …]
H A Dmax77693.h3 * max77693.h - Driver for the Maxim 77693
12 * MAX77693 has PMIC, Charger, Flash LED, Haptic, MUIC devices.
20 /* MAX77693 regulator IDs */
47 /* MAX77693 led flash */
71 /* MAX77693 */
/linux/drivers/regulator/
H A Dmax77693-regulator.c3 // 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>
27 * There is no need for such for MAX77693.
37 /* Register differences between chargers: MAX77693 and MAX77843 */
46 * MAX77693 CHARGER regulator - Min : 20mA, Max : 2580mA, step : 20mA
49 * Actually for MAX77693 the driver manipulates the maximum input current,
105 struct max77693_dev *max77693, in max77693_get_regmap() argument
109 return max77693->regmap; in max77693_get_regmap()
[all …]
/linux/drivers/extcon/
H A Dextcon-max77693.c3 // extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC
17 #include <linux/mfd/max77693.h>
18 #include <linux/mfd/max77693-common.h>
19 #include <linux/mfd/max77693-private.h>
24 #define DEV_NAME "max77693-muic"
28 * Default value of MAX77693 register to bring up MUIC device.
30 * extcon-max77693 driver use 'default_init_data' to bring up base operation
31 * of MAX77693 MUIC device.
68 struct max77693_dev *max77693; member
195 * MAX77693 MUIC device support below list of accessories(external connector)
[all …]
H A Dextcon-max77843.c13 #include <linux/mfd/max77693-common.h>
/linux/drivers/input/misc/
H A Dmax77693-haptic.c3 * MAXIM MAX77693/MAX77843 Haptic device driver
24 #include <linux/mfd/max77693.h>
25 #include <linux/mfd/max77693-common.h>
26 #include <linux/mfd/max77693-private.h>
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()
357 haptic->input_dev->name = "max77693-haptic"; in max77693_haptic_probe()
[all …]
/linux/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/power/supply/maxim,max77693.yaml#
7 title: Maxim MAX77693 MicroUSB and Companion Power Management IC Charger
13 This is a part of device tree bindings for Maxim MAX77693 MicroUSB Integrated
16 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
21 const: maxim,max77693-charger
/linux/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/regulator/maxim,max77693.yaml#
7 title: Maxim MAX77693 MicroUSB and Companion Power Management IC regulators
14 This is a part of device tree bindings for Maxim MAX77693 MicroUSB Integrated
17 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
/linux/Documentation/devicetree/bindings/leds/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/leds/maxim,max77693.yaml#
7 title: Maxim MAX77693 MicroUSB and Companion Power Management IC LEDs
13 This is a part of device tree bindings for Maxim MAX77693 MicroUSB Integrated
21 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
26 const: maxim,max77693-led
/linux/drivers/leds/flash/
H A DKconfig43 tristate "LED support for MAX77693 Flash"
48 This option enables support for the flash part of the MAX77693
H A Dleds-max77693.c3 * LED Flash class driver for the flash cell of max77693 mfd.
12 #include <linux/mfd/max77693.h>
13 #include <linux/mfd/max77693-common.h>
14 #include <linux/mfd/max77693-private.h>
1038 { .compatible = "maxim,max77693-led" },
1047 .name = "max77693-led",
1056 MODULE_DESCRIPTION("Maxim MAX77693 led flash driver");
H A DMakefile9 obj-$(CONFIG_LEDS_MAX77693) += leds-max77693.o
/linux/Documentation/leds/
H A Dleds-class-flash.rst81 Please refer to drivers/leds/leds-max77693.c for an exemplary usage of the
/linux/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/
H A DMAINTAINERS15367 F: Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml
15379 F: Documentation/devicetree/bindings/*/maxim,max77693.yaml
15386 F: drivers/*/max77693*.c
15390 F: drivers/extcon/extcon-max77693.c
15394 F: include/linux/mfd/max77693*.h