Home
last modified time | relevance | path

Searched refs:intel_pxp_runtime_suspend (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/pxp/
Dintel_pxp_pm.h15 void intel_pxp_runtime_suspend(struct intel_pxp *pxp);
29 static inline void intel_pxp_runtime_suspend(struct intel_pxp *pxp) in intel_pxp_runtime_suspend() function
Dintel_pxp_pm.c51 void intel_pxp_runtime_suspend(struct intel_pxp *pxp) in intel_pxp_runtime_suspend() function
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.c368 intel_pxp_runtime_suspend(&gt->pxp); in intel_gt_runtime_suspend()