Searched defs:sync_timeline_ops (Results 1 – 1 of 1) sorted by relevance
51 struct sync_timeline_ops { struct52 const char *driver_name;55 struct sync_pt * (*dup)(struct sync_pt *pt);58 int (*has_signaled)(struct sync_pt *pt);61 int (*compare)(struct sync_pt *a, struct sync_pt *b);64 void (*free_pt)(struct sync_pt *sync_pt);67 void (*release_obj)(struct sync_timeline *sync_timeline);70 int (*fill_driver_data)(struct sync_pt *syncpt, void *data, int size);94 const struct sync_timeline_ops *ops; argument