Lines Matching refs:syncpts
182 client->syncpts[0] = host1x_syncpt_request(client, 0);
183 if (!client->syncpts[0]) {
201 host1x_syncpt_free(client->syncpts[0]);
225 host1x_syncpt_free(client->syncpts[0]);
400 struct host1x_syncpt **syncpts;
418 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
419 if (!syncpts)
459 vic->client.base.syncpts = syncpts;