Symbol: host1x_syncpt
drivers/crypto/tegra/tegra-se.h
428
struct host1x_syncpt *syncpt;
drivers/gpu/drm/tegra/dc.h
84
struct host1x_syncpt *syncpt;
drivers/gpu/drm/tegra/drm.c
181
struct host1x_syncpt *sp = NULL;
drivers/gpu/drm/tegra/drm.c
389
struct host1x_syncpt *sp;
drivers/gpu/drm/tegra/drm.c
404
struct host1x_syncpt *sp;
drivers/gpu/drm/tegra/drm.c
418
struct host1x_syncpt *sp;
drivers/gpu/drm/tegra/drm.c
521
struct host1x_syncpt *syncpt;
drivers/gpu/drm/tegra/drm.c
575
struct host1x_syncpt *syncpt;
drivers/gpu/drm/tegra/gr2d.c
237
struct host1x_syncpt **syncpts;
drivers/gpu/drm/tegra/gr3d.c
465
struct host1x_syncpt **syncpts;
drivers/gpu/drm/tegra/nvdec.c
425
struct host1x_syncpt **syncpts;
drivers/gpu/drm/tegra/submit.c
330
struct host1x_syncpt *sp;
drivers/gpu/drm/tegra/uapi.c
306
struct host1x_syncpt *sp;
drivers/gpu/drm/tegra/uapi.c
331
struct host1x_syncpt *sp;
drivers/gpu/drm/tegra/uapi.c
350
struct host1x_syncpt *sp;
drivers/gpu/drm/tegra/uapi.c
52
struct host1x_syncpt *sp;
drivers/gpu/drm/tegra/vic.c
451
struct host1x_syncpt **syncpts;
drivers/gpu/host1x/cdma.c
318
struct host1x_syncpt *sp = job->syncpt;
drivers/gpu/host1x/cdma.h
16
struct host1x_syncpt;
drivers/gpu/host1x/cdma.h
47
struct host1x_syncpt *syncpt; /* buffer completion syncpt */
drivers/gpu/host1x/dev.h
137
struct host1x_syncpt *syncpt;
drivers/gpu/host1x/dev.h
158
struct host1x_syncpt *nop_sp;
drivers/gpu/host1x/dev.h
189
struct host1x_syncpt *sp)
drivers/gpu/host1x/dev.h
195
struct host1x_syncpt *sp)
drivers/gpu/host1x/dev.h
201
struct host1x_syncpt *sp)
drivers/gpu/host1x/dev.h
207
struct host1x_syncpt *sp)
drivers/gpu/host1x/dev.h
213
struct host1x_syncpt *sp)
drivers/gpu/host1x/dev.h
219
struct host1x *host, struct host1x_syncpt *sp,
drivers/gpu/host1x/dev.h
23
struct host1x_syncpt;
drivers/gpu/host1x/dev.h
67
void (*restore)(struct host1x_syncpt *syncpt);
drivers/gpu/host1x/dev.h
68
void (*restore_wait_base)(struct host1x_syncpt *syncpt);
drivers/gpu/host1x/dev.h
69
void (*load_wait_base)(struct host1x_syncpt *syncpt);
drivers/gpu/host1x/dev.h
70
u32 (*load)(struct host1x_syncpt *syncpt);
drivers/gpu/host1x/dev.h
71
int (*cpu_incr)(struct host1x_syncpt *syncpt);
drivers/gpu/host1x/dev.h
72
void (*assign_to_channel)(struct host1x_syncpt *syncpt,
drivers/gpu/host1x/fence.c
125
struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold,
drivers/gpu/host1x/fence.h
14
struct host1x_syncpt *sp;
drivers/gpu/host1x/hw/channel_hw.c
163
struct host1x_syncpt *sp = job->syncpt;
drivers/gpu/host1x/hw/channel_hw.c
213
struct host1x_syncpt *sp = job->syncpt;
drivers/gpu/host1x/hw/channel_hw.c
316
struct host1x_syncpt *sp = job->syncpt;
drivers/gpu/host1x/hw/syncpt_hw.c
103
static void syncpt_assign_to_channel(struct host1x_syncpt *sp,
drivers/gpu/host1x/hw/syncpt_hw.c
16
static void syncpt_restore(struct host1x_syncpt *sp)
drivers/gpu/host1x/hw/syncpt_hw.c
27
static void syncpt_restore_wait_base(struct host1x_syncpt *sp)
drivers/gpu/host1x/hw/syncpt_hw.c
40
static void syncpt_read_wait_base(struct host1x_syncpt *sp)
drivers/gpu/host1x/hw/syncpt_hw.c
53
static u32 syncpt_load(struct host1x_syncpt *sp)
drivers/gpu/host1x/hw/syncpt_hw.c
76
static int syncpt_cpu_incr(struct host1x_syncpt *sp)
drivers/gpu/host1x/intr.c
108
struct host1x_syncpt *syncpt = &host->syncpt[id];
drivers/gpu/host1x/intr.c
31
static void host1x_intr_update_hw_state(struct host1x *host, struct host1x_syncpt *sp)
drivers/gpu/host1x/intr.c
77
struct host1x_syncpt *sp = &host->syncpt[id];
drivers/gpu/host1x/syncpt.c
116
u32 host1x_syncpt_id(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
127
u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs)
drivers/gpu/host1x/syncpt.c
138
struct host1x_syncpt *sp_base = host->syncpt;
drivers/gpu/host1x/syncpt.c
165
struct host1x_syncpt *sp_base = host->syncpt;
drivers/gpu/host1x/syncpt.c
183
u32 host1x_syncpt_load(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
196
u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
207
int host1x_syncpt_incr(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
220
int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
drivers/gpu/host1x/syncpt.c
269
bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh)
drivers/gpu/host1x/syncpt.c
283
struct host1x_syncpt *syncpt;
drivers/gpu/host1x/syncpt.c
331
struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
drivers/gpu/host1x/syncpt.c
342
struct host1x_syncpt *sp = container_of(ref, struct host1x_syncpt, ref);
drivers/gpu/host1x/syncpt.c
365
void host1x_syncpt_put(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
376
struct host1x_syncpt *sp = host->syncpt;
drivers/gpu/host1x/syncpt.c
390
u32 host1x_syncpt_read_max(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
405
u32 host1x_syncpt_read_min(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
417
u32 host1x_syncpt_read(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
443
struct host1x_syncpt *host1x_syncpt_get_by_id(struct host1x *host,
drivers/gpu/host1x/syncpt.c
462
struct host1x_syncpt *host1x_syncpt_get_by_id_noref(struct host1x *host,
drivers/gpu/host1x/syncpt.c
476
struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
488
struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.c
58
struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host,
drivers/gpu/host1x/syncpt.c
62
struct host1x_syncpt *sp = host->syncpt;
drivers/gpu/host1x/syncpt.h
103
u32 host1x_syncpt_load(struct host1x_syncpt *sp);
drivers/gpu/host1x/syncpt.h
106
bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh);
drivers/gpu/host1x/syncpt.h
115
u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp);
drivers/gpu/host1x/syncpt.h
118
u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
drivers/gpu/host1x/syncpt.h
121
static inline int host1x_syncpt_is_valid(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.h
126
static inline void host1x_syncpt_set_locked(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.h
74
static inline bool host1x_syncpt_check_max(struct host1x_syncpt *sp, u32 real)
drivers/gpu/host1x/syncpt.h
84
static inline bool host1x_syncpt_client_managed(struct host1x_syncpt *sp)
drivers/gpu/host1x/syncpt.h
93
static inline bool host1x_syncpt_idle(struct host1x_syncpt *sp)
drivers/staging/media/tegra-video/tegra20.c
254
struct host1x_syncpt *out_sp;
drivers/staging/media/tegra-video/tegra210.c
187
struct host1x_syncpt *fs_sp;
drivers/staging/media/tegra-video/tegra210.c
188
struct host1x_syncpt *mw_sp;
drivers/staging/media/tegra-video/vi.h
189
struct host1x_syncpt *frame_start_sp[GANG_PORTS_MAX];
drivers/staging/media/tegra-video/vi.h
190
struct host1x_syncpt *mw_ack_sp[GANG_PORTS_MAX];
include/linux/host1x.h
108
struct host1x_syncpt **syncpts;
include/linux/host1x.h
203
struct host1x_syncpt;
include/linux/host1x.h
206
struct host1x_syncpt *host1x_syncpt_get_by_id(struct host1x *host, u32 id);
include/linux/host1x.h
207
struct host1x_syncpt *host1x_syncpt_get_by_id_noref(struct host1x *host, u32 id);
include/linux/host1x.h
208
struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp);
include/linux/host1x.h
209
u32 host1x_syncpt_id(struct host1x_syncpt *sp);
include/linux/host1x.h
210
u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
include/linux/host1x.h
211
u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);
include/linux/host1x.h
212
u32 host1x_syncpt_read(struct host1x_syncpt *sp);
include/linux/host1x.h
213
int host1x_syncpt_incr(struct host1x_syncpt *sp);
include/linux/host1x.h
214
u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
include/linux/host1x.h
215
int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
include/linux/host1x.h
217
struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
include/linux/host1x.h
219
void host1x_syncpt_put(struct host1x_syncpt *sp);
include/linux/host1x.h
220
struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host,
include/linux/host1x.h
224
struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);
include/linux/host1x.h
230
struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold,
include/linux/host1x.h
295
struct host1x_syncpt *syncpt;