Home
last modified time | relevance | path

Searched defs:nvkm_device_chip (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Ddevice.h218 struct nvkm_device_chip { struct
219 const char *name;
221 int (*acr )(struct nvkm_device *, int idx, struct nvkm_acr **);
222 int (*bar )(struct nvkm_device *, int idx, struct nvkm_bar **);
223 int (*bios )(struct nvkm_device *, int idx, struct nvkm_bios **);
224 int (*bus )(struct nvkm_device *, int idx, struct nvkm_bus **);
225 int (*clk )(struct nvkm_device *, int idx, struct nvkm_clk **);
226 int (*devinit )(struct nvkm_device *, int idx, struct nvkm_devinit **);
227 int (*fault )(struct nvkm_device *, int idx, struct nvkm_fault **);
228 int (*fb )(struct nvkm_device *, int idx, struct nvkm_fb **);
[all …]