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

/linux-4.1.27/drivers/regulator/
H A Dtps6586x-regulator.c59 struct tps6586x_regulator { struct
203 static struct tps6586x_regulator tps6586x_regulator[] = { variable in typeref:struct:tps6586x_regulator
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) tps6586x_regulator_preinit()
336 static struct tps6586x_regulator *find_regulator_info(int id, int version) find_regulator_info()
338 struct tps6586x_regulator *ri; find_regulator_info()
339 struct tps6586x_regulator *table = NULL; find_regulator_info()
368 for (i = 0; i < ARRAY_SIZE(tps6586x_regulator); i++) { find_regulator_info()
369 ri = &tps6586x_regulator[i]; find_regulator_info()
452 struct tps6586x_regulator *ri = NULL; tps6586x_regulator_probe()

Completed in 53 milliseconds