Searched defs:max8973_chip (Results 1 – 1 of 1) sorted by relevance
98 struct max8973_chip { struct99 struct device *dev;100 struct regulator_desc desc;101 struct regmap *regmap;102 bool enable_external_control;103 struct gpio_desc *dvs_gpiod;104 int lru_index[MAX8973_MAX_VOUT_REG];105 int curr_vout_val[MAX8973_MAX_VOUT_REG];106 int curr_vout_reg;130 static bool find_voltage_set_register(struct max8973_chip *tps, in find_voltage_set_register() argument