nvkm_device_subdev
struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst);
subdev = nvkm_device_subdev(intr->subdev->device, type, inst);
struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst);
subdev = nvkm_device_subdev(device, (type), 0); \
subdev = nvkm_device_subdev(device, (type), (j)); \
subdev = nvkm_device_subdev(device, type, 0);
struct nvkm_subdev *subdev = nvkm_device_subdev(drm->nvkm, NVKM_SUBDEV_CLK, 0);
struct nvkm_subdev *subdev = nvkm_device_subdev(drm->nvkm, NVKM_SUBDEV_CLK, 0);
struct nvkm_subdev *subdev = nvkm_device_subdev(drm->nvkm, NVKM_SUBDEV_CLK, 0);
struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst);
if (!nvkm_device_subdev(dev, order[i].type, order[i].inst))
if (!nvkm_device_subdev(dev, order[i].type, order[i].inst))
if (!nvkm_device_subdev(dev, order[i].type, order[i].inst))
return nvkm_device_subdev(device, info->type, info->inst);