Lines Matching refs:host1x_syncpt

58 struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host,  in host1x_syncpt_alloc()
62 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_alloc()
116 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id()
127 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs) in host1x_syncpt_incr_max()
138 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_restore()
165 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_save()
183 u32 host1x_syncpt_load(struct host1x_syncpt *sp) in host1x_syncpt_load()
196 u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp) in host1x_syncpt_load_wait_base()
207 int host1x_syncpt_incr(struct host1x_syncpt *sp) in host1x_syncpt_incr()
220 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait()
263 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired()
277 struct host1x_syncpt *syncpt; in host1x_syncpt_init()
325 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, in host1x_syncpt_request()
336 struct host1x_syncpt *sp = container_of(ref, struct host1x_syncpt, ref); in syncpt_release()
361 void host1x_syncpt_put(struct host1x_syncpt *sp) in host1x_syncpt_put()
372 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_deinit()
386 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp) in host1x_syncpt_read_max()
401 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp) in host1x_syncpt_read_min()
413 u32 host1x_syncpt_read(struct host1x_syncpt *sp) in host1x_syncpt_read()
439 struct host1x_syncpt *host1x_syncpt_get_by_id(struct host1x *host, in host1x_syncpt_get_by_id()
458 struct host1x_syncpt *host1x_syncpt_get_by_id_noref(struct host1x *host, in host1x_syncpt_get_by_id_noref()
472 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp) in host1x_syncpt_get()
484 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp) in host1x_syncpt_get_base()