Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dpv88090.txt4 - compatible: "pvs,pv88090".
18 pmic: pv88090@48 {
19 compatible = "pvs,pv88090";
/openbmc/linux/drivers/regulator/
H A Dpv88090-regulator.c39 struct pv88090 { struct
220 struct pv88090 *chip = data; in pv88090_irq_handler()
272 struct pv88090 *chip; in pv88090_i2c_probe()
277 chip = devm_kzalloc(&i2c->dev, sizeof(struct pv88090), GFP_KERNEL); in pv88090_i2c_probe()
H A DMakefile125 obj-$(CONFIG_REGULATOR_PV88090) += pv88090-regulator.o