Lines Matching defs:rdev

56 int radeon_pm_get_type_index(struct radeon_device *rdev,  in radeon_pm_get_type_index()
74 void radeon_pm_acpi_event_handler(struct radeon_device *rdev) in radeon_pm_acpi_event_handler()
97 static void radeon_pm_update_profile(struct radeon_device *rdev) in radeon_pm_update_profile()
149 static void radeon_unmap_vram_bos(struct radeon_device *rdev) in radeon_unmap_vram_bos()
162 static void radeon_sync_with_vblank(struct radeon_device *rdev) in radeon_sync_with_vblank()
172 static void radeon_set_power_state(struct radeon_device *rdev) in radeon_set_power_state()
252 static void radeon_pm_set_clocks(struct radeon_device *rdev) in radeon_pm_set_clocks()
321 static void radeon_pm_print_states(struct radeon_device *rdev) in radeon_pm_print_states()
360 struct radeon_device *rdev = ddev->dev_private; in radeon_get_pm_profile() local
375 struct radeon_device *rdev = ddev->dev_private; in radeon_set_pm_profile() local
414 struct radeon_device *rdev = ddev->dev_private; in radeon_get_pm_method() local
427 struct radeon_device *rdev = ddev->dev_private; in radeon_set_pm_method() local
470 struct radeon_device *rdev = ddev->dev_private; in radeon_get_dpm_state() local
484 struct radeon_device *rdev = ddev->dev_private; in radeon_set_dpm_state() local
514 struct radeon_device *rdev = ddev->dev_private; in radeon_get_dpm_forced_performance_level() local
532 struct radeon_device *rdev = ddev->dev_private; in radeon_set_dpm_forced_performance_level() local
571 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_get_pwm1_enable() local
586 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_set_pwm1_enable() local
627 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_set_pwm1() local
648 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_get_pwm1() local
672 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_show_temp() local
693 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_show_temp_thresh() local
716 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_show_sclk() local
741 struct radeon_device *rdev = dev_get_drvdata(dev); in radeon_hwmon_show_vddc() local
776 struct radeon_device *rdev = dev_get_drvdata(dev); in hwmon_attributes_visible() local
837 static int radeon_hwmon_init(struct radeon_device *rdev) in radeon_hwmon_init()
868 static void radeon_hwmon_fini(struct radeon_device *rdev) in radeon_hwmon_fini()
876 struct radeon_device *rdev = in radeon_dpm_thermal_work_handler() local
907 static bool radeon_dpm_single_display(struct radeon_device *rdev) in radeon_dpm_single_display()
927 static struct radeon_ps *radeon_dpm_pick_power_state(struct radeon_device *rdev, in radeon_dpm_pick_power_state()
1054 static void radeon_dpm_change_power_state_locked(struct radeon_device *rdev) in radeon_dpm_change_power_state_locked()
1184 void radeon_dpm_enable_uvd(struct radeon_device *rdev, bool enable) in radeon_dpm_enable_uvd()
1226 void radeon_dpm_enable_vce(struct radeon_device *rdev, bool enable) in radeon_dpm_enable_vce()
1243 static void radeon_pm_suspend_old(struct radeon_device *rdev) in radeon_pm_suspend_old()
1255 static void radeon_pm_suspend_dpm(struct radeon_device *rdev) in radeon_pm_suspend_dpm()
1266 void radeon_pm_suspend(struct radeon_device *rdev) in radeon_pm_suspend()
1274 static void radeon_pm_resume_old(struct radeon_device *rdev) in radeon_pm_resume_old()
1311 static void radeon_pm_resume_dpm(struct radeon_device *rdev) in radeon_pm_resume_dpm()
1344 void radeon_pm_resume(struct radeon_device *rdev) in radeon_pm_resume()
1352 static int radeon_pm_init_old(struct radeon_device *rdev) in radeon_pm_init_old()
1406 static void radeon_dpm_print_power_states(struct radeon_device *rdev) in radeon_dpm_print_power_states()
1416 static int radeon_pm_init_dpm(struct radeon_device *rdev) in radeon_pm_init_dpm()
1495 int radeon_pm_init(struct radeon_device *rdev) in radeon_pm_init()
1586 int radeon_pm_late_init(struct radeon_device *rdev) in radeon_pm_late_init()
1639 static void radeon_pm_fini_old(struct radeon_device *rdev) in radeon_pm_fini_old()
1665 static void radeon_pm_fini_dpm(struct radeon_device *rdev) in radeon_pm_fini_dpm()
1684 void radeon_pm_fini(struct radeon_device *rdev) in radeon_pm_fini()
1692 static void radeon_pm_compute_clocks_old(struct radeon_device *rdev) in radeon_pm_compute_clocks_old()
1765 static void radeon_pm_compute_clocks_dpm(struct radeon_device *rdev) in radeon_pm_compute_clocks_dpm()
1810 void radeon_pm_compute_clocks(struct radeon_device *rdev) in radeon_pm_compute_clocks()
1818 static bool radeon_pm_in_vbl(struct radeon_device *rdev) in radeon_pm_in_vbl()
1842 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish) in radeon_pm_debug_check_in_vbl()
1855 struct radeon_device *rdev; in radeon_dynpm_idle_work_handler() local
1919 struct radeon_device *rdev = m->private; in radeon_debugfs_pm_info_show() local
1954 static void radeon_debugfs_pm_init(struct radeon_device *rdev) in radeon_debugfs_pm_init()