seqno_fence        18 drivers/dma-buf/seqno-fence.c 	struct seqno_fence *seqno_fence = to_seqno_fence(fence);
seqno_fence        20 drivers/dma-buf/seqno-fence.c 	return seqno_fence->ops->get_driver_name(fence);
seqno_fence        25 drivers/dma-buf/seqno-fence.c 	struct seqno_fence *seqno_fence = to_seqno_fence(fence);
seqno_fence        27 drivers/dma-buf/seqno-fence.c 	return seqno_fence->ops->get_timeline_name(fence);
seqno_fence        32 drivers/dma-buf/seqno-fence.c 	struct seqno_fence *seqno_fence = to_seqno_fence(fence);
seqno_fence        34 drivers/dma-buf/seqno-fence.c 	return seqno_fence->ops->enable_signaling(fence);
seqno_fence        39 drivers/dma-buf/seqno-fence.c 	struct seqno_fence *seqno_fence = to_seqno_fence(fence);
seqno_fence        41 drivers/dma-buf/seqno-fence.c 	return seqno_fence->ops->signaled && seqno_fence->ops->signaled(fence);
seqno_fence        46 drivers/dma-buf/seqno-fence.c 	struct seqno_fence *f = to_seqno_fence(fence);
seqno_fence        58 drivers/dma-buf/seqno-fence.c 	struct seqno_fence *f = to_seqno_fence(fence);
seqno_fence        41 include/linux/seqno-fence.h static inline struct seqno_fence *
seqno_fence        46 include/linux/seqno-fence.h 	return container_of(fence, struct seqno_fence, base);
seqno_fence        87 include/linux/seqno-fence.h seqno_fence_init(struct seqno_fence *fence, spinlock_t *lock,