Lines Matching refs:syncpt
19 #include "syncpt.h"
40 int (*timeout_init)(struct host1x_cdma *cdma, unsigned int syncpt);
65 void (*restore)(struct host1x_syncpt *syncpt);
66 void (*restore_wait_base)(struct host1x_syncpt *syncpt);
67 void (*load_wait_base)(struct host1x_syncpt *syncpt);
68 u32 (*load)(struct host1x_syncpt *syncpt);
69 int (*cpu_incr)(struct host1x_syncpt *syncpt);
70 void (*assign_to_channel)(struct host1x_syncpt *syncpt,
111 struct host1x_syncpt *syncpt;
265 unsigned int syncpt)
267 return host->cdma_op->timeout_init(cdma, syncpt);