Lines Matching refs:kdev
2907 struct device *kdev = &dev_priv->drm.pdev->dev; in intel_power_domains_fini() local
2929 pm_runtime_put(kdev); in intel_power_domains_fini()
3694 struct device *kdev = &pdev->dev; in intel_runtime_pm_get() local
3697 ret = pm_runtime_get_sync(kdev); in intel_runtime_pm_get()
3721 struct device *kdev = &pdev->dev; in intel_runtime_pm_get_if_in_use() local
3729 if (pm_runtime_get_if_in_use(kdev) <= 0) in intel_runtime_pm_get_if_in_use()
3759 struct device *kdev = &pdev->dev; in intel_runtime_pm_get_noresume() local
3762 pm_runtime_get_noresume(kdev); in intel_runtime_pm_get_noresume()
3778 struct device *kdev = &pdev->dev; in intel_runtime_pm_put() local
3783 pm_runtime_mark_last_busy(kdev); in intel_runtime_pm_put()
3784 pm_runtime_put_autosuspend(kdev); in intel_runtime_pm_put()
3800 struct device *kdev = &pdev->dev; in intel_runtime_pm_enable() local
3802 pm_runtime_set_autosuspend_delay(kdev, 10000); /* 10s */ in intel_runtime_pm_enable()
3803 pm_runtime_mark_last_busy(kdev); in intel_runtime_pm_enable()
3814 pm_runtime_dont_use_autosuspend(kdev); in intel_runtime_pm_enable()
3815 ret = pm_runtime_get_sync(kdev); in intel_runtime_pm_enable()
3818 pm_runtime_use_autosuspend(kdev); in intel_runtime_pm_enable()
3826 pm_runtime_put_autosuspend(kdev); in intel_runtime_pm_enable()