Lines Matching defs:rdev

51 int radeon_pm_get_type_index(struct radeon_device *rdev,  in radeon_pm_get_type_index()
69 void radeon_pm_acpi_event_handler(struct radeon_device *rdev) in radeon_pm_acpi_event_handler()
92 static void radeon_pm_update_profile(struct radeon_device *rdev) in radeon_pm_update_profile()
144 static void radeon_unmap_vram_bos(struct radeon_device *rdev) in radeon_unmap_vram_bos()
157 static void radeon_sync_with_vblank(struct radeon_device *rdev) in radeon_sync_with_vblank()
167 static void radeon_set_power_state(struct radeon_device *rdev) in radeon_set_power_state()
247 static void radeon_pm_set_clocks(struct radeon_device *rdev) in radeon_pm_set_clocks()
310 static void radeon_pm_print_states(struct radeon_device *rdev) in radeon_pm_print_states()
349 struct radeon_device *rdev = ddev->dev_private; in radeon_get_pm_profile() local
365 struct radeon_device *rdev = ddev->dev_private; in radeon_set_pm_profile() local
404 struct radeon_device *rdev = ddev->dev_private; in radeon_get_pm_method() local
418 struct radeon_device *rdev = ddev->dev_private; in radeon_set_pm_method() local
461 struct radeon_device *rdev = ddev->dev_private; in radeon_get_dpm_state() local
475 struct radeon_device *rdev = ddev->dev_private; in radeon_set_dpm_state() local
505 struct radeon_device *rdev = ddev->dev_private; in radeon_get_dpm_forced_performance_level() local
523 struct radeon_device *rdev = ddev->dev_private; in radeon_set_dpm_forced_performance_level() local
562 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_get_pwm1_enable() local
577 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_set_pwm1_enable() local
618 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_set_pwm1() local
639 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_get_pwm1() local
663 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_show_temp() local
684 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_show_temp_thresh() local
720 struct radeon_device *rdev = dev_get_drvdata(dev); in hwmon_attributes_visible() local
774 static int radeon_hwmon_init(struct radeon_device *rdev) in radeon_hwmon_init()
805 static void radeon_hwmon_fini(struct radeon_device *rdev) in radeon_hwmon_fini()
813 struct radeon_device *rdev = in radeon_dpm_thermal_work_handler() local
844 static bool radeon_dpm_single_display(struct radeon_device *rdev) in radeon_dpm_single_display()
864 static struct radeon_ps *radeon_dpm_pick_power_state(struct radeon_device *rdev, in radeon_dpm_pick_power_state()
991 static void radeon_dpm_change_power_state_locked(struct radeon_device *rdev) in radeon_dpm_change_power_state_locked()
1123 void radeon_dpm_enable_uvd(struct radeon_device *rdev, bool enable) in radeon_dpm_enable_uvd()
1165 void radeon_dpm_enable_vce(struct radeon_device *rdev, bool enable) in radeon_dpm_enable_vce()
1182 static void radeon_pm_suspend_old(struct radeon_device *rdev) in radeon_pm_suspend_old()
1194 static void radeon_pm_suspend_dpm(struct radeon_device *rdev) in radeon_pm_suspend_dpm()
1205 void radeon_pm_suspend(struct radeon_device *rdev) in radeon_pm_suspend()
1213 static void radeon_pm_resume_old(struct radeon_device *rdev) in radeon_pm_resume_old()
1250 static void radeon_pm_resume_dpm(struct radeon_device *rdev) in radeon_pm_resume_dpm()
1283 void radeon_pm_resume(struct radeon_device *rdev) in radeon_pm_resume()
1291 static int radeon_pm_init_old(struct radeon_device *rdev) in radeon_pm_init_old()
1348 static void radeon_dpm_print_power_states(struct radeon_device *rdev) in radeon_dpm_print_power_states()
1358 static int radeon_pm_init_dpm(struct radeon_device *rdev) in radeon_pm_init_dpm()
1439 int radeon_pm_init(struct radeon_device *rdev) in radeon_pm_init()
1530 int radeon_pm_late_init(struct radeon_device *rdev) in radeon_pm_late_init()
1584 static void radeon_pm_fini_old(struct radeon_device *rdev) in radeon_pm_fini_old()
1610 static void radeon_pm_fini_dpm(struct radeon_device *rdev) in radeon_pm_fini_dpm()
1629 void radeon_pm_fini(struct radeon_device *rdev) in radeon_pm_fini()
1637 static void radeon_pm_compute_clocks_old(struct radeon_device *rdev) in radeon_pm_compute_clocks_old()
1710 static void radeon_pm_compute_clocks_dpm(struct radeon_device *rdev) in radeon_pm_compute_clocks_dpm()
1747 void radeon_pm_compute_clocks(struct radeon_device *rdev) in radeon_pm_compute_clocks()
1755 static bool radeon_pm_in_vbl(struct radeon_device *rdev) in radeon_pm_in_vbl()
1775 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish) in radeon_pm_debug_check_in_vbl()
1788 struct radeon_device *rdev; in radeon_dynpm_idle_work_handler() local
1856 struct radeon_device *rdev = dev->dev_private; in radeon_debugfs_pm_info() local
1893 static int radeon_debugfs_pm_init(struct radeon_device *rdev) in radeon_debugfs_pm_init()