Searched defs:drm_syncobj_wait (Results 1 – 7 of 7) sorted by relevance
734 struct drm_syncobj_wait { struct735 __u64 handles;737 __s64 timeout_nsec;738 __u32 count_handles;739 __u32 flags;740 __u32 first_signaled; /* only valid when not waiting all */741 __u32 pad;
890 struct drm_syncobj_wait { struct891 __u64 handles;893 __s64 timeout_nsec;894 __u32 count_handles;895 __u32 flags;896 __u32 first_signaled; /* only valid when not waiting all */897 __u32 pad;
884 struct drm_syncobj_wait { struct885 __u64 handles;887 __s64 timeout_nsec;888 __u32 count_handles;889 __u32 flags;890 __u32 first_signaled; /* only valid when not waiting all */891 __u32 pad;
746 struct drm_syncobj_wait { struct747 __u64 handles;749 __s64 timeout_nsec;750 __u32 count_handles;751 __u32 flags;752 __u32 first_signaled; /* only valid when not waiting all */753 __u32 pad;
788 drm_syncobj_wait(struct tu_device *device, in drm_syncobj_wait() function
72921 struct drm_syncobj_wait { struct72922 __u64 handles;72923 __s64 timeout_nsec;72924 __u32 count_handles;72925 __u32 flags;72926 __u32 first_signaled;72927 __u32 pad;