HomeSort by: relevance | last modified time | path
    Searched refs:gf100_bar_new_ (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/
gf100.h 20 int gf100_bar_new_(const struct nvkm_bar_func *, struct nvkm_device *,
nouveau_nvkm_subdev_bar_gk20a.c 42 int ret = gf100_bar_new_(&gk20a_bar_func, device, index, pbar);
nouveau_nvkm_subdev_bar_gm20b.c 42 int ret = gf100_bar_new_(&gm20b_bar_func, device, index, pbar);
nouveau_nvkm_subdev_bar_gm107.c 69 return gf100_bar_new_(&gm107_bar_func, device, index, pbar);
nouveau_nvkm_subdev_bar_tu102.c 102 return gf100_bar_new_(&tu102_bar, device, index, pbar);
nouveau_nvkm_subdev_bar_gf100.c 169 gf100_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, function in typeref:typename:int
199 return gf100_bar_new_(&gf100_bar_func, device, index, pbar);

Completed in 125 milliseconds