Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
D88pm8607.c23 struct pm8607_regulator_info { struct
24 struct regulator_desc desc;
25 struct pm860x_chip *chip;
26 struct regulator_dev *regulator;
27 struct i2c_client *i2c;
28 struct i2c_client *i2c_8606;
30 unsigned int *vol_table;
31 unsigned int *vol_suspend;
33 int slope_double;
292 static struct pm8607_regulator_info pm8607_regulator_info[] = { variable