Symbol: nvkm_top
drivers/gpu/drm/nouveau/include/nvkm/core/layout.h
4
NVKM_LAYOUT_ONCE(NVKM_SUBDEV_TOP , struct nvkm_top , top)
drivers/gpu/drm/nouveau/include/nvkm/subdev/top.h
31
int gk104_top_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_top **);
drivers/gpu/drm/nouveau/include/nvkm/subdev/top.h
32
int ga100_top_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_top **);
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
109
struct nvkm_top *top = device->top;
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
123
struct nvkm_top *top = device->top;
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
134
struct nvkm_top *top = nvkm_top(subdev);
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
146
nvkm_top = {
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
152
enum nvkm_subdev_type type, int inst, struct nvkm_top **ptop)
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
154
struct nvkm_top *top;
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
157
nvkm_subdev_ctor(&nvkm_top, device, type, inst, &top->subdev);
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
27
nvkm_top_device_new(struct nvkm_top *top)
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
47
struct nvkm_top *top = device->top;
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
63
struct nvkm_top *top = device->top;
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
79
struct nvkm_top *top = device->top;
drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c
95
struct nvkm_top *top = device->top;
drivers/gpu/drm/nouveau/nvkm/subdev/top/ga100.c
107
struct nvkm_top **ptop)
drivers/gpu/drm/nouveau/nvkm/subdev/top/ga100.c
27
ga100_top_parse(struct nvkm_top *top)
drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c
118
struct nvkm_top **ptop)
drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c
29
gk104_top_parse(struct nvkm_top *top)
drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h
12
struct nvkm_top **);
drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h
14
struct nvkm_top_device *nvkm_top_device_new(struct nvkm_top *);
drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h
4
#define nvkm_top(p) container_of((p), struct nvkm_top, subdev)
drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h
8
int (*parse)(struct nvkm_top *);