Lines Matching defs:host
34 host1x_syncpt_base_request(struct host1x *host) in host1x_syncpt_base_request()
56 static struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host, in host1x_syncpt_alloc()
110 void host1x_syncpt_restore(struct host1x *host) in host1x_syncpt_restore()
126 void host1x_syncpt_save(struct host1x *host) in host1x_syncpt_save()
340 int host1x_syncpt_init(struct host1x *host) in host1x_syncpt_init()
380 struct host1x *host = dev_get_drvdata(dev->parent); in host1x_syncpt_request() local
399 void host1x_syncpt_deinit(struct host1x *host) in host1x_syncpt_deinit()
434 int host1x_syncpt_nb_pts(struct host1x *host) in host1x_syncpt_nb_pts()
439 int host1x_syncpt_nb_bases(struct host1x *host) in host1x_syncpt_nb_bases()
444 int host1x_syncpt_nb_mlocks(struct host1x *host) in host1x_syncpt_nb_mlocks()
449 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id) in host1x_syncpt_get()