Lines Matching refs:host1x_syncpt
66 struct host1x_syncpt **syncpts;
148 struct host1x_syncpt;
151 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id);
152 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
153 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
154 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);
155 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
156 int host1x_syncpt_incr(struct host1x_syncpt *sp);
157 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
158 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
160 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
162 void host1x_syncpt_free(struct host1x_syncpt *sp);
164 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);