Searched defs:max8973_chip (Results 1 – 1 of 1) sorted by relevance
102 struct max8973_chip { struct103 struct device *dev;104 struct regulator_desc desc;105 struct regmap *regmap;106 bool enable_external_control;107 int enable_gpio;108 int dvs_gpio;132 static bool find_voltage_set_register(struct max8973_chip *tps, in find_voltage_set_register() argument