HomeSort by: relevance | last modified time | path
    Searched defs:nvkm_top (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
top.h 8 struct nvkm_top { struct
22 int gk104_top_new(struct nvkm_device *, int, struct nvkm_top **);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/top/
priv.h 6 #define nvkm_top(p) container_of((p), struct nvkm_top, subdev) macro
10 int (*oneinit)(struct nvkm_top *);
14 int, struct nvkm_top **);
27 struct nvkm_top_device *nvkm_top_device_new(struct nvkm_top *);
nouveau_nvkm_subdev_top_base.c 32 nvkm_top_device_new(struct nvkm_top *top)
51 struct nvkm_top *top = device->top;
67 struct nvkm_top *top = device->top;
83 struct nvkm_top *top = device->top;
99 struct nvkm_top *top = device->top;
122 struct nvkm_top *top = device->top;
136 struct nvkm_top *top = device->top;
150 struct nvkm_top *top = device->top;
168 struct nvkm_top *top = nvkm_top(subdev)
187 nvkm_top = { variable in typeref:typename:const struct nvkm_subdev_func
    [all...]

Completed in 13 milliseconds