Searched defs:max8973_chip (Results 1 – 1 of 1) sorted by relevance
113 struct max8973_chip { struct114 struct device *dev;115 struct regulator_desc desc;116 struct regmap *regmap;117 bool enable_external_control;118 int dvs_gpio;119 int lru_index[MAX8973_MAX_VOUT_REG];120 int curr_vout_val[MAX8973_MAX_VOUT_REG];121 int curr_vout_reg;145 static bool find_voltage_set_register(struct max8973_chip *tps, in find_voltage_set_register() argument