Lines Matching refs:kdev
2538 struct device *kdev = &dev_priv->drm.pdev->dev; in intel_power_domains_fini()
2562 pm_runtime_put(kdev); in intel_power_domains_fini()
3141 struct device *kdev = &pdev->dev; in intel_runtime_pm_get() local
3144 ret = pm_runtime_get_sync(kdev); in intel_runtime_pm_get()
3165 struct device *kdev = &pdev->dev; in intel_runtime_pm_get_if_in_use() local
3168 int ret = pm_runtime_get_if_in_use(kdev); in intel_runtime_pm_get_if_in_use()
3210 struct device *kdev = &pdev->dev; in intel_runtime_pm_get_noresume()
3215 pm_runtime_get_noresume(kdev); in intel_runtime_pm_get_noresume()
3232 struct device *kdev = &pdev->dev; in intel_runtime_pm_put() local
3237 pm_runtime_mark_last_busy(kdev); in intel_runtime_pm_put()
3238 pm_runtime_put_autosuspend(kdev); in intel_runtime_pm_put()
3255 struct device *kdev = &pdev->dev; in intel_runtime_pm_enable()
3257 pm_runtime_set_autosuspend_delay(kdev, 10000); /* 10s */ in intel_runtime_pm_enable()
3258 pm_runtime_mark_last_busy(kdev); in intel_runtime_pm_enable()
3269 pm_runtime_dont_use_autosuspend(kdev); in intel_runtime_pm_enable()
3270 ret = pm_runtime_get_sync(kdev); in intel_runtime_pm_enable()
3273 pm_runtime_use_autosuspend(kdev); in intel_runtime_pm_enable()
3281 pm_runtime_put_autosuspend(kdev); in intel_runtime_pm_enable()