Lines Matching defs:xe

92 bool xe_rpm_reclaim_safe(const struct xe_device *xe)  in xe_rpm_reclaim_safe()
97 static void xe_rpm_lockmap_acquire(const struct xe_device *xe) in xe_rpm_lockmap_acquire()
104 static void xe_rpm_lockmap_release(const struct xe_device *xe) in xe_rpm_lockmap_release()
117 int xe_pm_suspend(struct xe_device *xe) in xe_pm_suspend()
168 int xe_pm_resume(struct xe_device *xe) in xe_pm_resume()
215 static bool xe_pm_pci_d3cold_capable(struct xe_device *xe) in xe_pm_pci_d3cold_capable()
239 static void xe_pm_runtime_init(struct xe_device *xe) in xe_pm_runtime_init()
262 int xe_pm_init_early(struct xe_device *xe) in xe_pm_init_early()
280 static u32 vram_threshold_value(struct xe_device *xe) in vram_threshold_value()
297 int xe_pm_init(struct xe_device *xe) in xe_pm_init()
328 void xe_pm_runtime_fini(struct xe_device *xe) in xe_pm_runtime_fini()
336 static void xe_pm_write_callback_task(struct xe_device *xe, in xe_pm_write_callback_task()
350 struct task_struct *xe_pm_read_callback_task(struct xe_device *xe) in xe_pm_read_callback_task()
368 bool xe_pm_runtime_suspended(struct xe_device *xe) in xe_pm_runtime_suspended()
379 int xe_pm_runtime_suspend(struct xe_device *xe) in xe_pm_runtime_suspend()
464 int xe_pm_runtime_resume(struct xe_device *xe) in xe_pm_runtime_resume()
527 static void xe_rpm_might_enter_cb(const struct xe_device *xe) in xe_rpm_might_enter_cb()
559 void xe_pm_runtime_get(struct xe_device *xe) in xe_pm_runtime_get()
575 void xe_pm_runtime_put(struct xe_device *xe) in xe_pm_runtime_put()
593 int xe_pm_runtime_get_ioctl(struct xe_device *xe) in xe_pm_runtime_get_ioctl()
610 bool xe_pm_runtime_get_if_active(struct xe_device *xe) in xe_pm_runtime_get_if_active()
622 bool xe_pm_runtime_get_if_in_use(struct xe_device *xe) in xe_pm_runtime_get_if_in_use()
637 static bool xe_pm_suspending_or_resuming(struct xe_device *xe) in xe_pm_suspending_or_resuming()
660 void xe_pm_runtime_get_noresume(struct xe_device *xe) in xe_pm_runtime_get_noresume()
679 bool xe_pm_runtime_resume_and_get(struct xe_device *xe) in xe_pm_runtime_resume_and_get()
695 void xe_pm_assert_unbounded_bridge(struct xe_device *xe) in xe_pm_assert_unbounded_bridge()
716 int xe_pm_set_vram_threshold(struct xe_device *xe, u32 threshold) in xe_pm_set_vram_threshold()
747 void xe_pm_d3cold_allowed_toggle(struct xe_device *xe) in xe_pm_d3cold_allowed_toggle()