Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/host1x/
Dsyncpt.c540 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp) in host1x_syncpt_get_base() function
544 EXPORT_SYMBOL(host1x_syncpt_get_base);
/Linux-v5.10/include/linux/
Dhost1x.h158 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);
/Linux-v5.10/drivers/gpu/drm/tegra/
Ddrm.c578 base = host1x_syncpt_get_base(syncpt); in tegra_get_syncpt_base()