Lines Matching defs:res
105 struct mt_spm_cond_tables *res)
115 if (res != NULL) {
116 res->table_cg[i] =
119 if (is_system_suspend && (res->table_cg[i] != 0U)) {
122 res->table_cg[i]);
125 if (res->table_cg[i] != 0U) {
134 if (res != NULL) {
135 res->table_pll = (src->table_pll & dest->table_pll);
137 if (res->table_pll != 0U) {
139 (res->table_pll << SPM_COND_BLOCKED_PLL_IDX) |
161 int res;
211 res = (*rc)->update(stateid, PLAT_RC_UPDATE_CONDITION,
213 if (res != MT_RM_STATUS_OK) {