Home
last modified time | relevance | path

Searched refs:tps6586x_regulator (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/regulator/
Dtps6586x-regulator.c59 struct tps6586x_regulator { struct
203 static struct tps6586x_regulator tps6586x_regulator[] = { variable
235 static struct tps6586x_regulator tps658623_regulator[] = {
240 static struct tps6586x_regulator tps658640_regulator[] = {
260 static struct tps6586x_regulator tps658643_regulator[] = {
271 struct tps6586x_regulator *ri) in tps6586x_regulator_preinit()
336 static struct tps6586x_regulator *find_regulator_info(int id, int version) in find_regulator_info()
338 struct tps6586x_regulator *ri; in find_regulator_info()
339 struct tps6586x_regulator *table = NULL; in find_regulator_info()
368 for (i = 0; i < ARRAY_SIZE(tps6586x_regulator); i++) { in find_regulator_info()
[all …]