Home
last modified time | relevance | path

Searched refs:gf100_bar_new_ (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgk20a.c38 int ret = gf100_bar_new_(&gk20a_bar_func, device, type, inst, pbar); in gk20a_bar_new()
H A Dgm20b.c38 int ret = gf100_bar_new_(&gm20b_bar_func, device, type, inst, pbar); in gm20b_bar_new()
H A Dgf100.h18 int gf100_bar_new_(const struct nvkm_bar_func *, struct nvkm_device *, enum nvkm_subdev_type,
H A Dgf100.c164 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 Dgm107.c65 return gf100_bar_new_(&gm107_bar_func, device, type, inst, pbar); in gm107_bar_new()
H A Dtu102.c98 return gf100_bar_new_(&tu102_bar, device, type, inst, pbar); in tu102_bar_new()