Lines Matching refs:subdev
54 struct nvkm_subdev *subdev = &bios->subdev; in shadow_image() local
65 nvkm_debug(subdev, "%08x: header fetch failed\n", in shadow_image()
71 nvkm_debug(subdev, "image %d invalid\n", idx); in shadow_image()
75 nvkm_debug(subdev, "%08x: type %02x, %d bytes\n", in shadow_image()
79 nvkm_debug(subdev, "%08x: fetch failed\n", image.base); in shadow_image()
87 nvkm_debug(subdev, "%08x: checksum failed\n", in shadow_image()
110 struct nvkm_subdev *subdev = &bios->subdev; in shadow_method() local
112 nvkm_debug(subdev, "trying %s...\n", name ? name : func->name); in shadow_method()
123 nvkm_debug(subdev, "scored %d\n", mthd->score); in shadow_method()
146 struct device *dev = bios->subdev.device->dev; in shadow_fw_init()
166 struct nvkm_subdev *subdev = &bios->subdev; in nvbios_shadow() local
167 struct nvkm_device *device = subdev->device; in nvbios_shadow()
204 nvkm_error(subdev, "%s invalid\n", source); in nvbios_shadow()
229 nvkm_error(subdev, "unable to locate usable image\n"); in nvbios_shadow()
233 nvkm_debug(subdev, "using image from %s\n", best->func ? in nvbios_shadow()