Home
last modified time | relevance | path

Searched defs:pfuze_chip (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/regulator/
Dpfuze100-regulator.c58 struct pfuze_chip { struct
59 int chip_id;
60 int flags;
61 struct regmap *regmap;
62 struct device *dev;
63 struct pfuze_regulator regulator_descs[PFUZE100_MAX_REGULATOR];
64 struct regulator_dev *regulators[PFUZE100_MAX_REGULATOR];
65 struct pfuze_regulator *pfuze_regulators;
562 static int pfuze_identify(struct pfuze_chip *pfuze_chip) in pfuze_identify()
611 struct pfuze_chip *pfuze_chip; in pfuze100_regulator_probe() local