Searched defs:gf100_grctx_oclass (Results 1 – 2 of 2) sorted by relevance
22 struct gf100_grctx_oclass { struct23 struct nvkm_oclass base;25 void (*main)(struct gf100_gr_priv *, struct gf100_grctx *);27 void (*unkn)(struct gf100_gr_priv *);29 const struct gf100_gr_pack *hub;53 static inline const struct gf100_grctx_oclass * argument
1365 gf100_grctx_oclass = &(struct gf100_grctx_oclass) { variable