Home
last modified time | relevance | path

Searched refs:fn_ta_terminate (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp_ta.c69 .fn_ta_terminate = psp_ras_terminate
185 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()
Damdgpu_psp_ta.h30 #define psp_fn_ta_terminate(psp) ((psp)->ta_funcs->fn_ta_terminate((psp)))
Damdgpu_psp.h147 int (*fn_ta_terminate)(struct psp_context *psp); member