Searched refs:get_current_vddc (Results 1 – 3 of 3) sorted by relevance
751 if (rdev->asic->dpm.get_current_vddc) in radeon_hwmon_show_vddc()752 vddc = rdev->asic->dpm.get_current_vddc(rdev); in radeon_hwmon_show_vddc()794 !rdev->asic->dpm.get_current_vddc) in hwmon_attributes_visible()
1515 .get_current_vddc = &sumo_dpm_get_current_vddc,
1983 u16 (*get_current_vddc)(struct radeon_device *rdev); member