required_opp_count  776 drivers/opp/core.c 	for (i = 0; i < opp_table->required_opp_count; i++) {
required_opp_count 1807 drivers/opp/core.c 	for (index = 0; index < opp_table->required_opp_count; index++) {
required_opp_count 1858 drivers/opp/core.c 	if (!opp_table->required_opp_count) {
required_opp_count 1865 drivers/opp/core.c 	opp_table->genpd_virt_devs = kcalloc(opp_table->required_opp_count,
required_opp_count 1872 drivers/opp/core.c 		if (index >= opp_table->required_opp_count) {
required_opp_count 1874 drivers/opp/core.c 				*name, opp_table->required_opp_count, index);
required_opp_count 1966 drivers/opp/core.c 	if (!src_table->required_opp_count)
required_opp_count 1969 drivers/opp/core.c 	for (i = 0; i < src_table->required_opp_count; i++) {
required_opp_count 1974 drivers/opp/core.c 	if (unlikely(i == src_table->required_opp_count)) {
required_opp_count  144 drivers/opp/of.c 	for (i = 0; i < opp_table->required_opp_count; i++) {
required_opp_count  153 drivers/opp/of.c 	opp_table->required_opp_count = 0;
required_opp_count  186 drivers/opp/of.c 	opp_table->required_opp_count = count;
required_opp_count  277 drivers/opp/of.c 	for (i = 0; i < opp_table->required_opp_count; i++) {
required_opp_count  296 drivers/opp/of.c 	int i, ret, count = opp_table->required_opp_count;
required_opp_count  186 drivers/opp/opp.h 	unsigned int required_opp_count;