/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
mc.h | 8 struct nvkm_mc { struct 23 int nv04_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 24 int nv11_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 25 int nv17_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 26 int nv44_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 27 int nv50_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 28 int g84_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 29 int g98_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 30 int gt215_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 31 int gf100_mc_new(struct nvkm_device *, int, struct nvkm_mc **); [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/ |
priv.h | 6 #define nvkm_mc(p) container_of((p), struct nvkm_mc, subdev) macro 10 int index, struct nvkm_mc *); 12 int index, struct nvkm_mc **); 21 void (*init)(struct nvkm_mc *); 22 void *(*dtor)(struct nvkm_mc *); 25 void (*intr_unarm)(struct nvkm_mc *); 27 void (*intr_rearm)(struct nvkm_mc *); 29 void (*intr_mask)(struct nvkm_mc *, u32 mask, u32 stat); 31 u32 (*intr_stat)(struct nvkm_mc *); [all...] |
nouveau_nvkm_subdev_mc_base.c | 37 struct nvkm_mc *mc = device->mc; 45 struct nvkm_mc *mc = device->mc; 60 struct nvkm_mc *mc = device->mc; 68 struct nvkm_mc *mc = device->mc; 74 nvkm_mc_intr_stat(struct nvkm_mc *mc) 85 struct nvkm_mc *mc = device->mc; 125 struct nvkm_mc *mc = device->mc; 192 struct nvkm_mc *mc = nvkm_mc(subdev); 202 struct nvkm_mc *mc = nvkm_mc(subdev) 209 nvkm_mc = { variable in typeref:typename:const struct nvkm_subdev_func [all...] |