Lines Matching refs:syncpts
61 client->syncpts[0] = host1x_syncpt_request(client, flags);
62 if (!client->syncpts[0]) {
85 host1x_syncpt_put(client->syncpts[0]);
107 host1x_syncpt_put(client->syncpts[0]);
237 struct host1x_syncpt **syncpts;
250 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
251 if (!syncpts)
268 gr2d->client.base.syncpts = syncpts;