Searched refs:host1x_syncpt_fence (Results 1 – 3 of 3) sorted by relevance
20 struct host1x_syncpt_fence { struct44 static struct host1x_syncpt_fence *to_host1x_fence(struct dma_fence *f) in to_host1x_fence() argument46 return container_of(f, struct host1x_syncpt_fence, base); in to_host1x_fence()51 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_syncpt_fence_enable_signaling()94 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_syncpt_fence_release()109 void host1x_fence_signal(struct host1x_syncpt_fence *f) in host1x_fence_signal()129 struct host1x_syncpt_fence *f = in do_fence_timeout()130 container_of(dwork, struct host1x_syncpt_fence, timeout_work); in do_fence_timeout()148 struct host1x_syncpt_fence *fence; in host1x_fence_create()
9 struct host1x_syncpt_fence;11 void host1x_fence_signal(struct host1x_syncpt_fence *fence);
127 struct host1x_syncpt_fence *f = waiter->data; in action_signal_fence()