sync_timeline      78 drivers/dma-buf/sw_sync.c static struct sync_timeline *sync_timeline_create(const char *name)
sync_timeline      80 drivers/dma-buf/sw_sync.c 	struct sync_timeline *obj;
sync_timeline     101 drivers/dma-buf/sw_sync.c 	struct sync_timeline *obj =
sync_timeline     102 drivers/dma-buf/sw_sync.c 		container_of(kref, struct sync_timeline, kref);
sync_timeline     109 drivers/dma-buf/sw_sync.c static void sync_timeline_get(struct sync_timeline *obj)
sync_timeline     114 drivers/dma-buf/sw_sync.c static void sync_timeline_put(struct sync_timeline *obj)
sync_timeline     126 drivers/dma-buf/sw_sync.c 	struct sync_timeline *parent = dma_fence_parent(fence);
sync_timeline     134 drivers/dma-buf/sw_sync.c 	struct sync_timeline *parent = dma_fence_parent(fence);
sync_timeline     150 drivers/dma-buf/sw_sync.c 	struct sync_timeline *parent = dma_fence_parent(fence);
sync_timeline     169 drivers/dma-buf/sw_sync.c 	struct sync_timeline *parent = dma_fence_parent(fence);
sync_timeline     192 drivers/dma-buf/sw_sync.c static void sync_timeline_signal(struct sync_timeline *obj, unsigned int inc)
sync_timeline     233 drivers/dma-buf/sw_sync.c static struct sync_pt *sync_pt_create(struct sync_timeline *obj,
sync_timeline     295 drivers/dma-buf/sw_sync.c 	struct sync_timeline *obj;
sync_timeline     311 drivers/dma-buf/sw_sync.c 	struct sync_timeline *obj = file->private_data;
sync_timeline     327 drivers/dma-buf/sw_sync.c static long sw_sync_ioctl_create_fence(struct sync_timeline *obj,
sync_timeline     373 drivers/dma-buf/sw_sync.c static long sw_sync_ioctl_inc(struct sync_timeline *obj, unsigned long arg)
sync_timeline     393 drivers/dma-buf/sw_sync.c 	struct sync_timeline *obj = file->private_data;
sync_timeline      18 drivers/dma-buf/sync_debug.c void sync_timeline_debug_add(struct sync_timeline *obj)
sync_timeline      27 drivers/dma-buf/sync_debug.c void sync_timeline_debug_remove(struct sync_timeline *obj)
sync_timeline      68 drivers/dma-buf/sync_debug.c 	struct sync_timeline *parent = dma_fence_parent(fence);
sync_timeline     107 drivers/dma-buf/sync_debug.c static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj)
sync_timeline     149 drivers/dma-buf/sync_debug.c 		struct sync_timeline *obj =
sync_timeline     150 drivers/dma-buf/sync_debug.c 			container_of(pos, struct sync_timeline,
sync_timeline      48 drivers/dma-buf/sync_debug.h static inline struct sync_timeline *dma_fence_parent(struct dma_fence *fence)
sync_timeline      50 drivers/dma-buf/sync_debug.h 	return container_of(fence->lock, struct sync_timeline, lock);
sync_timeline      67 drivers/dma-buf/sync_debug.h void sync_timeline_debug_add(struct sync_timeline *obj);
sync_timeline      68 drivers/dma-buf/sync_debug.h void sync_timeline_debug_remove(struct sync_timeline *obj);
sync_timeline      12 drivers/dma-buf/sync_trace.h TRACE_EVENT(sync_timeline,
sync_timeline      13 drivers/dma-buf/sync_trace.h 	TP_PROTO(struct sync_timeline *timeline),