Lines Matching refs:tps6586x_regulator
56 struct tps6586x_regulator { struct
200 static struct tps6586x_regulator tps6586x_regulator[] = { variable
232 static struct tps6586x_regulator tps658623_regulator[] = {
237 static struct tps6586x_regulator tps658640_regulator[] = {
257 static struct tps6586x_regulator tps658643_regulator[] = {
268 struct tps6586x_regulator *ri) in tps6586x_regulator_preinit()
333 static struct tps6586x_regulator *find_regulator_info(int id, int version) in find_regulator_info()
335 struct tps6586x_regulator *ri; in find_regulator_info()
336 struct tps6586x_regulator *table = NULL; in find_regulator_info()
366 for (i = 0; i < ARRAY_SIZE(tps6586x_regulator); i++) { in find_regulator_info()
367 ri = &tps6586x_regulator[i]; in find_regulator_info()
450 struct tps6586x_regulator *ri = NULL; in tps6586x_regulator_probe()