Lines Matching refs:sp
203 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp);
204 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
205 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
206 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);
207 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
208 int host1x_syncpt_incr(struct host1x_syncpt *sp);
209 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
210 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
214 void host1x_syncpt_put(struct host1x_syncpt *sp);
219 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);
225 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold,