Searched defs:pfuze_chip (Results 1 – 1 of 1) sorted by relevance
67 struct pfuze_chip { struct68 int chip_id;69 struct regmap *regmap;70 struct device *dev;71 struct pfuze_regulator regulator_descs[PFUZE100_MAX_REGULATOR];72 struct regulator_dev *regulators[PFUZE100_MAX_REGULATOR];469 static int pfuze_identify(struct pfuze_chip *pfuze_chip) in pfuze_identify()517 struct pfuze_chip *pfuze_chip; in pfuze100_regulator_probe() local