Lines Matching refs:syncpts
138 client->syncpts[0] = host1x_syncpt_request(client, 0);
139 if (!client->syncpts[0]) {
157 host1x_syncpt_put(client->syncpts[0]);
184 host1x_syncpt_put(client->syncpts[0]);
451 struct host1x_syncpt **syncpts;
468 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
469 if (!syncpts)
509 vic->client.base.syncpts = syncpts;