Lines Matching full: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; member
265 unsigned int syncpt) in host1x_hw_cdma_timeout_init() argument
267 return host->cdma_op->timeout_init(cdma, syncpt); in host1x_hw_cdma_timeout_init()