Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/regulator/
H A Dpv88060.txt4 - compatible: "pvs,pv88060".
19 pmic: pv88060@49 {
20 compatible = "pvs,pv88060";
/linux/drivers/regulator/
H A Dpv88060-regulator.c49 struct pv88060 { struct
227 struct pv88060 *chip = data; in pv88060_irq_handler()
279 struct pv88060 *chip; in pv88060_i2c_probe()
283 chip = devm_kzalloc(&i2c->dev, sizeof(struct pv88060), GFP_KERNEL); in pv88060_i2c_probe()
H A DMakefile128 obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o