Home
last modified time | relevance | path

Searched defs:host1x_syncpt_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/
Ddev.h72 struct host1x_syncpt_ops { struct
73 void (*restore)(struct host1x_syncpt *syncpt);
74 void (*restore_wait_base)(struct host1x_syncpt *syncpt);
75 void (*load_wait_base)(struct host1x_syncpt *syncpt);
76 u32 (*load)(struct host1x_syncpt *syncpt);
77 int (*cpu_incr)(struct host1x_syncpt *syncpt);
78 int (*patch_wait)(struct host1x_syncpt *syncpt, void *patch_addr);
/linux-4.4.14/drivers/gpu/host1x/hw/
Dsyncpt_hw.c105 static const struct host1x_syncpt_ops host1x_syncpt_ops = { variable