Searched refs:nvkm_top (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
H A D | base.c | 27 nvkm_top_device_new(struct nvkm_top *top) in nvkm_top_device_new() 46 struct nvkm_top *top = device->top; in nvkm_top_addr() 62 struct nvkm_top *top = device->top; in nvkm_top_reset() 78 struct nvkm_top *top = device->top; in nvkm_top_intr_mask() 94 struct nvkm_top *top = device->top; in nvkm_top_intr() 117 struct nvkm_top *top = device->top; in nvkm_top_fault_id() 131 struct nvkm_top *top = device->top; in nvkm_top_fault() 145 struct nvkm_top *top = device->top; in nvkm_top_engine() 163 struct nvkm_top *top = nvkm_top(subde in nvkm_top_oneinit() 182 nvkm_top = { global() variable [all...] |
H A D | priv.h | 4 #define nvkm_top(p) container_of((p), struct nvkm_top, subdev) macro 8 int (*oneinit)(struct nvkm_top *); 12 int, struct nvkm_top **); 25 struct nvkm_top_device *nvkm_top_device_new(struct nvkm_top *);
|
H A D | gk104.c | 27 gk104_top_oneinit(struct nvkm_top *top) in gk104_top_oneinit() 117 gk104_top_new(struct nvkm_device *device, int index, struct nvkm_top **ptop) in gk104_top_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
H A D | base.c | 27 nvkm_top_device_new(struct nvkm_top *top) in nvkm_top_device_new() 47 struct nvkm_top *top = device->top; in nvkm_top_addr() 63 struct nvkm_top *top = device->top; in nvkm_top_reset() 79 struct nvkm_top *top = device->top; in nvkm_top_intr_mask() 95 struct nvkm_top *top = device->top; in nvkm_top_fault_id() 109 struct nvkm_top *top = device->top; in nvkm_top_fault() 123 struct nvkm_top *top = device->top; in nvkm_top_parse() 134 struct nvkm_top *top = nvkm_top(subdev); in nvkm_top_dtor() 146 nvkm_top variable [all...] |
H A D | priv.h | 4 #define nvkm_top(p) container_of((p), struct nvkm_top, subdev) macro 8 int (*parse)(struct nvkm_top *); 12 struct nvkm_top **); 14 struct nvkm_top_device *nvkm_top_device_new(struct nvkm_top *);
|
H A D | gk104.c | 27 gk104_top_parse(struct nvkm_top *top) in gk104_top_parse() 116 struct nvkm_top **ptop) in gk104_top_new()
|
H A D | ga100.c | 25 ga100_top_parse(struct nvkm_top *top) in ga100_top_parse() 105 struct nvkm_top **ptop) in ga100_top_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | top.h | 6 struct nvkm_top { struct 31 int gk104_top_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_top **); 32 int ga100_top_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_top **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | top.h | 6 struct nvkm_top { struct 20 int gk104_top_new(struct nvkm_device *, int, struct nvkm_top **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | device.h | 155 struct nvkm_top *top; 228 int (*top )(struct nvkm_device *, int idx, struct nvkm_top **);
|
Completed in 4 milliseconds