Home
last modified time | relevance | path

Searched full:max77650 (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/Documentation/devicetree/bindings/mfd/
Dmax77650.yaml4 $id: http://devicetree.org/schemas/mfd/max77650.yaml#
7 title: MAX77650 ultra low-power PMIC from Maxim Integrated.
13 MAX77650 is an ultra-low power PMIC providing battery charging and power
25 const: maxim,max77650
56 $ref: /schemas/regulator/max77650-regulator.yaml
59 $ref: /schemas/power/supply/max77650-charger.yaml
62 $ref: /schemas/leds/leds-max77650.yaml
65 $ref: /schemas/input/max77650-onkey.yaml
87 compatible = "maxim,max77650";
97 gpio-line-names = "max77650-charger";
[all …]
/linux-6.15/drivers/mfd/
Dmax77650.c13 #include <linux/mfd/max77650.h>
74 .name = "max77650-regulator",
75 .of_compatible = "maxim,max77650-regulator",
77 .name = "max77650-charger",
78 .of_compatible = "maxim,max77650-charger",
82 .name = "max77650-gpio",
83 .of_compatible = "maxim,max77650-gpio",
87 .name = "max77650-led",
88 .of_compatible = "maxim,max77650-led",
90 .name = "max77650-onkey",
[all …]
DMakefile167 obj-$(CONFIG_MFD_MAX77650) += max77650.o
DKconfig876 tristate "Maxim MAX77650/77651 PMIC Support"
883 Say Y here to add support for Maxim Semiconductor MAX77650 and
886 'max77650'. Additional drivers can be enabled in order to use
/linux-6.15/Documentation/devicetree/bindings/regulator/
Dmax77650-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/max77650-regulator.yaml#
7 title: Regulator driver for MAX77650 PMIC from Maxim Integrated.
13 This module is part of the MAX77650 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/max77650.yaml.
24 const: maxim,max77650-regulator
/linux-6.15/Documentation/devicetree/bindings/input/
Dmax77650-onkey.yaml4 $id: http://devicetree.org/schemas/input/max77650-onkey.yaml#
7 title: Onkey driver for MAX77650 PMIC from Maxim Integrated.
13 This module is part of the MAX77650 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/max77650.yaml.
24 const: maxim,max77650-onkey
/linux-6.15/Documentation/devicetree/bindings/power/supply/
Dmax77650-charger.yaml4 $id: http://devicetree.org/schemas/power/supply/max77650-charger.yaml#
7 title: Battery charger driver for MAX77650 PMIC from Maxim Integrated.
13 This module is part of the MAX77650 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/max77650.yaml.
20 const: maxim,max77650-charger
/linux-6.15/Documentation/devicetree/bindings/leds/
Dleds-max77650.yaml4 $id: http://devicetree.org/schemas/leds/leds-max77650.yaml#
7 title: LED driver for MAX77650 PMIC from Maxim Integrated.
13 This module is part of the MAX77650 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/max77650.yaml.
23 const: maxim,max77650-led
/linux-6.15/drivers/leds/
Dleds-max77650.c10 #include <linux/mfd/max77650.h>
101 init_data.devicename = "max77650"; in max77650_led_probe()
125 { .compatible = "maxim,max77650-led" },
132 .name = "max77650-led",
142 MODULE_ALIAS("platform:max77650-led");
DMakefile63 obj-$(CONFIG_LEDS_MAX77650) += leds-max77650.o
Dleds-max77705.c3 * Based on leds-max77650 driver
DKconfig776 tristate "LED support for Maxim MAX77650 PMIC"
779 LEDs driver for MAX77650 family of PMICs from Maxim Integrated.
/linux-6.15/drivers/input/misc/
Dmax77650-onkey.c11 #include <linux/mfd/max77650.h>
112 { .compatible = "maxim,max77650-onkey" },
119 .name = "max77650-onkey",
129 MODULE_ALIAS("platform:max77650-onkey");
DKconfig234 tristate "Maxim MAX77650 ONKEY support"
237 Support the ONKEY of the MAX77650 PMIC as an input device.
240 will be called max77650-onkey.
DMakefile54 obj-$(CONFIG_INPUT_MAX77650_ONKEY) += max77650-onkey.o
/linux-6.15/drivers/power/supply/
Dmax77650-charger.c10 #include <linux/mfd/max77650.h>
270 .name = "max77650",
356 { .compatible = "maxim,max77650-charger" },
363 .name = "max77650-charger",
374 MODULE_ALIAS("platform:max77650-charger");
DMakefile80 obj-$(CONFIG_CHARGER_MAX77650) += max77650-charger.o
DKconfig568 tristate "Maxim MAX77650 battery charger driver"
571 Say Y to enable support for the battery charger control of MAX77650
Dmax77705_charger.c3 * Based on max77650-charger.c
/linux-6.15/drivers/gpio/
Dgpio-max77650.c10 #include <linux/mfd/max77650.h>
180 .name = "max77650-gpio",
189 MODULE_ALIAS("platform:max77650-gpio");
DMakefile107 obj-$(CONFIG_GPIO_MAX77650) += gpio-max77650.o
DKconfig1460 tristate "Maxim MAX77650/77651 GPIO support"
1463 GPIO driver for MAX77650/77651 PMIC from Maxim Semiconductor.
/linux-6.15/drivers/regulator/
Dmax77650-regulator.c9 #include <linux/mfd/max77650.h>
387 { .compatible = "maxim,max77650-regulator" },
394 .name = "max77650-regulator",
405 MODULE_ALIAS("platform:max77650-regulator");
DMakefile78 obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o
DKconfig626 tristate "Maxim MAX77650/77651 regulator support"
629 Regulator driver for MAX77650/77651 PMIC from Maxim

12