Searched defs:file_private (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_syncobj.c247 struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private, argument
435 int drm_syncobj_find_fence(struct drm_file *file_private, argument
595 drm_syncobj_get_handle(struct drm_file *file_private, struct drm_syncobj *syncobj, u32 *handle) argument
620 drm_syncobj_create_as_handle(struct drm_file *file_private, u32 *handle, uint32_t flags) argument
635 drm_syncobj_destroy(struct drm_file *file_private, u32 handle) argument
697 drm_syncobj_handle_to_fd(struct drm_file *file_private, u32 handle, int *p_fd) argument
711 drm_syncobj_fd_to_handle(struct drm_file *file_private, int fd, u32 *handle) argument
746 drm_syncobj_import_sync_file_fence(struct drm_file *file_private, int fd, int handle) argument
767 drm_syncobj_export_sync_file(struct drm_file *file_private, int handle, int *p_fd) argument
807 drm_syncobj_open(struct drm_file *file_private) argument
831 drm_syncobj_release(struct drm_file *file_private) argument
839 drm_syncobj_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
856 drm_syncobj_destroy_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
871 drm_syncobj_handle_to_fd_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
895 drm_syncobj_fd_to_handle_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
919 drm_syncobj_transfer_to_timeline(struct drm_file *file_private, struct drm_syncobj_transfer *args) argument
960 drm_syncobj_transfer_to_binary(struct drm_file *file_private, struct drm_syncobj_transfer *args) argument
982 drm_syncobj_transfer_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1227 drm_syncobj_array_wait(struct drm_device *dev, struct drm_file *file_private, struct drm_syncobj_wait *wait, struct drm_syncobj_timeline_wait *timeline_wait, struct drm_syncobj **syncobjs, bool timeline, ktime_t *deadline) argument
1263 drm_syncobj_array_find(struct drm_file *file_private, void __user *user_handles, uint32_t count_handles, struct drm_syncobj ***syncobjs_out) argument
1321 drm_syncobj_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1364 drm_syncobj_timeline_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1460 drm_syncobj_eventfd_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1502 drm_syncobj_reset_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1535 drm_syncobj_signal_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1571 drm_syncobj_timeline_signal_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1643 drm_syncobj_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
[all...]
H A Ddrm_gem.c922 drm_gem_open(struct drm_device *dev, struct drm_file *file_private) argument
938 drm_gem_release(struct drm_device *dev, struct drm_file *file_private) argument

Completed in 126 milliseconds