Lines Matching refs:syncpts
172 client->syncpts[0] = host1x_syncpt_request(client, 0);
173 if (!client->syncpts[0]) {
191 host1x_syncpt_put(client->syncpts[0]);
218 host1x_syncpt_put(client->syncpts[0]);
427 struct host1x_syncpt **syncpts;
445 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
446 if (!syncpts)
521 nvdec->client.base.syncpts = syncpts;