Lines Matching defs:xe

91 bool xe_rpm_reclaim_safe(const struct xe_device *xe)  in xe_rpm_reclaim_safe()
96 static void xe_rpm_lockmap_acquire(const struct xe_device *xe) in xe_rpm_lockmap_acquire()
103 static void xe_rpm_lockmap_release(const struct xe_device *xe) in xe_rpm_lockmap_release()
116 int xe_pm_suspend(struct xe_device *xe) in xe_pm_suspend()
160 int xe_pm_resume(struct xe_device *xe) in xe_pm_resume()
205 static bool xe_pm_pci_d3cold_capable(struct xe_device *xe) in xe_pm_pci_d3cold_capable()
229 static void xe_pm_runtime_init(struct xe_device *xe) in xe_pm_runtime_init()
252 int xe_pm_init_early(struct xe_device *xe) in xe_pm_init_early()
270 static u32 vram_threshold_value(struct xe_device *xe) in vram_threshold_value()
287 int xe_pm_init(struct xe_device *xe) in xe_pm_init()
318 void xe_pm_runtime_fini(struct xe_device *xe) in xe_pm_runtime_fini()
326 static void xe_pm_write_callback_task(struct xe_device *xe, in xe_pm_write_callback_task()
340 struct task_struct *xe_pm_read_callback_task(struct xe_device *xe) in xe_pm_read_callback_task()
358 bool xe_pm_runtime_suspended(struct xe_device *xe) in xe_pm_runtime_suspended()
369 int xe_pm_runtime_suspend(struct xe_device *xe) in xe_pm_runtime_suspend()
445 int xe_pm_runtime_resume(struct xe_device *xe) in xe_pm_runtime_resume()
506 static void xe_rpm_might_enter_cb(const struct xe_device *xe) in xe_rpm_might_enter_cb()
538 void xe_pm_runtime_get(struct xe_device *xe) in xe_pm_runtime_get()
554 void xe_pm_runtime_put(struct xe_device *xe) in xe_pm_runtime_put()
572 int xe_pm_runtime_get_ioctl(struct xe_device *xe) in xe_pm_runtime_get_ioctl()
589 bool xe_pm_runtime_get_if_active(struct xe_device *xe) in xe_pm_runtime_get_if_active()
601 bool xe_pm_runtime_get_if_in_use(struct xe_device *xe) in xe_pm_runtime_get_if_in_use()
616 static bool xe_pm_suspending_or_resuming(struct xe_device *xe) in xe_pm_suspending_or_resuming()
639 void xe_pm_runtime_get_noresume(struct xe_device *xe) in xe_pm_runtime_get_noresume()
658 bool xe_pm_runtime_resume_and_get(struct xe_device *xe) in xe_pm_runtime_resume_and_get()
674 void xe_pm_assert_unbounded_bridge(struct xe_device *xe) in xe_pm_assert_unbounded_bridge()
695 int xe_pm_set_vram_threshold(struct xe_device *xe, u32 threshold) in xe_pm_set_vram_threshold()
726 void xe_pm_d3cold_allowed_toggle(struct xe_device *xe) in xe_pm_d3cold_allowed_toggle()