Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h195 struct nvkm_device_chip { struct
196 const char *name;
198 int (*bar )(struct nvkm_device *, int idx, struct nvkm_bar **);
199 int (*bios )(struct nvkm_device *, int idx, struct nvkm_bios **);
200 int (*bus )(struct nvkm_device *, int idx, struct nvkm_bus **);
201 int (*clk )(struct nvkm_device *, int idx, struct nvkm_clk **);
202 int (*devinit )(struct nvkm_device *, int idx, struct nvkm_devinit **);
203 int (*fault )(struct nvkm_device *, int idx, struct nvkm_fault **);
204 int (*fb )(struct nvkm_device *, int idx, struct nvkm_fb **);
205 int (*fuse )(struct nvkm_device *, int idx, struct nvkm_fuse **);
[all …]