Searched refs:pv88060 (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | pv88060.txt | 4 - compatible: "pvs,pv88060". 19 pmic: pv88060@49 { 20 compatible = "pvs,pv88060";
|
/linux/drivers/regulator/ |
H A D | pv88060-regulator.c | 3 // pv88060-regulator.c - Regulator device driver for PV88060 17 #include "pv88060-regulator.h" 49 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() 323 "pv88060", chip); in pv88060_i2c_probe() 363 { "pv88060" }, 370 { .compatible = "pvs,pv88060", .data = &pv88060_i2c_id[0] }, 378 .name = "pv88060", 55 rdevpv88060 global() argument [all...] |
H A D | Makefile | 130 obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o
|