Searched full:rt4831 (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | richtek,rt4831.yaml | 4 $id: http://devicetree.org/schemas/mfd/richtek,rt4831.yaml# 7 title: Richtek RT4831 DSV and Backlight Integrated IC 13 RT4831 is a multifunctional device that can provide power to the LCD display 27 const: richtek,rt4831 40 $ref: /schemas/regulator/richtek,rt4831-regulator.yaml 43 $ref: /schemas/leds/backlight/richtek,rt4831-backlight.yaml 53 #include <dt-bindings/leds/rt4831-backlight.h> 58 rt4831@11 { 59 compatible = "richtek,rt4831"; 69 regulator-name = "rt4831-dsvp"; [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | rt4831.c | 25 MFD_CELL_OF("rt4831-backlight", NULL, NULL, 0, 0, "richtek,rt4831-backlight"), 26 MFD_CELL_NAME("rt4831-regulator") 102 { .compatible = "richtek,rt4831", }, 109 .name = "rt4831", 118 MODULE_DESCRIPTION("Richtek RT4831 core driver");
|
D | Makefile | 249 obj-$(CONFIG_MFD_RT4831) += rt4831.o
|
D | Kconfig | 1199 tristate "Richtek RT4831 four channel WLED and Display Bias Voltage" 1204 This enables support for the Richtek RT4831 that includes 4 channel
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/backlight/ |
D | richtek,rt4831-backlight.yaml | 4 $id: http://devicetree.org/schemas/leds/backlight/richtek,rt4831-backlight.yaml# 7 title: Richtek RT4831 Backlight 13 RT4831 is a mutifunctional device that can provide power to the LCD display 27 const: richtek,rt4831-backlight
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | richtek,rt4831-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/richtek,rt4831-regulator.yaml# 7 title: Richtek RT4831 Display Bias Voltage Regulator 13 RT4831 is a multifunctional device that can provide power to the LCD display
|
/linux-6.12.1/drivers/video/backlight/ |
D | rt4831-backlight.c | 3 #include <dt-bindings/leds/rt4831-backlight.h> 216 { .compatible = "richtek,rt4831-backlight", }, 223 .name = "rt4831-backlight", 232 MODULE_DESCRIPTION("Richtek RT4831 Backlight Driver");
|
D | Makefile | 55 obj-$(CONFIG_BACKLIGHT_RT4831) += rt4831-backlight.o
|
D | Kconfig | 301 tristate "Richtek RT4831 Backlight Driver" 304 This enables support for Richtek RT4831 Backlight driver.
|
/linux-6.12.1/drivers/regulator/ |
D | rt4831-regulator.c | 189 { "rt4831-regulator", 0 }, 196 .name = "rt4831-regulator", 205 MODULE_DESCRIPTION("Richtek RT4831 DSV Regulators driver");
|
D | Makefile | 144 obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o
|
D | Kconfig | 1194 tristate "Richtek RT4831 DSV Regulators" 1197 This adds support for voltage regulators in Richtek RT4831.
|
/linux-6.12.1/include/dt-bindings/leds/ |
D | rt4831-backlight.h | 3 * This header provides constants for rt4831 backlight bindings.
|