NV_C0 2985 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c case 0x0d0: device->card_type = NV_C0; break; NV_C0 173 drivers/gpu/drm/nouveau/nvkm/engine/device/user.c case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break; NV_C0 265 drivers/gpu/drm/nouveau/nvkm/engine/falcon.c if (device->card_type < NV_C0) NV_C0 70 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowramin.c if (device->card_type >= NV_C0) NV_C0 206 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c if (bios->subdev.device->card_type >= NV_C0 &&