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