Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dpfuze100-regulator.c72 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 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()
[all …]