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