| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_shrinker.c | 195 static void xe_shrinker_runtime_pm_put(struct xe_shrinker *shrinker, bool runtime_pm) in xe_shrinker_runtime_pm_put() argument 197 if (runtime_pm) in xe_shrinker_runtime_pm_put() 214 bool runtime_pm; in xe_shrinker_scan() local 226 runtime_pm = xe_shrinker_runtime_pm_get(shrinker, false, nr_to_scan, can_backup); in xe_shrinker_scan() 240 if (!runtime_pm) in xe_shrinker_scan() 241 runtime_pm = xe_shrinker_runtime_pm_get(shrinker, true, 0, can_backup); in xe_shrinker_scan() 252 xe_shrinker_runtime_pm_put(shrinker, runtime_pm); in xe_shrinker_scan()
|
| /linux/drivers/gpu/drm/i915/pxp/ |
| H A D | intel_pxp_pm.c | 31 with_intel_runtime_pm(&pxp->ctrl_gt->i915->runtime_pm, wakeref) { in intel_pxp_suspend() 54 wakeref = intel_runtime_pm_get(&pxp->ctrl_gt->i915->runtime_pm); in _pxp_resume() 57 intel_runtime_pm_put(&pxp->ctrl_gt->i915->runtime_pm, wakeref); in _pxp_resume()
|
| H A D | intel_pxp_tee.c | 181 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_pxp_tee_component_bind() 190 wakeref = intel_runtime_pm_get_if_in_use(&i915->runtime_pm); in i915_pxp_tee_component_bind() 198 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_pxp_tee_component_bind() 211 with_intel_runtime_pm_if_in_use(&i915->runtime_pm, wakeref) in i915_pxp_tee_component_unbind()
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | index.rst | 30 * runtime_pm
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_vma_resource.c | 114 intel_runtime_pm_put(&vm->i915->runtime_pm, vma_res->wakeref); in __i915_vma_resource_unhold() 242 vma_res->wakeref = intel_runtime_pm_get_if_in_use(&vm->i915->runtime_pm); in i915_vma_resource_unbind()
|
| H A D | i915_ioctl.c | 73 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_reg_read_ioctl()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_gem_evict.c | 406 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in igt_evict_contexts() 532 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_evict_contexts() 554 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_evict_mock_selftests()
|
| /linux/drivers/mfd/ |
| H A D | wm8994-irq.c | 135 .runtime_pm = true,
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-irq.c | 91 if (d->chip->runtime_pm) { in regmap_irq_sync_unlock() 194 if (d->chip->runtime_pm) in regmap_irq_sync_unlock() 460 if (chip->runtime_pm) { in regmap_irq_thread() 524 if (chip->runtime_pm) in regmap_irq_thread()
|
| /linux/drivers/irqchip/ |
| H A D | irq-madera.c | 92 .runtime_pm = true,
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_interrupts.c | 77 .runtime_pm = true, in base_handler()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-devlink | 41 What: /sys/class/devlink/.../runtime_pm
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen6_ppgtt.c | 214 with_intel_runtime_pm(&vm->i915->runtime_pm, wakeref) in gen6_alloc_va_range()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_uc.c | 696 with_intel_runtime_pm(&uc_to_gt(uc)->i915->runtime_pm, wakeref) { in intel_uc_suspend()
|
| H A D | intel_guc_ads.c | 222 with_intel_runtime_pm(>->i915->runtime_pm, wakeref) in intel_guc_global_policies_update()
|
| /linux/sound/soc/codecs/ |
| H A D | cs35l45.c | 1265 .runtime_pm = true,
|
| H A D | wcd937x.c | 235 .runtime_pm = true,
|
| H A D | wcd938x.c | 283 .runtime_pm = true,
|
| H A D | wcd939x.c | 302 .runtime_pm = true,
|
| /linux/include/linux/ |
| H A D | regmap.h | 1719 unsigned int runtime_pm:1; member
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cs35l41_hda.c | 1624 .runtime_pm = true,
|
| /linux/drivers/base/ |
| H A D | core.c | 481 static DEVICE_ATTR_RO(runtime_pm);
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 133 See also Documentation/power/runtime_pm.rst, pci=noacpi
|