Lines Matching full:host1x
3 * Tegra host1x Syncpoints
12 #include <linux/host1x.h>
19 struct host1x;
38 struct host1x *host;
53 int host1x_syncpt_init(struct host1x *host);
56 void host1x_syncpt_deinit(struct host1x *host);
59 unsigned int host1x_syncpt_nb_pts(struct host1x *host);
62 unsigned int host1x_syncpt_nb_bases(struct host1x *host);
65 unsigned int host1x_syncpt_nb_mlocks(struct host1x *host);
107 /* Save host1x sync point state into shadow registers. */
108 void host1x_syncpt_save(struct host1x *host);
110 /* Reset host1x sync point state from shadow registers. */
111 void host1x_syncpt_restore(struct host1x *host);