Home
last modified time | relevance | path

Searched full:mt6370 (Results 1 – 25 of 29) sorted by relevance

12

/linux/Documentation/devicetree/bindings/mfd/
H A Dmediatek,mt6370.yaml4 $id: http://devicetree.org/schemas/mfd/mediatek,mt6370.yaml#
7 title: MediaTek MT6370 SubPMIC
13 MT6370 is a highly-integrated smart power management IC, which includes a
21 const: mediatek,mt6370
46 const: mediatek,mt6370-adc
57 $ref: /schemas/leds/backlight/mediatek,mt6370-backlight.yaml#
61 $ref: /schemas/power/supply/mediatek,mt6370-charger.yaml#
65 $ref: /schemas/usb/mediatek,mt6370-tcpc.yaml#
69 $ref: /schemas/leds/mediatek,mt6370-indicator.yaml#
73 $ref: /schemas/leds/mediatek,mt6370-flashlight.yaml#
[all …]
/linux/drivers/mfd/
H A Dmt6370.c17 #include "mt6370.h"
116 .name = "mt6370-irqs",
134 MFD_CELL_OF("mt6370-adc",
135 NULL, NULL, 0, 0, "mediatek,mt6370-adc"),
136 MFD_CELL_OF("mt6370-charger",
137 NULL, NULL, 0, 0, "mediatek,mt6370-charger"),
138 MFD_CELL_OF("mt6370-flashlight",
139 NULL, NULL, 0, 0, "mediatek,mt6370-flashlight"),
140 MFD_CELL_OF("mt6370-indicator",
141 NULL, NULL, 0, 0, "mediatek,mt6370-indicator"),
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Dmediatek,mt6370-tcpc.yaml4 $id: http://devicetree.org/schemas/usb/mediatek,mt6370-tcpc.yaml#
7 title: MediatTek MT6370 Type-C Port Switch and Power Delivery controller
13 MediaTek MT6370 is a multi-functional device.
16 This document only describes MT6370 Type-C Port Switch and
22 - mediatek,mt6370-tcpc
/linux/Documentation/devicetree/bindings/leds/
H A Dmediatek,mt6370-flashlight.yaml4 $id: http://devicetree.org/schemas/leds/mediatek,mt6370-flashlight.yaml#
7 title: Flash LED driver for MT6370 PMIC from MediaTek Integrated.
13 This module is part of the MT6370 MFD device.
14 Add MT6370 flash LED driver include 2-channel flash LED support Torch/Strobe Mode.
18 const: mediatek,mt6370-flashlight
H A Dmediatek,mt6370-indicator.yaml4 $id: http://devicetree.org/schemas/leds/mediatek,mt6370-indicator.yaml#
7 title: LED driver for MT6370 PMIC from MediaTek Integrated.
13 This module is part of the MT6370 MFD device.
14 Add MT6370 LED driver include 4-channel RGB LED support Register/PWM/Breath Mode
18 const: mediatek,mt6370-indicator
/linux/Documentation/devicetree/bindings/power/supply/
H A Dmediatek,mt6370-charger.yaml4 $id: http://devicetree.org/schemas/power/supply/mediatek,mt6370-charger.yaml#
7 title: MediaTek MT6370 Battery Charger
13 This module is part of the MT6370 MFD device.
18 const: mediatek,mt6370-charger
22 Specify what irqs are needed to be handled by MT6370 Charger driver.
25 After the hardware of MT6370 completes the BC1.2 detection,
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dmediatek,mt6370-backlight.yaml4 $id: http://devicetree.org/schemas/leds/backlight/mediatek,mt6370-backlight.yaml#
7 title: MediaTek MT6370 Backlight
13 This module is part of the MT6370 MFD device.
14 The MT6370 Backlight WLED driver supports up to a 29V output voltage for
16 capability with 2048 current steps (11 bits, only for MT6370/MT6371) or
26 - mediatek,mt6370-backlight
/linux/drivers/regulator/
H A Dmt6370-regulator.c185 .name = "mt6370-dsv-vbst",
202 .name = "mt6370-dsv-vpos",
226 .name = "mt6370-dsv-vneg",
250 .name = "mt6370-vib-ldo",
374 { "mt6370-regulator", 0},
381 .name = "mt6370-regulator",
390 MODULE_DESCRIPTION("Mediatek MT6370 Regulator Driver");
/linux/drivers/leds/rgb/
H A DKconfig66 tristate "LED Support for MediaTek MT6370 PMIC"
71 In MT6370, there are four channel current-sink LED drivers that
76 will be called "leds-mt6370-rgb".
H A DMakefile8 obj-$(CONFIG_LEDS_MT6370_RGB) += leds-mt6370-rgb.o
H A Dleds-mt6370-rgb.c895 /* Common for MT6370/71 */ in mt6370_check_vendor_info()
978 { .compatible = "mediatek,mt6370-indicator" },
985 .name = "mt6370-indicator",
994 MODULE_DESCRIPTION("MediaTek MT6370 RGB LED Driver");
/linux/Documentation/leds/
H A Dleds-mt6370-rgb.rst4 The device for Mediatek MT6370 RGB LED
10 The MT6370 integrates a four-channel RGB LED driver, designed to provide a
24 Specify a hardware breath pattern for a MT6370 RGB LED.
H A Dindex.rst29 leds-mt6370-rgb
/linux/drivers/iio/adc/
H A Dmt6370-adc.c328 indio_dev->name = "mt6370-adc"; in mt6370_adc_probe()
338 { .compatible = "mediatek,mt6370-adc", },
345 .name = "mt6370-adc",
353 MODULE_DESCRIPTION("MT6370 ADC Driver");
H A DKconfig986 tristate "MediaTek MT6370 ADC driver"
989 Say yes here to enable MediaTek MT6370 ADC support.
995 will be called "mt6370-adc".
/linux/drivers/video/backlight/
H A Dmt6370-backlight.c243 * MT6370 and MT6371 use 11 bits. This function is used in mt6370_check_vendor_info()
331 { .compatible = "mediatek,mt6370-backlight", .data = (void *)MT6370_VID_COMMON },
339 .name = "mt6370-backlight",
348 MODULE_DESCRIPTION("MediaTek MT6370 Backlight Driver");
H A DKconfig273 tristate "MediaTek MT6370 Backlight Driver"
276 This enables support for Mediatek MT6370 Backlight driver.
279 with 2048 current steps (only for MT6370/MT6371) or 16384 current
283 will be called "mt6370-backlight".
H A DMakefile49 obj-$(CONFIG_BACKLIGHT_MT6370) += mt6370-backlight.o
/linux/drivers/usb/typec/tcpm/
H A DKconfig39 tristate "MediaTek MT6370 Type-C driver"
42 MediaTek MT6370 is a multi-functional IC that includes
/linux/drivers/leds/flash/
H A DKconfig66 tristate "Flash LED Support for MediaTek MT6370 PMIC"
76 will be called "leds-mt6370-flash".
H A Dleds-mt6370-flash.c124 * There're two flash channels in MT6370. If joint flash output is used, in mt6370_torch_brightness_set()
176 * There're two flash channels in MT6370. If joint flash output is used, storbe in _mt6370_flash_brightness_set()
551 { .compatible = "mediatek,mt6370-flashlight" },
558 .name = "mt6370-flashlight",
567 MODULE_DESCRIPTION("MT6370 FLASH LED Driver");
H A DMakefile4 obj-$(CONFIG_LEDS_MT6370_FLASH) += leds-mt6370-flash.o
/linux/drivers/power/supply/
H A Dmt6370-charger.c628 .name = "mt6370-charger",
659 .name = "mt6370-usb-otg-vbus",
926 "Failed to init mt6370 charger setting\n"); in mt6370_chg_probe()
938 { .compatible = "mediatek,mt6370-charger", },
946 .name = "mt6370-charger",
953 MODULE_DESCRIPTION("MediaTek MT6370 Charger Driver");
H A DKconfig635 tristate "MediaTek MT6370 Charger Driver"
641 Say Y here to enable MT6370 Charger Part.
647 will be called "mt6370-charger".
H A DMakefile88 obj-$(CONFIG_CHARGER_MT6370) += mt6370-charger.o

12