Lines Matching refs:host1x_syncpt
53 struct host1x_syncpt **syncpts;
135 struct host1x_syncpt;
138 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id);
139 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
140 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
141 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);
142 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
143 int host1x_syncpt_incr(struct host1x_syncpt *sp);
144 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
145 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
147 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
149 void host1x_syncpt_free(struct host1x_syncpt *sp);
151 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);