Lines Matching refs:syncpts
72 client->syncpts[0] = host1x_syncpt_request(client, flags);
73 if (!client->syncpts[0]) {
96 host1x_syncpt_put(client->syncpts[0]);
114 host1x_syncpt_put(client->syncpts[0]);
469 struct host1x_syncpt **syncpts;
482 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL);
483 if (!syncpts)
502 gr3d->client.base.syncpts = syncpts;