Lines Matching refs:host1x_syncpt
49 struct host1x_syncpt **syncpts;
131 struct host1x_syncpt;
134 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id);
135 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
136 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
137 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);
138 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
139 int host1x_syncpt_incr(struct host1x_syncpt *sp);
140 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
141 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
143 struct host1x_syncpt *host1x_syncpt_request(struct device *dev,
145 void host1x_syncpt_free(struct host1x_syncpt *sp);
147 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);