Lines Matching refs:syncpts
46 client->syncpts[0] = host1x_syncpt_request(client, flags);
47 if (!client->syncpts[0]) {
70 host1x_syncpt_free(client->syncpts[0]);
89 host1x_syncpt_free(client->syncpts[0]);
191 struct host1x_syncpt **syncpts;
202 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
203 if (!syncpts)
222 gr2d->client.base.syncpts = syncpts;