Lines Matching refs:syncpt
60 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_alloc()
132 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_restore()
150 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_save()
379 struct host1x_syncpt *syncpt; in host1x_syncpt_init() local
382 syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt), in host1x_syncpt_init()
384 if (!syncpt) in host1x_syncpt_init()
393 syncpt[i].id = i; in host1x_syncpt_init()
394 syncpt[i].host = host; in host1x_syncpt_init()
401 host1x_hw_syncpt_assign_to_channel(host, &syncpt[i], NULL); in host1x_syncpt_init()
408 host->syncpt = syncpt; in host1x_syncpt_init()
471 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_deinit()
543 return host->syncpt + id; in host1x_syncpt_get()