Home
last modified time | relevance | path

Searched refs:nvkm_top_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/top/
Dbase.c26 struct nvkm_top_device *
29 struct nvkm_top_device *info = kmalloc(sizeof(*info), GFP_KERNEL); in nvkm_top_device_new()
47 struct nvkm_top_device *info; in nvkm_top_addr()
63 struct nvkm_top_device *info; in nvkm_top_reset()
79 struct nvkm_top_device *info; in nvkm_top_intr_mask()
95 struct nvkm_top_device *info; in nvkm_top_intr()
118 struct nvkm_top_device *info; in nvkm_top_fault_id()
132 struct nvkm_top_device *info; in nvkm_top_fault()
146 struct nvkm_top_device *info; in nvkm_top_engine()
171 struct nvkm_top_device *info, *temp; in nvkm_top_dtor()
Dpriv.h14 struct nvkm_top_device { struct
25 struct nvkm_top_device *nvkm_top_device_new(struct nvkm_top *); argument
Dgk104.c31 struct nvkm_top_device *info = NULL; in gk104_top_oneinit()