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

/openbsd-current/sys/dev/pci/drm/
H A Ddrm_syncobj.c246 struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private, argument
436 int drm_syncobj_find_fence(struct drm_file *file_private, argument
597 drm_syncobj_get_handle(struct drm_file *file_private, struct drm_syncobj *syncobj, u32 *handle) argument
622 drm_syncobj_create_as_handle(struct drm_file *file_private, u32 *handle, uint32_t flags) argument
637 drm_syncobj_destroy(struct drm_file *file_private, u32 handle) argument
705 drm_syncobj_handle_to_fd(struct drm_file *file_private, u32 handle, int *p_fd) argument
719 drm_syncobj_fd_to_handle(struct drm_file *file_private, int fd, u32 *handle) argument
758 drm_syncobj_import_sync_file_fence(struct drm_file *file_private, int fd, int handle) argument
779 drm_syncobj_export_sync_file(struct drm_file *file_private, int handle, int *p_fd) argument
819 drm_syncobj_open(struct drm_file *file_private) argument
843 drm_syncobj_release(struct drm_file *file_private) argument
851 drm_syncobj_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
868 drm_syncobj_destroy_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
883 drm_syncobj_handle_to_fd_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
907 drm_syncobj_fd_to_handle_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
976 drm_syncobj_transfer_to_timeline(struct drm_file *file_private, struct drm_syncobj_transfer *args) argument
1014 drm_syncobj_transfer_to_binary(struct drm_file *file_private, struct drm_syncobj_transfer *args) argument
1036 drm_syncobj_transfer_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1273 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) argument
1306 drm_syncobj_array_find(struct drm_file *file_private, void __user *user_handles, uint32_t count_handles, struct drm_syncobj ***syncobjs_out) argument
1364 drm_syncobj_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1397 drm_syncobj_timeline_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1483 drm_syncobj_eventfd_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1528 drm_syncobj_reset_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1561 drm_syncobj_signal_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1597 drm_syncobj_timeline_signal_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1669 drm_syncobj_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
[all...]
H A Ddrm_gem.c1115 drm_gem_open(struct drm_device *dev, struct drm_file *file_private) argument
1131 drm_gem_release(struct drm_device *dev, struct drm_file *file_private) argument

Completed in 76 milliseconds