[go: nahoru, domu]

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

/drivers/staging/android/
H A Dsw_sync.c36 struct sync_pt *sw_sync_pt_create(struct sw_sync_timeline *obj, u32 value)
45 return (struct sync_pt *)pt;
49 static struct sync_pt *sw_sync_pt_dup(struct sync_pt *sync_pt) argument
51 struct sw_sync_pt *pt = (struct sw_sync_pt *)sync_pt;
53 (struct sw_sync_timeline *)sync_pt_parent(sync_pt);
55 return (struct sync_pt *)sw_sync_pt_create(obj, pt->value);
58 static int sw_sync_pt_has_signaled(struct sync_pt *sync_pt) argument
75 sw_sync_fill_driver_data(struct sync_pt *sync_pt, void *data, int size) argument
96 sw_sync_pt_value_str(struct sync_pt *sync_pt, char *str, int size) argument
[all...]
H A Dsync.h27 struct sync_pt;
33 * @dup: duplicate a sync_pt
42 * @free_pt: called before sync_pt is freed
49 * @pt_value_str: fill str with the value of the sync_pt
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_p
123 struct sync_pt { struct
138 struct fence *sync_pt; member in struct:sync_fence_cb
[all...]

Completed in 55 milliseconds