Searched defs:max8973_chip (Results 1 – 1 of 1) sorted by relevance
100 struct max8973_chip { struct101 struct device *dev;102 struct regulator_desc desc;103 struct regmap *regmap;104 bool enable_external_control;105 int dvs_gpio;106 int lru_index[MAX8973_MAX_VOUT_REG];107 int curr_vout_val[MAX8973_MAX_VOUT_REG];108 int curr_vout_reg;132 static bool find_voltage_set_register(struct max8973_chip *tps, in find_voltage_set_register() argument