Symbol: nvkm_device_subdev
drivers/gpu/drm/nouveau/include/nvkm/core/device.h
81
struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst);
drivers/gpu/drm/nouveau/nvkm/core/intr.c
276
subdev = nvkm_device_subdev(intr->subdev->device, type, inst);
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
2932
struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst);
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
3417
subdev = nvkm_device_subdev(device, (type), 0); \
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
3435
subdev = nvkm_device_subdev(device, (type), (j)); \
drivers/gpu/drm/nouveau/nvkm/engine/device/user.c
54
subdev = nvkm_device_subdev(device, type, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
186
struct nvkm_subdev *subdev = nvkm_device_subdev(drm->nvkm, NVKM_SUBDEV_CLK, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
211
struct nvkm_subdev *subdev = nvkm_device_subdev(drm->nvkm, NVKM_SUBDEV_CLK, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
78
struct nvkm_subdev *subdev = nvkm_device_subdev(drm->nvkm, NVKM_SUBDEV_CLK, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/mc/base.c
40
struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst);
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gk104.c
39
if (!nvkm_device_subdev(dev, order[i].type, order[i].inst))
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gk104.c
51
if (!nvkm_device_subdev(dev, order[i].type, order[i].inst))
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gk104.c
68
if (!nvkm_device_subdev(dev, order[i].type, order[i].inst))
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
114
return nvkm_device_subdev(device, info->type, info->inst);