Searched defs:nvkm_device_chip (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 202 struct nvkm_device_chip { struct 203 const char *name; 205 int (*acr )(struct nvkm_device *, int idx, struct nvkm_acr **); 206 int (*bar )(struct nvkm_device *, int idx, struct nvkm_bar **); 207 int (*bios )(struct nvkm_device *, int idx, struct nvkm_bios **); 208 int (*bus )(struct nvkm_device *, int idx, struct nvkm_bus **); 209 int (*clk )(struct nvkm_device *, int idx, struct nvkm_clk **); 210 int (*devinit )(struct nvkm_device *, int idx, struct nvkm_devinit **); 211 int (*fault )(struct nvkm_device *, int idx, struct nvkm_fault **); 212 int (*fb )(struct nvkm_device *, int idx, struct nvkm_fb **); [all …]
|