/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | object.h | 10 const struct nvkm_object_func *func; 29 struct nvkm_object_func { struct 50 void nvkm_object_ctor(const struct nvkm_object_func *, argument 52 int nvkm_object_new_(const struct nvkm_object_func *, 78 const struct nvkm_object_func *);
|
H A D | oclass.h | 12 const struct nvkm_object_func *func;
|
H A D | engine.h | 41 const struct nvkm_object_func *cclass;
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | object.c | 30 const struct nvkm_object_func *func) in nvkm_object_search() 308 nvkm_object_ctor(const struct nvkm_object_func *func, in nvkm_object_ctor() 326 nvkm_object_new_(const struct nvkm_object_func *func, in nvkm_object_new_() 339 static const struct nvkm_object_func 340 nvkm_object_func = { variable 347 const struct nvkm_object_func *func = in nvkm_object_new() 348 oclass->base.func ? oclass->base.func : &nvkm_object_func; in nvkm_object_new()
|
H A D | client.c | 70 static const struct nvkm_object_func nvkm_client; 159 static const struct nvkm_object_func
|
H A D | uevent.c | 104 static const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | priv.h | 9 extern const struct nvkm_object_func nv31_mpeg_object; 16 extern const struct nvkm_object_func nv50_mpeg_cclass;
|
H A D | nv31.c | 55 const struct nvkm_object_func 78 static const struct nvkm_object_func
|
H A D | nv50.c | 51 const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
H A D | g84.c | 50 static const struct nvkm_object_func 64 static const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | user.c | 33 static const struct nvkm_object_func nvkm_dmaobj_func; 60 static const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
H A D | priv.h | 10 extern const struct nvkm_object_func gv100_ce_cclass;
|
H A D | gv100.c | 44 const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | umem.c | 33 static const struct nvkm_object_func nvkm_umem; 134 static const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv50.h | 33 extern const struct nvkm_object_func nv50_gr_object;
|
H A D | nv40.h | 33 extern const struct nvkm_object_func nv40_gr_object;
|
H A D | priv.h | 41 extern const struct nvkm_object_func nv04_gr_object;
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ |
H A D | uvfn.c | 45 static const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | nvsw.c | 54 static const struct nvkm_object_func
|
H A D | chan.c | 70 static const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | user.c | 359 static const struct nvkm_object_func 374 static const struct nvkm_object_func 391 const struct nvkm_object_func *func; in nvkm_udevice_new()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | user.c | 80 static const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | ucgrp.c | 74 static const struct nvkm_object_func
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | udisp.c | 74 static const struct nvkm_object_func
|
H A D | uhead.c | 98 static const struct nvkm_object_func
|