Symbol: host1x_syncpt_fence
drivers/gpu/host1x/fence.c
101
struct host1x_syncpt_fence *f =
drivers/gpu/host1x/fence.c
102
container_of(dwork, struct host1x_syncpt_fence, timeout_work);
drivers/gpu/host1x/fence.c
128
struct host1x_syncpt_fence *fence;
drivers/gpu/host1x/fence.c
149
struct host1x_syncpt_fence *sf = to_host1x_fence(f);
drivers/gpu/host1x/fence.c
28
static struct host1x_syncpt_fence *to_host1x_fence(struct dma_fence *f)
drivers/gpu/host1x/fence.c
30
return container_of(f, struct host1x_syncpt_fence, base);
drivers/gpu/host1x/fence.c
35
struct host1x_syncpt_fence *sf = to_host1x_fence(f);
drivers/gpu/host1x/fence.c
75
void host1x_fence_signal(struct host1x_syncpt_fence *f)
drivers/gpu/host1x/fence.h
28
void host1x_fence_signal(struct host1x_syncpt_fence *fence);
drivers/gpu/host1x/intr.c
15
struct host1x_syncpt_fence *fence)
drivers/gpu/host1x/intr.c
17
struct host1x_syncpt_fence *fence_in_list;
drivers/gpu/host1x/intr.c
33
struct host1x_syncpt_fence *fence;
drivers/gpu/host1x/intr.c
36
fence = list_first_entry(&sp->fences.list, struct host1x_syncpt_fence, list);
drivers/gpu/host1x/intr.c
45
void host1x_intr_add_fence_locked(struct host1x *host, struct host1x_syncpt_fence *fence)
drivers/gpu/host1x/intr.c
55
bool host1x_intr_remove_fence(struct host1x *host, struct host1x_syncpt_fence *fence)
drivers/gpu/host1x/intr.c
78
struct host1x_syncpt_fence *fence, *tmp;
drivers/gpu/host1x/intr.h
12
struct host1x_syncpt_fence;
drivers/gpu/host1x/intr.h
33
void host1x_intr_add_fence_locked(struct host1x *host, struct host1x_syncpt_fence *fence);
drivers/gpu/host1x/intr.h
35
bool host1x_intr_remove_fence(struct host1x *host, struct host1x_syncpt_fence *fence);