Home
last modified time | relevance | path

Searched refs:pv88080 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/regulator/
H A Dpv88080.txt6 - "pvs,pv88080" (DEPRECATED)
8 - "pvs,pv88080-aa" for PV88080 AA or AB silicon
9 - "pvs,pv88080-ba" for PV88080 BA or BB silicon
24 pmic: pv88080@49 {
25 compatible = "pvs,pv88080-ba";
/linux/drivers/regulator/
H A Dpv88080-regulator.c39 struct pv88080 { struct
314 struct pv88080 *chip = data; in pv88080_irq_handler()
366 struct pv88080 *chip; in pv88080_i2c_probe()
372 chip = devm_kzalloc(&i2c->dev, sizeof(struct pv88080), GFP_KERNEL); in pv88080_i2c_probe()
H A DMakefile129 obj-$(CONFIG_REGULATOR_PV88080) += pv88080-regulator.o