Searched defs:nvkm_device (Results 1 – 2 of 2) sorted by relevance
14 struct nvkm_device { struct15 const struct nvkm_device_func *func; argument16 const struct nvkm_device_quirk *quirk; argument18 enum nvkm_device_type type; argument32 const struct nvkm_device_chip *chip; argument33 enum {65 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()