Searched refs:gf100_bar_new_ (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | gk20a.c | 37 int ret = gf100_bar_new_(&gk20a_bar_func, device, index, pbar); in gk20a_bar_new()
|
D | gf100.c | 162 gf100_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, in gf100_bar_new_() function 192 return gf100_bar_new_(&gf100_bar_func, device, index, pbar); in gf100_bar_new()
|
D | gm20b.c | 38 int ret = gf100_bar_new_(&gm20b_bar_func, device, index, pbar); in gm20b_bar_new()
|
D | gf100.h | 18 int gf100_bar_new_(const struct nvkm_bar_func *, struct nvkm_device *,
|
D | gm107.c | 64 return gf100_bar_new_(&gm107_bar_func, device, index, pbar); in gm107_bar_new()
|