nvkm_top 155 drivers/gpu/drm/nouveau/include/nvkm/core/device.h struct nvkm_top *top; nvkm_top 228 drivers/gpu/drm/nouveau/include/nvkm/core/device.h int (*top )(struct nvkm_device *, int idx, struct nvkm_top **); nvkm_top 20 drivers/gpu/drm/nouveau/include/nvkm/subdev/top.h int gk104_top_new(struct nvkm_device *, int, struct nvkm_top **); nvkm_top 27 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c nvkm_top_device_new(struct nvkm_top *top) nvkm_top 46 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = device->top; nvkm_top 62 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = device->top; nvkm_top 78 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = device->top; nvkm_top 94 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = device->top; nvkm_top 117 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = device->top; nvkm_top 131 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = device->top; nvkm_top 145 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = device->top; nvkm_top 163 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = nvkm_top(subdev); nvkm_top 170 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top = nvkm_top(subdev); nvkm_top 182 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c nvkm_top = { nvkm_top 189 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c int index, struct nvkm_top **ptop) nvkm_top 191 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c struct nvkm_top *top; nvkm_top 194 drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c nvkm_subdev_ctor(&nvkm_top, device, index, &top->subdev); nvkm_top 27 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c gk104_top_oneinit(struct nvkm_top *top) nvkm_top 117 drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c gk104_top_new(struct nvkm_device *device, int index, struct nvkm_top **ptop) nvkm_top 4 drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h #define nvkm_top(p) container_of((p), struct nvkm_top, subdev) nvkm_top 8 drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h int (*oneinit)(struct nvkm_top *); nvkm_top 12 drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h int, struct nvkm_top **); nvkm_top 25 drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h struct nvkm_top_device *nvkm_top_device_new(struct nvkm_top *);