Home
last modified time | relevance | path

Searched refs:xe_pm_runtime_suspend (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pm.h22 int xe_pm_runtime_suspend(struct xe_device *xe);
H A Dxe_pm.c379 int xe_pm_runtime_suspend(struct xe_device *xe) in xe_pm_runtime_suspend() function
H A Dxe_trace.h420 DEFINE_EVENT(xe_pm_runtime, xe_pm_runtime_suspend,
H A Dxe_pci.c962 err = xe_pm_runtime_suspend(xe); in xe_pci_runtime_suspend()