Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c790 const ATOM_Tonga_GPIO_Table *gpio_table = in init_clock_voltage_dependency() local
798 pp_table_information->gpio_table = NULL; in init_clock_voltage_dependency()
843 if (!result && gpio_table) in init_clock_voltage_dependency()
844 result = get_gpio_table(hwmgr, &pp_table_information->gpio_table, in init_clock_voltage_dependency()
845 gpio_table); in init_clock_voltage_dependency()
1149 kfree(pp_table_information->gpio_table); in pp_tables_v1_0_uninitialize()
1150 pp_table_information->gpio_table = NULL; in pp_tables_v1_0_uninitialize()
/dflybsd-src/sys/dev/drm/amd/powerplay/smumgr/
H A Dvegam_smumgr.c1936 struct phm_ppt_v1_gpio_table *gpio_table = in vegam_init_smc_table() local
1937 (struct phm_ppt_v1_gpio_table *)table_info->gpio_table; in vegam_init_smc_table()
2060 if (gpio_table) in vegam_init_smc_table()
2062 table_info->gpio_table->vrhot_triggered_sclk_dpm_index; in vegam_init_smc_table()
/dflybsd-src/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h516 struct phm_ppt_v1_gpio_table *gpio_table; member