Lines Matching refs:host1x_syncpt
108 struct host1x_syncpt **syncpts;
203 struct host1x_syncpt;
206 struct host1x_syncpt *host1x_syncpt_get_by_id(struct host1x *host, u32 id);
207 struct host1x_syncpt *host1x_syncpt_get_by_id_noref(struct host1x *host, u32 id);
208 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp);
209 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
210 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
211 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);
212 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
213 int host1x_syncpt_incr(struct host1x_syncpt *sp);
214 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
215 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
217 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
219 void host1x_syncpt_put(struct host1x_syncpt *sp);
220 struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host,
224 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);
230 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold,
295 struct host1x_syncpt *syncpt;