Searched defs:psp_funcs (Results 1 – 1 of 1) sorted by relevance
112 struct psp_funcs { struct113 int (*init_microcode)(struct psp_context *psp);114 int (*wait_for_bootloader)(struct psp_context *psp);115 int (*bootloader_load_kdb)(struct psp_context *psp);124 int (*ring_create)(struct psp_context *psp,126 int (*ring_stop)(struct psp_context *psp,128 int (*ring_destroy)(struct psp_context *psp,130 bool (*smu_reload_quirk)(struct psp_context *psp);131 int (*mode1_reset)(struct psp_context *psp);133 uint32_t (*ring_get_wptr)(struct psp_context *psp);[all …]
Completed in 20 milliseconds