Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dtps62360-regulator.c49 struct tps62360_chip { struct
50 struct device *dev;
51 struct regulator_desc desc;
52 struct regulator_dev *rdev;
53 struct regmap *regmap;
54 struct gpio_desc *vsel0_gpio;
55 struct gpio_desc *vsel1_gpio;
56 u8 voltage_reg_mask;
57 bool en_internal_pulldn;
81 static bool find_voltage_set_register(struct tps62360_chip *tps, in find_voltage_set_register() argument