Searched refs:pptable_func (Results 1 – 8 of 8) sorted by relevance
236 if (!hwmgr->pptable_func || in hwmgr_hw_init()237 !hwmgr->pptable_func->pptable_init || in hwmgr_hw_init()244 ret = hwmgr->pptable_func->pptable_init(hwmgr); in hwmgr_hw_init()283 if (hwmgr->pptable_func->pptable_fini) in hwmgr_hw_init()284 hwmgr->pptable_func->pptable_fini(hwmgr); in hwmgr_hw_init()302 if (hwmgr->pptable_func->pptable_fini) in hwmgr_hw_fini()303 hwmgr->pptable_func->pptable_fini(hwmgr); in hwmgr_hw_fini()
1381 hwmgr->pptable_func = &pptable_funcs; in smu10_init_function_pointers()
2007 hwmgr->pptable_func = &pptable_funcs; in smu8_init_function_pointers()
5198 hwmgr->pptable_func = &pptable_funcs; in smu7_init_function_pointers()5200 hwmgr->pptable_func = &pptable_v1_0_funcs; in smu7_init_function_pointers()
2733 hwmgr->pptable_func = &vega12_pptable_funcs; in vega12_hwmgr_init()
4275 hwmgr->pptable_func = &vega20_pptable_funcs; in vega20_hwmgr_init()
5469 hwmgr->pptable_func = &vega10_pptable_funcs; in vega10_hwmgr_init()
775 const struct pp_table_func *pptable_func; member