Searched full:da9210 (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/regulator/ |
D | da9210-regulator.c | 3 // da9210-regulator.c - Regulator device driver for DA9210 17 #include "da9210-regulator.h" 19 struct da9210 { struct 52 .name = "DA9210", 72 struct da9210 *chip = data; in da9210_irq_handler() 125 { .compatible = "dlg,da9210", }, 132 struct da9210 *chip; in da9210_i2c_probe() 139 chip = devm_kzalloc(&i2c->dev, sizeof(struct da9210), GFP_KERNEL); in da9210_i2c_probe() 169 dev_err(&i2c->dev, "Failed to register DA9210 regulator\n"); in da9210_i2c_probe() 179 "da9210", chip); in da9210_i2c_probe() [all …]
|
D | da9210-regulator.h | 3 * da9210-regulator.h - Regulator definitions for DA9210
|
D | Kconfig | 372 tristate "Dialog Semiconductor DA9210 regulator" 376 Say y here to support for the Dialog Semiconductor DA9210. 377 The DA9210 is a multi-phase synchronous step down
|
D | Makefile | 47 obj-$(CONFIG_REGULATOR_DA9210) += da9210-regulator.o
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | dlg,da9210.yaml | 4 $id: http://devicetree.org/schemas/regulator/dlg,da9210.yaml# 7 title: Dialog Semiconductor DA9210 Multi-Phase 12A DC-DC Buck Converter 17 const: dlg,da9210 40 compatible = "dlg,da9210";
|
/linux-6.12.1/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 3 * R-Car Generation 2 da9063(L)/da9210 regulator quirk 5 * Certain Gen2 development boards have an da9063 and one or more da9210 9 * After cold boot or da9063-induced restart, both the da9063 and da9210 seem 16 * da9063 and da9210. This quirk has to run after the i2c master driver has 37 /* start of DA9210 System Control and Event Registers */ 69 { .compatible = "dlg,da9210", .data = &da9210_msg },
|
/linux-6.12.1/arch/arm/boot/dts/renesas/ |
D | r8a7790-stout.dts | 366 compatible = "dlg,da9210"; 378 compatible = "dlg,da9210";
|
D | r8a7791-porter.dts | 424 compatible = "dlg,da9210";
|
D | r8a7793-gose.dts | 774 compatible = "dlg,da9210";
|
D | r8a7791-koelsch.dts | 834 compatible = "dlg,da9210";
|
D | r8a7790-lager.dts | 462 compatible = "dlg,da9210";
|