Lines Matching defs:device
33 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_cbc_clear() local
42 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_cbc_wait() local
58 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_zbc_clear_color() local
69 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_zbc_clear_depth() local
96 struct nvkm_device *device = subdev->device; in gf100_ltc_lts_intr() local
113 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_intr() local
128 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_invalidate() local
143 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_flush() local
211 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_oneinit() local
229 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_init() local
253 gf100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gf100_ltc_new()