Lines Matching refs:syncpt
15 #include "syncpt.h"
62 struct host1x_syncpt *sp = host->syncpt;
138 struct host1x_syncpt *sp_base = host->syncpt;
143 * Unassign syncpt from channels for purposes of Tegra186
165 struct host1x_syncpt *sp_base = host->syncpt;
283 struct host1x_syncpt *syncpt;
286 syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt),
288 if (!syncpt)
297 syncpt[i].id = i;
298 syncpt[i].host = host;
305 host->syncpt = syncpt;
314 kref_init(&host->syncpt[26].ref);
315 kref_init(&host->syncpt[27].ref);
378 struct host1x_syncpt *sp = host->syncpt;
451 if (kref_get_unless_zero(&host->syncpt[id].ref))
452 return &host->syncpt[id];
470 return &host->syncpt[id];
530 kref_put(&host->syncpt[syncpt_id].ref, do_nothing);