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

/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_syncobj.c183 struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private, argument
339 int drm_syncobj_find_fence(struct drm_file *file_private, argument
512 drm_syncobj_get_handle(struct drm_file *file_private, struct drm_syncobj *syncobj, u32 *handle) argument
537 drm_syncobj_create_as_handle(struct drm_file *file_private, u32 *handle, uint32_t flags) argument
552 drm_syncobj_destroy(struct drm_file *file_private, u32 handle) argument
650 drm_syncobj_handle_to_fd(struct drm_file *file_private, u32 handle, int *p_fd) argument
664 drm_syncobj_fd_to_handle(struct drm_file *file_private, int fd, u32 *handle) argument
708 drm_syncobj_import_sync_file_fence(struct drm_file *file_private, int fd, int handle) argument
729 drm_syncobj_export_sync_file(struct drm_file *file_private, int handle, int *p_fd) argument
814 drm_syncobj_open(struct drm_file *file_private) argument
838 drm_syncobj_release(struct drm_file *file_private) argument
847 drm_syncobj_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
864 drm_syncobj_destroy_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
879 drm_syncobj_handle_to_fd_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
903 drm_syncobj_fd_to_handle_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
927 drm_syncobj_transfer_to_timeline(struct drm_file *file_private, struct drm_syncobj_transfer *args) argument
959 drm_syncobj_transfer_to_binary(struct drm_file *file_private, struct drm_syncobj_transfer *args) argument
981 drm_syncobj_transfer_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1272 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
1305 drm_syncobj_array_find(struct drm_file *file_private, void __user *user_handles, uint32_t count_handles, struct drm_syncobj ***syncobjs_out) argument
1362 drm_syncobj_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1395 drm_syncobj_timeline_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1430 drm_syncobj_reset_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1463 drm_syncobj_signal_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1496 drm_syncobj_timeline_signal_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
1568 drm_syncobj_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file_private) argument
[all...]
H A Ddrm_gem.c1026 drm_gem_open(struct drm_device *dev, struct drm_file *file_private) argument
1042 drm_gem_release(struct drm_device *dev, struct drm_file *file_private) argument
[all...]
/netbsd-current/external/bsd/file/dist/src/
H A Dfile.h110 #define file_private static macro

Completed in 127 milliseconds