host1x_syncpt      73 drivers/gpu/drm/tegra/dc.h 	struct host1x_syncpt *syncpt;
host1x_syncpt     338 drivers/gpu/drm/tegra/drm.c 	struct host1x_syncpt *sp;
host1x_syncpt     545 drivers/gpu/drm/tegra/drm.c 	struct host1x_syncpt *sp;
host1x_syncpt     560 drivers/gpu/drm/tegra/drm.c 	struct host1x_syncpt *sp;
host1x_syncpt     574 drivers/gpu/drm/tegra/drm.c 	struct host1x_syncpt *sp;
host1x_syncpt     670 drivers/gpu/drm/tegra/drm.c 	struct host1x_syncpt *syncpt;
host1x_syncpt     724 drivers/gpu/drm/tegra/drm.c 	struct host1x_syncpt *syncpt;
host1x_syncpt     192 drivers/gpu/drm/tegra/gr2d.c 	struct host1x_syncpt **syncpts;
host1x_syncpt     286 drivers/gpu/drm/tegra/gr3d.c 	struct host1x_syncpt **syncpts;
host1x_syncpt     372 drivers/gpu/drm/tegra/vic.c 	struct host1x_syncpt **syncpts;
host1x_syncpt     327 drivers/gpu/host1x/cdma.c 		struct host1x_syncpt *sp =
host1x_syncpt      15 drivers/gpu/host1x/cdma.h struct host1x_syncpt;
host1x_syncpt      46 drivers/gpu/host1x/cdma.h 	struct host1x_syncpt *syncpt;	/* buffer completion syncpt */
host1x_syncpt      21 drivers/gpu/host1x/dev.h struct host1x_syncpt;
host1x_syncpt      65 drivers/gpu/host1x/dev.h 	void (*restore)(struct host1x_syncpt *syncpt);
host1x_syncpt      66 drivers/gpu/host1x/dev.h 	void (*restore_wait_base)(struct host1x_syncpt *syncpt);
host1x_syncpt      67 drivers/gpu/host1x/dev.h 	void (*load_wait_base)(struct host1x_syncpt *syncpt);
host1x_syncpt      68 drivers/gpu/host1x/dev.h 	u32 (*load)(struct host1x_syncpt *syncpt);
host1x_syncpt      69 drivers/gpu/host1x/dev.h 	int (*cpu_incr)(struct host1x_syncpt *syncpt);
host1x_syncpt      70 drivers/gpu/host1x/dev.h 	void (*assign_to_channel)(struct host1x_syncpt *syncpt,
host1x_syncpt     110 drivers/gpu/host1x/dev.h 	struct host1x_syncpt *syncpt;
host1x_syncpt     131 drivers/gpu/host1x/dev.h 	struct host1x_syncpt *nop_sp;
host1x_syncpt     153 drivers/gpu/host1x/dev.h 					    struct host1x_syncpt *sp)
host1x_syncpt     159 drivers/gpu/host1x/dev.h 						      struct host1x_syncpt *sp)
host1x_syncpt     165 drivers/gpu/host1x/dev.h 						   struct host1x_syncpt *sp)
host1x_syncpt     171 drivers/gpu/host1x/dev.h 					struct host1x_syncpt *sp)
host1x_syncpt     177 drivers/gpu/host1x/dev.h 					    struct host1x_syncpt *sp)
host1x_syncpt     183 drivers/gpu/host1x/dev.h 	struct host1x *host, struct host1x_syncpt *sp,
host1x_syncpt      90 drivers/gpu/host1x/hw/channel_hw.c 	struct host1x_syncpt *sp = host->syncpt + job->syncpt_id;
host1x_syncpt     121 drivers/gpu/host1x/hw/channel_hw.c 	struct host1x_syncpt *sp;
host1x_syncpt      20 drivers/gpu/host1x/hw/intr_hw.c static void host1x_intr_syncpt_handle(struct host1x_syncpt *syncpt)
host1x_syncpt      43 drivers/gpu/host1x/hw/intr_hw.c 			struct host1x_syncpt *syncpt =
host1x_syncpt      16 drivers/gpu/host1x/hw/syncpt_hw.c static void syncpt_restore(struct host1x_syncpt *sp)
host1x_syncpt      27 drivers/gpu/host1x/hw/syncpt_hw.c static void syncpt_restore_wait_base(struct host1x_syncpt *sp)
host1x_syncpt      40 drivers/gpu/host1x/hw/syncpt_hw.c static void syncpt_read_wait_base(struct host1x_syncpt *sp)
host1x_syncpt      53 drivers/gpu/host1x/hw/syncpt_hw.c static u32 syncpt_load(struct host1x_syncpt *sp)
host1x_syncpt      76 drivers/gpu/host1x/hw/syncpt_hw.c static int syncpt_cpu_incr(struct host1x_syncpt *sp)
host1x_syncpt     103 drivers/gpu/host1x/hw/syncpt_hw.c static void syncpt_assign_to_channel(struct host1x_syncpt *sp,
host1x_syncpt     156 drivers/gpu/host1x/intr.c 			     struct host1x_syncpt *syncpt,
host1x_syncpt     194 drivers/gpu/host1x/intr.c 	struct host1x_syncpt *syncpt =
host1x_syncpt     195 drivers/gpu/host1x/intr.c 		container_of(syncpt_intr, struct host1x_syncpt, intr);
host1x_syncpt     203 drivers/gpu/host1x/intr.c int host1x_intr_add_action(struct host1x *host, struct host1x_syncpt *syncpt,
host1x_syncpt     249 drivers/gpu/host1x/intr.c 	struct host1x_syncpt *syncpt;
host1x_syncpt     271 drivers/gpu/host1x/intr.c 		struct host1x_syncpt *syncpt = host->syncpt + id;
host1x_syncpt     308 drivers/gpu/host1x/intr.c 	struct host1x_syncpt *syncpt = host->syncpt;
host1x_syncpt      14 drivers/gpu/host1x/intr.h struct host1x_syncpt;
host1x_syncpt      68 drivers/gpu/host1x/intr.h int host1x_intr_add_action(struct host1x *host, struct host1x_syncpt *syncpt,
host1x_syncpt      45 drivers/gpu/host1x/syncpt.c static struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host,
host1x_syncpt      49 drivers/gpu/host1x/syncpt.c 	struct host1x_syncpt *sp = host->syncpt;
host1x_syncpt      99 drivers/gpu/host1x/syncpt.c u32 host1x_syncpt_id(struct host1x_syncpt *sp)
host1x_syncpt     110 drivers/gpu/host1x/syncpt.c u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs)
host1x_syncpt     121 drivers/gpu/host1x/syncpt.c 	struct host1x_syncpt *sp_base = host->syncpt;
host1x_syncpt     139 drivers/gpu/host1x/syncpt.c 	struct host1x_syncpt *sp_base = host->syncpt;
host1x_syncpt     157 drivers/gpu/host1x/syncpt.c u32 host1x_syncpt_load(struct host1x_syncpt *sp)
host1x_syncpt     170 drivers/gpu/host1x/syncpt.c u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp)
host1x_syncpt     181 drivers/gpu/host1x/syncpt.c int host1x_syncpt_incr(struct host1x_syncpt *sp)
host1x_syncpt     191 drivers/gpu/host1x/syncpt.c static bool syncpt_load_min_is_expired(struct host1x_syncpt *sp, u32 thresh)
host1x_syncpt     205 drivers/gpu/host1x/syncpt.c int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
host1x_syncpt     307 drivers/gpu/host1x/syncpt.c bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh)
host1x_syncpt     368 drivers/gpu/host1x/syncpt.c 	struct host1x_syncpt *syncpt;
host1x_syncpt     421 drivers/gpu/host1x/syncpt.c struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
host1x_syncpt     440 drivers/gpu/host1x/syncpt.c void host1x_syncpt_free(struct host1x_syncpt *sp)
host1x_syncpt     460 drivers/gpu/host1x/syncpt.c 	struct host1x_syncpt *sp = host->syncpt;
host1x_syncpt     474 drivers/gpu/host1x/syncpt.c u32 host1x_syncpt_read_max(struct host1x_syncpt *sp)
host1x_syncpt     489 drivers/gpu/host1x/syncpt.c u32 host1x_syncpt_read_min(struct host1x_syncpt *sp)
host1x_syncpt     501 drivers/gpu/host1x/syncpt.c u32 host1x_syncpt_read(struct host1x_syncpt *sp)
host1x_syncpt     527 drivers/gpu/host1x/syncpt.c struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, unsigned int id)
host1x_syncpt     540 drivers/gpu/host1x/syncpt.c struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp)
host1x_syncpt      64 drivers/gpu/host1x/syncpt.h static inline bool host1x_syncpt_check_max(struct host1x_syncpt *sp, u32 real)
host1x_syncpt      74 drivers/gpu/host1x/syncpt.h static inline bool host1x_syncpt_client_managed(struct host1x_syncpt *sp)
host1x_syncpt      83 drivers/gpu/host1x/syncpt.h static inline bool host1x_syncpt_idle(struct host1x_syncpt *sp)
host1x_syncpt      93 drivers/gpu/host1x/syncpt.h u32 host1x_syncpt_load(struct host1x_syncpt *sp);
host1x_syncpt      96 drivers/gpu/host1x/syncpt.h bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh);
host1x_syncpt     105 drivers/gpu/host1x/syncpt.h u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp);
host1x_syncpt     108 drivers/gpu/host1x/syncpt.h u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
host1x_syncpt     111 drivers/gpu/host1x/syncpt.h static inline int host1x_syncpt_is_valid(struct host1x_syncpt *sp)
host1x_syncpt      53 include/linux/host1x.h 	struct host1x_syncpt **syncpts;
host1x_syncpt     135 include/linux/host1x.h struct host1x_syncpt;
host1x_syncpt     138 include/linux/host1x.h struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id);
host1x_syncpt     139 include/linux/host1x.h u32 host1x_syncpt_id(struct host1x_syncpt *sp);
host1x_syncpt     140 include/linux/host1x.h u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
host1x_syncpt     141 include/linux/host1x.h u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);
host1x_syncpt     142 include/linux/host1x.h u32 host1x_syncpt_read(struct host1x_syncpt *sp);
host1x_syncpt     143 include/linux/host1x.h int host1x_syncpt_incr(struct host1x_syncpt *sp);
host1x_syncpt     144 include/linux/host1x.h u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
host1x_syncpt     145 include/linux/host1x.h int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
host1x_syncpt     147 include/linux/host1x.h struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
host1x_syncpt     149 include/linux/host1x.h void host1x_syncpt_free(struct host1x_syncpt *sp);
host1x_syncpt     151 include/linux/host1x.h struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);