Symbol: xe_uc
drivers/gpu/drm/xe/xe_gt_types.h
243
struct xe_uc uc;
drivers/gpu/drm/xe/xe_guc_capture.c
1382
struct xe_uc *uc = container_of(guc, typeof(*uc), guc);
drivers/gpu/drm/xe/xe_huc.c
42
return &container_of(huc, struct xe_uc, huc)->guc;
drivers/gpu/drm/xe/xe_uc.c
119
static int uc_reset(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
133
static void xe_uc_sanitize(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
139
int xe_uc_sanitize_reset(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
146
static int vf_uc_load_hw(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
179
int xe_uc_load_hw(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
23
uc_to_gt(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
233
int xe_uc_reset_prepare(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
242
void xe_uc_stop_prepare(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
248
void xe_uc_stop(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
257
int xe_uc_start(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
266
static void uc_reset_wait(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
278
void xe_uc_suspend_prepare(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
284
int xe_uc_suspend(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
29
uc_to_xe(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
303
void xe_uc_runtime_suspend(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
317
void xe_uc_runtime_resume(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
332
void xe_uc_declare_wedged(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
35
int xe_uc_init_noalloc(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
51
int xe_uc_init(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.c
96
int xe_uc_init_post_hwconfig(struct xe_uc *uc)
drivers/gpu/drm/xe/xe_uc.h
11
int xe_uc_init_noalloc(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
12
int xe_uc_init(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
13
int xe_uc_init_post_hwconfig(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
14
int xe_uc_load_hw(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
15
int xe_uc_reset_prepare(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
16
void xe_uc_runtime_resume(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
17
void xe_uc_runtime_suspend(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
18
void xe_uc_stop_prepare(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
19
void xe_uc_stop(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
20
int xe_uc_start(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
21
void xe_uc_suspend_prepare(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
22
int xe_uc_suspend(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
23
int xe_uc_sanitize_reset(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
24
void xe_uc_declare_wedged(struct xe_uc *uc);
drivers/gpu/drm/xe/xe_uc.h
9
struct xe_uc;
drivers/gpu/drm/xe/xe_uc_debugfs.c
17
void xe_uc_debugfs_register(struct xe_uc *uc, struct dentry *parent)
drivers/gpu/drm/xe/xe_uc_debugfs.h
10
struct xe_uc;
drivers/gpu/drm/xe/xe_uc_debugfs.h
12
void xe_uc_debugfs_register(struct xe_uc *uc, struct dentry *parent);