Home
last modified time | relevance | path

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

/drivers/regulator/
Dmax8973-regulator.c102 struct max8973_chip { struct
103 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