Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Ddev.h47 struct host1x_cdma_ops { struct
48 void (*start)(struct host1x_cdma *cdma);
49 void (*stop)(struct host1x_cdma *cdma);
50 void (*flush)(struct host1x_cdma *cdma);
51 int (*timeout_init)(struct host1x_cdma *cdma, unsigned int syncpt);
52 void (*timeout_destroy)(struct host1x_cdma *cdma);
53 void (*freeze)(struct host1x_cdma *cdma);
54 void (*resume)(struct host1x_cdma *cdma, u32 getptr);
55 void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr,
/Linux-v4.19/drivers/gpu/host1x/hw/
Dcdma_hw.c322 static const struct host1x_cdma_ops host1x_cdma_ops = { variable