Home
last modified time | relevance | path

Searched refs:host1x_syncpt_base (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/
Dsyncpt.c33 static struct host1x_syncpt_base *
36 struct host1x_syncpt_base *bases = host->bases; in host1x_syncpt_base_request()
50 static void host1x_syncpt_base_free(struct host1x_syncpt_base *base) in host1x_syncpt_base_free()
342 struct host1x_syncpt_base *bases; in host1x_syncpt_init()
457 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp) in host1x_syncpt_get_base()
463 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base) in host1x_syncpt_base_id()
Dsyncpt.h34 struct host1x_syncpt_base { struct
48 struct host1x_syncpt_base *base; argument
Ddev.h30 struct host1x_syncpt_base;
106 struct host1x_syncpt_base *bases;
/linux-4.4.14/include/linux/
Dhost1x.h130 struct host1x_syncpt_base;
147 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);
148 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base);
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c616 struct host1x_syncpt_base *base; in tegra_get_syncpt_base()