Searched defs:nvkm_device_chip (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 164 struct nvkm_device_chip { struct 165 const char *name; 167 int (*bar )(struct nvkm_device *, int idx, struct nvkm_bar **); 168 int (*bios )(struct nvkm_device *, int idx, struct nvkm_bios **); 169 int (*bus )(struct nvkm_device *, int idx, struct nvkm_bus **); 170 int (*clk )(struct nvkm_device *, int idx, struct nvkm_clk **); 171 int (*devinit)(struct nvkm_device *, int idx, struct nvkm_devinit **); 172 int (*fb )(struct nvkm_device *, int idx, struct nvkm_fb **); 173 int (*fuse )(struct nvkm_device *, int idx, struct nvkm_fuse **); 174 int (*gpio )(struct nvkm_device *, int idx, struct nvkm_gpio **); [all …]
|