Searched defs:gk104_fifo (Results 1 – 2 of 2) sorted by relevance
4 #define gk104_fifo(p) container_of((p), struct gk104_fifo, base) macro12 struct gk104_fifo { struct13 const struct gk104_fifo_func *func; argument14 struct nvkm_fifo base;16 struct {20 } recover;22 int pbdma_nr;24 struct {48 struct gk104_fifo_func { argument54 int (*nr)(struct gk104_fifo *); argument
1232 gk104_fifo = { variable