Searched refs:xe_uc (Results 1 – 8 of 8) sorted by relevance
9 struct xe_uc;11 int xe_uc_init(struct xe_uc *uc);12 int xe_uc_init_hwconfig(struct xe_uc *uc);14 int xe_uc_init_hw(struct xe_uc *uc);15 int xe_uc_fini_hw(struct xe_uc *uc);17 int xe_uc_reset_prepare(struct xe_uc *uc);18 void xe_uc_stop_prepare(struct xe_uc *uc);19 void xe_uc_stop(struct xe_uc *uc);20 int xe_uc_start(struct xe_uc *uc);21 int xe_uc_suspend(struct xe_uc *uc);[all …]
23 uc_to_gt(struct xe_uc *uc) in uc_to_gt()29 uc_to_xe(struct xe_uc *uc) in uc_to_xe()35 int xe_uc_init(struct xe_uc *uc) in xe_uc_init()101 static int uc_reset(struct xe_uc *uc) in uc_reset()134 int xe_uc_init_hwconfig(struct xe_uc *uc) in xe_uc_init_hwconfig()178 int xe_uc_init_hw(struct xe_uc *uc) in xe_uc_init_hw()223 int xe_uc_fini_hw(struct xe_uc *uc) in xe_uc_fini_hw()248 void xe_uc_stop(struct xe_uc *uc) in xe_uc_stop()257 int xe_uc_start(struct xe_uc *uc) in xe_uc_start()278 int xe_uc_suspend(struct xe_uc *uc) in xe_uc_suspend()[all …]
10 struct xe_uc;12 void xe_uc_debugfs_register(struct xe_uc *uc, struct dentry *parent);
17 struct xe_uc { struct
17 void xe_uc_debugfs_register(struct xe_uc *uc, struct dentry *parent) in xe_uc_debugfs_register()
307 struct xe_uc uc;
43 return &container_of(huc, struct xe_uc, huc)->guc; in huc_to_guc()
107 xe_uc.o \
Completed in 14 milliseconds