Searched defs:nvkm_device (Results 1 – 2 of 2) sorted by relevance
15 struct nvkm_device { struct16 const struct nvkm_device_func *func; argument17 const struct nvkm_device_quirk *quirk; argument19 enum nvkm_device_type type; argument35 const struct nvkm_device_chip *chip; argument36 enum {68 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst); argument
49 u32 nr, void (*clr)(struct nvkm_device *, u32, u32), in nvkm_memory_tags_get()