Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Ddev.h64 struct host1x_syncpt_ops { struct
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,
72 void (*enable_protection)(struct host1x *host);
/kernel/linux/linux-6.6/drivers/gpu/host1x/
Ddev.h65 struct host1x_syncpt_ops { struct
66 void (*restore)(struct host1x_syncpt *syncpt);
67 void (*restore_wait_base)(struct host1x_syncpt *syncpt);
68 void (*load_wait_base)(struct host1x_syncpt *syncpt);
69 u32 (*load)(struct host1x_syncpt *syncpt);
70 int (*cpu_incr)(struct host1x_syncpt *syncpt);
71 void (*assign_to_channel)(struct host1x_syncpt *syncpt,
73 void (*enable_protection)(struct host1x *host);
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Dsyncpt_hw.c133 static const struct host1x_syncpt_ops host1x_syncpt_ops = { variable
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
Dsyncpt_hw.c133 static const struct host1x_syncpt_ops host1x_syncpt_ops = { variable