this_sleep_rate   224 drivers/clk/qcom/clk-rpm.c 	unsigned long this_rate = 0, this_sleep_rate = 0;
this_sleep_rate   235 drivers/clk/qcom/clk-rpm.c 	to_active_sleep(r, r->rate, &this_rate, &this_sleep_rate);
this_sleep_rate   251 drivers/clk/qcom/clk-rpm.c 	sleep_rate = max(this_sleep_rate, peer_sleep_rate);
this_sleep_rate   375 drivers/clk/qcom/clk-rpm.c 	unsigned long this_rate = 0, this_sleep_rate = 0;
this_sleep_rate   384 drivers/clk/qcom/clk-rpm.c 	to_active_sleep(r, rate, &this_rate, &this_sleep_rate);
this_sleep_rate   396 drivers/clk/qcom/clk-rpm.c 	sleep_rate = max(this_sleep_rate, peer_sleep_rate);
this_sleep_rate   224 drivers/clk/qcom/clk-smd-rpm.c 	unsigned long this_rate = 0, this_sleep_rate = 0;
this_sleep_rate   235 drivers/clk/qcom/clk-smd-rpm.c 	to_active_sleep(r, r->rate, &this_rate, &this_sleep_rate);
this_sleep_rate   251 drivers/clk/qcom/clk-smd-rpm.c 	sleep_rate = max(this_sleep_rate, peer_sleep_rate);
this_sleep_rate   309 drivers/clk/qcom/clk-smd-rpm.c 	unsigned long this_rate = 0, this_sleep_rate = 0;
this_sleep_rate   318 drivers/clk/qcom/clk-smd-rpm.c 	to_active_sleep(r, rate, &this_rate, &this_sleep_rate);
this_sleep_rate   330 drivers/clk/qcom/clk-smd-rpm.c 	sleep_rate = max(this_sleep_rate, peer_sleep_rate);