Searched defs:nvkm_sw (Results 1 – 3 of 3) sorted by relevance
8 struct nvkm_sw { struct9 const struct nvkm_sw_func *func; argument15 bool nvkm_sw_mthd(struct nvkm_sw *sw, int chid, int subc, u32 mthd, u32 data); argument
6 #define nvkm_sw(p) container_of((p), struct nvkm_sw, engine) macro
97 nvkm_sw = { variable