Lines Matching defs:device
32 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_cbc_clear() local
41 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_cbc_wait() local
57 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_zbc_clear_color() local
68 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_zbc_clear_depth() local
95 struct nvkm_device *device = subdev->device; in gf100_ltc_lts_intr() local
112 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_intr() local
127 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_invalidate() local
140 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_flush() local
206 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_oneinit() local
224 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_init() local
248 gf100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gf100_ltc_new()