Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
H A Dsyncpt.c475 * host1x_syncpt_get() - increment syncpoint refcount
478 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp) in host1x_syncpt_get() function
484 EXPORT_SYMBOL(host1x_syncpt_get);
/linux/include/linux/
H A Dhost1x.h208 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp);
/linux/drivers/crypto/tegra/
H A Dtegra-se-main.c155 job->syncpt = host1x_syncpt_get(se->syncpt); in tegra_se_host1x_submit()
/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c344 job->syncpt = host1x_syncpt_get(sp); in submit_get_syncpt()