Lines Matching full:host1x
3 * Tegra host1x Syncpoints
12 #include <linux/host1x.h>
20 struct host1x;
39 struct host1x *host;
54 int host1x_syncpt_init(struct host1x *host);
57 void host1x_syncpt_deinit(struct host1x *host);
60 unsigned int host1x_syncpt_nb_pts(struct host1x *host);
63 unsigned int host1x_syncpt_nb_bases(struct host1x *host);
66 unsigned int host1x_syncpt_nb_mlocks(struct host1x *host);
108 /* Save host1x sync point state into shadow registers. */
109 void host1x_syncpt_save(struct host1x *host);
111 /* Reset host1x sync point state from shadow registers. */
112 void host1x_syncpt_restore(struct host1x *host);