Symbol: xe_file
drivers/gpu/drm/xe/xe_bo.c
3353
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_device.c
127
struct xe_file *xef = container_of(ref, struct xe_file, refcount);
drivers/gpu/drm/xe/xe_device.c
148
struct xe_file *xe_file_get(struct xe_file *xef)
drivers/gpu/drm/xe/xe_device.c
160
void xe_file_put(struct xe_file *xef)
drivers/gpu/drm/xe/xe_device.c
168
struct xe_file *xef = file->driver_priv;
drivers/gpu/drm/xe/xe_device.c
88
struct xe_file *xef;
drivers/gpu/drm/xe/xe_device.h
205
struct xe_file *xe_file_get(struct xe_file *xef);
drivers/gpu/drm/xe/xe_device.h
206
void xe_file_put(struct xe_file *xef);
drivers/gpu/drm/xe/xe_device.h
55
static inline struct xe_file *to_xe_file(const struct drm_file *file)
drivers/gpu/drm/xe/xe_drm_client.c
204
struct xe_file *xef = file->driver_priv;
drivers/gpu/drm/xe/xe_drm_client.c
328
struct xe_file *xef = file->driver_priv;
drivers/gpu/drm/xe/xe_exec.c
114
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_exec_queue.c
1026
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_exec_queue.c
1263
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_exec_queue.c
1453
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_exec_queue.c
1600
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_exec_queue.c
675
struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id)
drivers/gpu/drm/xe/xe_exec_queue.h
15
struct xe_file;
drivers/gpu/drm/xe/xe_exec_queue.h
47
struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id);
drivers/gpu/drm/xe/xe_exec_queue_types.h
81
struct xe_file *xef;
drivers/gpu/drm/xe/xe_oa.c
2031
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_oa.c
89
struct xe_file *xef;
drivers/gpu/drm/xe/xe_oa_types.h
254
struct xe_file *xef;
drivers/gpu/drm/xe/xe_sync.c
113
int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef,
drivers/gpu/drm/xe/xe_sync.h
14
struct xe_file;
drivers/gpu/drm/xe/xe_sync.h
22
int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef,
drivers/gpu/drm/xe/xe_vm.c
1605
struct xe_vm *xe_vm_create(struct xe_device *xe, u32 flags, struct xe_file *xef)
drivers/gpu/drm/xe/xe_vm.c
2022
struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id)
drivers/gpu/drm/xe/xe_vm.c
2070
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.c
2144
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.c
2213
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.c
3871
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.c
4202
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.h
30
struct xe_file;
drivers/gpu/drm/xe/xe_vm.h
36
struct xe_vm *xe_vm_create(struct xe_device *xe, u32 flags, struct xe_file *xef);
drivers/gpu/drm/xe/xe_vm.h
38
struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id);
drivers/gpu/drm/xe/xe_vm_madvise.c
584
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm_types.h
408
struct xe_file *xef;
drivers/gpu/drm/xe/xe_wait_user_fence.c
104
struct xe_file *xef = to_xe_file(file);