Searched refs:fn_ta_terminate (Results 1 – 3 of 3) sorted by relevance
69 .fn_ta_terminate = psp_ras_terminate185 if (!psp->ta_funcs || !psp->ta_funcs->fn_ta_terminate) { in ta_if_load_debugfs_write()274 if (!psp->ta_funcs || !psp->ta_funcs->fn_ta_terminate) { in ta_if_unload_debugfs_write()
30 #define psp_fn_ta_terminate(psp) ((psp)->ta_funcs->fn_ta_terminate((psp)))
147 int (*fn_ta_terminate)(struct psp_context *psp); member