Lines Matching defs:xe

46 static inline void xe_display_driver_remove(struct xe_device *xe) {}  in xe_display_driver_remove()
48 static inline int xe_display_create(struct xe_device *xe) { return 0; } in xe_display_create()
50 static inline void xe_display_probe(struct xe_device *xe) { } in xe_display_probe()
52 static inline int xe_display_init_nommio(struct xe_device *xe) { return 0; } in xe_display_init_nommio()
53 static inline int xe_display_init_noirq(struct xe_device *xe) { return 0; } in xe_display_init_noirq()
54 static inline int xe_display_init_noaccel(struct xe_device *xe) { return 0; } in xe_display_init_noaccel()
55 static inline int xe_display_init(struct xe_device *xe) { return 0; } in xe_display_init()
56 static inline void xe_display_fini(struct xe_device *xe) {} in xe_display_fini()
58 static inline void xe_display_register(struct xe_device *xe) {} in xe_display_register()
59 static inline void xe_display_unregister(struct xe_device *xe) {} in xe_display_unregister()
61 static inline void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) {} in xe_display_irq_handler()
62 static inline void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir) {} in xe_display_irq_enable()
63 static inline void xe_display_irq_reset(struct xe_device *xe) {} in xe_display_irq_reset()
64 static inline void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) {} in xe_display_irq_postinstall()
66 static inline void xe_display_pm_suspend(struct xe_device *xe) {} in xe_display_pm_suspend()
67 static inline void xe_display_pm_suspend_late(struct xe_device *xe) {} in xe_display_pm_suspend_late()
68 static inline void xe_display_pm_resume_early(struct xe_device *xe) {} in xe_display_pm_resume_early()
69 static inline void xe_display_pm_resume(struct xe_device *xe) {} in xe_display_pm_resume()