Home
last modified time | relevance | path

Searched refs:pm_runtime_get_if_active (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Dpm_runtime.h78 pm_runtime_get_if_active(struct device *dev, bool x) in pm_runtime_get_if_active() function
/openbsd/sys/dev/pci/drm/i915/
H A Dintel_runtime_pm.c437 if (pm_runtime_get_if_active(rpm->kdev, ignore_usecount) <= 0) in __intel_runtime_pm_get_if_active()