Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps6586x-regulator.c56 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()
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()
[all …]