Lines Matching refs:host1x
3 * Tegra host1x Syncpoints
12 #include <linux/host1x.h>
18 struct host1x;
35 struct host1x *host;
44 int host1x_syncpt_init(struct host1x *host);
47 void host1x_syncpt_deinit(struct host1x *host);
50 unsigned int host1x_syncpt_nb_pts(struct host1x *host);
53 unsigned int host1x_syncpt_nb_bases(struct host1x *host);
56 unsigned int host1x_syncpt_nb_mlocks(struct host1x *host);
98 /* Save host1x sync point state into shadow registers. */
99 void host1x_syncpt_save(struct host1x *host);
101 /* Reset host1x sync point state from shadow registers. */
102 void host1x_syncpt_restore(struct host1x *host);