Home
last modified time | relevance | path

Searched full:da9210 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/regulator/
H A Dda9210-regulator.c3 // 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 …]
H A Dda9210-regulator.h3 * da9210-regulator.h - Regulator definitions for DA9210
H A DKconfig372 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
H A DMakefile47 obj-$(CONFIG_REGULATOR_DA9210) += da9210-regulator.o
/linux/Documentation/devicetree/bindings/regulator/
H A Ddlg,da9210.yaml4 $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/arch/arm/mach-shmobile/
H A Dregulator-quirk-rcar-gen2.c3 * 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 },