gf100_bar_new_
return gf100_bar_new_(&gf100_bar_func, device, type, inst, pbar);
int gf100_bar_new_(const struct nvkm_bar_func *, struct nvkm_device *, enum nvkm_subdev_type,
int ret = gf100_bar_new_(&gk20a_bar_func, device, type, inst, pbar);
return gf100_bar_new_(&gm107_bar_func, device, type, inst, pbar);
int ret = gf100_bar_new_(&gm20b_bar_func, device, type, inst, pbar);
return gf100_bar_new_(&tu102_bar, device, type, inst, pbar);
ret = gf100_bar_new_(rm, device, type, inst, &bar);