Lines Matching defs:fd
40 __syncobj_create(int fd, uint32_t *handle, uint32_t flags) in __syncobj_create()
62 syncobj_create(int fd, uint32_t flags) in syncobj_create()
71 __syncobj_destroy(int fd, uint32_t handle) in __syncobj_destroy()
89 syncobj_destroy(int fd, uint32_t handle) in syncobj_destroy()
95 __syncobj_handle_to_fd(int fd, struct drm_syncobj_handle *args) in __syncobj_handle_to_fd()
114 syncobj_handle_to_fd(int fd, uint32_t handle, uint32_t flags) in syncobj_handle_to_fd()
125 __syncobj_fd_to_handle(int fd, struct drm_syncobj_handle *args) in __syncobj_fd_to_handle()
144 syncobj_fd_to_handle(int fd, int syncobj_fd, uint32_t flags) in syncobj_fd_to_handle()
163 syncobj_import_sync_file(int fd, uint32_t handle, int sync_file) in syncobj_import_sync_file()
173 __syncobj_wait(int fd, struct local_syncobj_wait *args) in __syncobj_wait()
182 syncobj_wait_err(int fd, uint32_t *handles, uint32_t count, in syncobj_wait_err()
211 syncobj_wait(int fd, uint32_t *handles, uint32_t count, in syncobj_wait()
237 __syncobj_reset(int fd, uint32_t *handles, uint32_t count) in __syncobj_reset()
258 syncobj_reset(int fd, uint32_t *handles, uint32_t count) in syncobj_reset()
264 __syncobj_signal(int fd, uint32_t *handles, uint32_t count) in __syncobj_signal()
285 syncobj_signal(int fd, uint32_t *handles, uint32_t count) in syncobj_signal()