Searched refs:xe_uc (Results 1 – 9 of 9) sorted by relevance
9 struct xe_uc;11 int xe_uc_init_noalloc(struct xe_uc *uc);12 int xe_uc_init(struct xe_uc *uc);14 int xe_uc_load_hw(struct xe_uc *uc);15 void xe_uc_gucrc_disable(struct xe_uc *uc);16 int xe_uc_reset_prepare(struct xe_uc *uc);17 void xe_uc_stop_prepare(struct xe_uc *uc);18 void xe_uc_stop(struct xe_uc *uc);19 int xe_uc_start(struct xe_uc *uc);21 int xe_uc_suspend(struct xe_uc *uc);[all …]
24 uc_to_gt(struct xe_uc *uc) in uc_to_gt()30 uc_to_xe(struct xe_uc *uc) in uc_to_xe()36 int xe_uc_init_noalloc(struct xe_uc *uc) in xe_uc_init_noalloc()52 int xe_uc_init(struct xe_uc *uc) in xe_uc_init()120 static int uc_reset(struct xe_uc *uc) in uc_reset()140 int xe_uc_sanitize_reset(struct xe_uc *uc) in xe_uc_sanitize_reset()147 static int vf_uc_load_hw(struct xe_uc *uc) in vf_uc_load_hw()184 int xe_uc_load_hw(struct xe_uc *uc) in xe_uc_load_hw()255 void xe_uc_stop(struct xe_uc *uc) in xe_uc_stop()264 int xe_uc_start(struct xe_uc *uc) in xe_uc_start()[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()
311 struct xe_uc uc;
43 return &container_of(huc, struct xe_uc, huc)->guc; in huc_to_guc()
125 xe_uc.o \
1352 struct xe_uc *uc = container_of(guc, typeof(*uc), guc); in __guc_capture_process_output()
Completed in 19 milliseconds