shared_opp        186 drivers/opp/cpu.c 		opp_table->shared_opp = OPP_TABLE_ACCESS_SHARED;
shared_opp        215 drivers/opp/cpu.c 	if (opp_table->shared_opp == OPP_TABLE_ACCESS_UNKNOWN) {
shared_opp        222 drivers/opp/cpu.c 	if (opp_table->shared_opp == OPP_TABLE_ACCESS_SHARED) {
shared_opp         60 drivers/opp/of.c 			if (opp_table->shared_opp == OPP_TABLE_ACCESS_SHARED) {
shared_opp        249 drivers/opp/of.c 		opp_table->shared_opp = OPP_TABLE_ACCESS_SHARED;
shared_opp        251 drivers/opp/of.c 		opp_table->shared_opp = OPP_TABLE_ACCESS_EXCLUSIVE;
shared_opp        180 drivers/opp/opp.h 	enum opp_table_access shared_opp;