Home
last modified time | relevance | path

Searched refs:host1x_syncpt_get (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/host1x/
Dsyncpt.c526 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp) in host1x_syncpt_get() function
532 EXPORT_SYMBOL(host1x_syncpt_get);
/Linux-v6.1/include/linux/
Dhost1x.h202 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp);
/Linux-v6.1/drivers/gpu/drm/tegra/
Dsubmit.c349 job->syncpt = host1x_syncpt_get(sp); in submit_get_syncpt()