Lines Matching defs:pfuze_chip
72 struct pfuze_chip { struct
73 int chip_id;
74 int flags;
75 struct regmap *regmap;
76 struct device *dev;
77 struct pfuze_regulator regulator_descs[PFUZE100_MAX_REGULATOR];
78 struct regulator_dev *regulators[PFUZE100_MAX_REGULATOR];
79 const struct pfuze_regulator *pfuze_regulators;
617 static int pfuze_power_off_prepare_init(struct pfuze_chip *pfuze_chip) in pfuze_power_off_prepare_init()
640 static int pfuze_identify(struct pfuze_chip *pfuze_chip) in pfuze_identify()
689 struct pfuze_chip *pfuze_chip; in pfuze100_regulator_probe() local