Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dtps62360-regulator.c63 struct tps62360_chip { struct
64 struct device *dev;
65 struct regulator_desc desc;
66 struct regulator_dev *rdev;
67 struct regmap *regmap;
68 int vsel0_gpio;
69 int vsel1_gpio;
70 u8 voltage_reg_mask;
71 bool en_internal_pulldn;
95 static bool find_voltage_set_register(struct tps62360_chip *tps, in find_voltage_set_register() argument