HomeSort by: relevance | last modified time | path
    Searched defs:nvkm_device (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
device.h 89 struct nvkm_device { struct
194 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int index);
195 struct nvkm_engine *nvkm_device_engine(struct nvkm_device *, int index);
198 struct nvkm_device_pci *(*pci)(struct nvkm_device *);
199 struct nvkm_device_tegra *(*tegra)(struct nvkm_device *);
200 void *(*dtor)(struct nvkm_device *);
201 int (*preinit)(struct nvkm_device *);
202 int (*init)(struct nvkm_device *);
203 void (*fini)(struct nvkm_device *, bool suspend);
205 bus_dma_tag_t (*dma_tag)(struct nvkm_device *);
    [all...]
device.h 89 struct nvkm_device { struct
194 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int index);
195 struct nvkm_engine *nvkm_device_engine(struct nvkm_device *, int index);
198 struct nvkm_device_pci *(*pci)(struct nvkm_device *);
199 struct nvkm_device_tegra *(*tegra)(struct nvkm_device *);
200 void *(*dtor)(struct nvkm_device *);
201 int (*preinit)(struct nvkm_device *);
202 int (*init)(struct nvkm_device *);
203 void (*fini)(struct nvkm_device *, bool suspend);
205 bus_dma_tag_t (*dma_tag)(struct nvkm_device *);
    [all...]
device.h 89 struct nvkm_device { struct
194 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int index);
195 struct nvkm_engine *nvkm_device_engine(struct nvkm_device *, int index);
198 struct nvkm_device_pci *(*pci)(struct nvkm_device *);
199 struct nvkm_device_tegra *(*tegra)(struct nvkm_device *);
200 void *(*dtor)(struct nvkm_device *);
201 int (*preinit)(struct nvkm_device *);
202 int (*init)(struct nvkm_device *);
203 void (*fini)(struct nvkm_device *, bool suspend);
205 bus_dma_tag_t (*dma_tag)(struct nvkm_device *);
    [all...]

Completed in 200 milliseconds