Searched refs:gf100_bar_new_ (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gf100.c | 164 gf100_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, in gf100_bar_new_() function 194 return gf100_bar_new_(&gf100_bar_func, device, index, pbar); in gf100_bar_new()
|
H A D | gk20a.c | 37 int ret = gf100_bar_new_(&gk20a_bar_func, device, index, pbar); in gk20a_bar_new()
|
H A D | gm20b.c | 37 int ret = gf100_bar_new_(&gm20b_bar_func, device, index, pbar); in gm20b_bar_new()
|
H A D | gf100.h | 18 int gf100_bar_new_(const struct nvkm_bar_func *, struct nvkm_device *,
|
H A D | gm107.c | 64 return gf100_bar_new_(&gm107_bar_func, device, index, pbar); in gm107_bar_new()
|
H A D | tu102.c | 97 return gf100_bar_new_(&tu102_bar, device, index, pbar); in tu102_bar_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gk20a.c | 38 int ret = gf100_bar_new_(&gk20a_bar_func, device, type, inst, pbar); in gk20a_bar_new()
|
H A D | gm20b.c | 38 int ret = gf100_bar_new_(&gm20b_bar_func, device, type, inst, pbar); in gm20b_bar_new()
|
H A D | gf100.h | 18 int gf100_bar_new_(const struct nvkm_bar_func *, struct nvkm_device *, enum nvkm_subdev_type,
|
H A D | gm107.c | 65 return gf100_bar_new_(&gm107_bar_func, device, type, inst, pbar); in gm107_bar_new()
|
H A D | gf100.c | 164 gf100_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, in gf100_bar_new_() function 195 return gf100_bar_new_(&gf100_bar_func, device, type, inst, pbar); in gf100_bar_new()
|
H A D | tu102.c | 98 return gf100_bar_new_(&tu102_bar, device, type, inst, pbar); in tu102_bar_new()
|
Completed in 3 milliseconds