Searched refs:xe_force_wake_domain (Results 1 – 2 of 2) sorted by relevance
34 struct xe_force_wake_domain *domain = &fw->domains[id]; in init_domain()102 static void __domain_ctl(struct xe_gt *gt, struct xe_force_wake_domain *domain, bool wake) in __domain_ctl()110 static int __domain_wait(struct xe_gt *gt, struct xe_force_wake_domain *domain, bool wake) in __domain_wait()135 static void domain_wake(struct xe_gt *gt, struct xe_force_wake_domain *domain) in domain_wake()141 struct xe_force_wake_domain *domain) in domain_wake_wait()146 static void domain_sleep(struct xe_gt *gt, struct xe_force_wake_domain *domain) in domain_sleep()152 struct xe_force_wake_domain *domain) in domain_sleep_wait()182 struct xe_force_wake_domain *domain; in xe_force_wake_get()233 struct xe_force_wake_domain *domain; in xe_force_wake_put()
57 struct xe_force_wake_domain { struct85 struct xe_force_wake_domain domains[XE_FW_DOMAIN_ID_COUNT]; argument