Lines Matching defs:syncpts
70 client->syncpts[0] = host1x_syncpt_request(client, flags);
71 if (!client->syncpts[0]) {
94 host1x_syncpt_put(client->syncpts[0]);
115 host1x_syncpt_put(client->syncpts[0]);
488 struct host1x_syncpt **syncpts;
501 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL);
502 if (!syncpts)
521 gr3d->client.base.syncpts = syncpts;