suspend_opp       293 drivers/opp/core.c 	if (opp_table->suspend_opp && opp_table->suspend_opp->available)
suspend_opp       294 drivers/opp/core.c 		freq = dev_pm_opp_get_freq(opp_table->suspend_opp);
suspend_opp       617 drivers/opp/of.c 		if (opp_table->suspend_opp) {
suspend_opp       619 drivers/opp/of.c 			if (new_opp->rate > opp_table->suspend_opp->rate) {
suspend_opp       620 drivers/opp/of.c 				opp_table->suspend_opp->suspend = false;
suspend_opp       622 drivers/opp/of.c 				opp_table->suspend_opp = new_opp;
suspend_opp       626 drivers/opp/of.c 			opp_table->suspend_opp = new_opp;
suspend_opp       181 drivers/opp/opp.h 	struct dev_pm_opp *suspend_opp;