regulator_count   218 drivers/opp/core.c 	count = opp_table->regulator_count;
regulator_count   678 drivers/opp/core.c 	if (WARN_ON(opp_table->regulator_count > 1)) {
regulator_count   727 drivers/opp/core.c 	data->regulator_count = opp_table->regulator_count;
regulator_count   732 drivers/opp/core.c 	size = sizeof(*old_supply) * opp_table->regulator_count;
regulator_count   969 drivers/opp/core.c 	opp_table->regulator_count = -1;
regulator_count  1245 drivers/opp/core.c 	count = table->regulator_count > 0 ? table->regulator_count : 1;
regulator_count  1269 drivers/opp/core.c 	for (i = 0; i < opp_table->regulator_count; i++) {
regulator_count  1548 drivers/opp/core.c 	int len, count = opp_table->regulator_count;
regulator_count  1632 drivers/opp/core.c 	opp_table->regulator_count = count;
regulator_count  1647 drivers/opp/core.c 	opp_table->regulator_count = -1;
regulator_count  1669 drivers/opp/core.c 	for (i = opp_table->regulator_count - 1; i >= 0; i--)
regulator_count  1676 drivers/opp/core.c 	opp_table->regulator_count = -1;
regulator_count  2025 drivers/opp/core.c 	opp_table->regulator_count = 1;
regulator_count    42 drivers/opp/debugfs.c 	for (i = 0; i < opp_table->regulator_count; i++) {
regulator_count   376 drivers/opp/of.c 	int supplies = opp_table->regulator_count, vcount, icount, ret, i, j;
regulator_count   396 drivers/opp/of.c 				opp_table->regulator_count = 0;
regulator_count   411 drivers/opp/of.c 		supplies = opp_table->regulator_count = 1;
regulator_count   193 drivers/opp/opp.h 	int regulator_count;
regulator_count   181 drivers/video/fbdev/simplefb.c 	u32 regulator_count;
regulator_count   359 drivers/video/fbdev/simplefb.c 	par->regulator_count = i;
regulator_count   370 drivers/video/fbdev/simplefb.c 	for (i = 0; i < par->regulator_count; i++) {
regulator_count   390 drivers/video/fbdev/simplefb.c 	for (i = 0; i < par->regulator_count; i++)
regulator_count    71 include/linux/pm_opp.h 	unsigned int regulator_count;