Lines Matching refs:tps6586x_regulator
59 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()
369 ri = &tps6586x_regulator[i]; in find_regulator_info()
452 struct tps6586x_regulator *ri = NULL; in tps6586x_regulator_probe()