Lines Matching refs:rc
32 int32_t rc = 0; in tspd_cpu_off_handler() local
47 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_cpu_off_handler()
53 if (rc != 0) in tspd_cpu_off_handler()
71 int32_t rc = 0; in tspd_cpu_suspend_handler() local
86 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_cpu_suspend_handler()
92 if (rc) in tspd_cpu_suspend_handler()
107 int32_t rc = 0; in tspd_cpu_on_finish_handler() local
132 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_cpu_on_finish_handler()
138 if (rc != 0) in tspd_cpu_on_finish_handler()
152 int32_t rc = 0; in tspd_cpu_suspend_finish_handler() local
164 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_cpu_suspend_finish_handler()
170 if (rc != 0) in tspd_cpu_suspend_finish_handler()