Lines Matching refs:syncpt
61 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_alloc()
112 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_restore()
128 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_save()
343 struct host1x_syncpt *syncpt; in host1x_syncpt_init() local
346 syncpt = devm_kzalloc(host->dev, sizeof(*syncpt) * host->info->nb_pts, in host1x_syncpt_init()
348 if (!syncpt) in host1x_syncpt_init()
357 syncpt[i].id = i; in host1x_syncpt_init()
358 syncpt[i].host = host; in host1x_syncpt_init()
364 host->syncpt = syncpt; in host1x_syncpt_init()
402 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_deinit()
447 return host->syncpt + id; in host1x_syncpt_get()