Lines Matching defs:tps6586x_regulator
56 struct tps6586x_regulator {
200 static struct tps6586x_regulator tps6586x_regulator[] = {
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)
333 static struct tps6586x_regulator *find_regulator_info(int id, int version)
335 struct tps6586x_regulator *ri;
336 struct tps6586x_regulator *table = NULL;
366 for (i = 0; i < ARRAY_SIZE(tps6586x_regulator); i++) {
367 ri = &tps6586x_regulator[i];
450 struct tps6586x_regulator *ri = NULL;