Searched refs:get_num_of_pp_table_entries (Results 1 – 6 of 6) sorted by relevance
37 if (hwmgr->hwmgr_func->get_num_of_pp_table_entries == NULL) in psm_init_power_state_table()43 hwmgr->num_ps = table_entries = hwmgr->hwmgr_func->get_num_of_pp_table_entries(hwmgr); in psm_init_power_state_table()
1623 .get_num_of_pp_table_entries = smu10_dpm_get_num_of_pp_table_entries,
2032 .get_num_of_pp_table_entries = smu8_dpm_get_num_of_pp_table_entries,
5677 .get_num_of_pp_table_entries =
5688 .get_num_of_pp_table_entries = smu7_get_number_of_powerplay_table_entries,
260 int (*get_num_of_pp_table_entries)(struct pp_hwmgr *hwmgr); member