Symbol: xe_file
drivers/gpu/drm/xe/xe_bo.c
3157
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_device.c
124
struct xe_file *xef = container_of(ref, struct xe_file, refcount);
drivers/gpu/drm/xe/xe_device.c
145
struct xe_file *xe_file_get(struct xe_file *xef)
drivers/gpu/drm/xe/xe_device.c
157
void xe_file_put(struct xe_file *xef)
drivers/gpu/drm/xe/xe_device.c
165
struct xe_file *xef = file->driver_priv;
drivers/gpu/drm/xe/xe_device.c
85
struct xe_file *xef;
drivers/gpu/drm/xe/xe_device.h
200
struct xe_file *xe_file_get(struct xe_file *xef);
drivers/gpu/drm/xe/xe_device.h
201
void xe_file_put(struct xe_file *xef);
drivers/gpu/drm/xe/xe_device.h
53
static inline struct xe_file *to_xe_file(const struct drm_file *file)
drivers/gpu/drm/xe/xe_drm_client.c
194
struct xe_file *xef = file->driver_priv;
drivers/gpu/drm/xe/xe_drm_client.c
318
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
1090
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_exec_queue.c
1259
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_exec_queue.c
1411
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_exec_queue.c
543
struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id)
drivers/gpu/drm/xe/xe_exec_queue.c
866
struct xe_file *xef = to_xe_file(file);
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
79
struct xe_file *xef;
drivers/gpu/drm/xe/xe_oa.c
2021
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_oa.c
86
struct xe_file *xef;
drivers/gpu/drm/xe/xe_oa_types.h
252
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
1477
struct xe_vm *xe_vm_create(struct xe_device *xe, u32 flags, struct xe_file *xef)
drivers/gpu/drm/xe/xe_vm.c
1881
struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id)
drivers/gpu/drm/xe/xe_vm.c
1928
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.c
1996
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.c
2065
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.c
3614
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm.h
24
struct xe_file;
drivers/gpu/drm/xe/xe_vm.h
29
struct xe_vm *xe_vm_create(struct xe_device *xe, u32 flags, struct xe_file *xef);
drivers/gpu/drm/xe/xe_vm.h
31
struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id);
drivers/gpu/drm/xe/xe_vm_madvise.c
409
struct xe_file *xef = to_xe_file(file);
drivers/gpu/drm/xe/xe_vm_types.h
350
struct xe_file *xef;
drivers/gpu/drm/xe/xe_wait_user_fence.c
104
struct xe_file *xef = to_xe_file(file);