Searched refs:pvfn (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ |
H A D | ga100.c | 46 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) in ga100_vfn_new() argument 49 return r535_vfn_new(&ga100_vfn, device, type, inst, 0xb80000, pvfn); in ga100_vfn_new() 51 return nvkm_vfn_new_(&ga100_vfn, device, type, inst, 0xb80000, pvfn); in ga100_vfn_new()
|
H A D | gv100.c | 33 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) in gv100_vfn_new() argument 35 return nvkm_vfn_new_(&gv100_vfn, device, type, inst, 0, pvfn); in gv100_vfn_new()
|
H A D | tu102.c | 107 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) in tu102_vfn_new() argument 110 return r535_vfn_new(&tu102_vfn, device, type, inst, 0xb80000, pvfn); in tu102_vfn_new() 112 return nvkm_vfn_new_(&tu102_vfn, device, type, inst, 0xb80000, pvfn); in tu102_vfn_new()
|
H A D | r535.c | 33 struct nvkm_vfn **pvfn) in r535_vfn_new() argument 45 ret = nvkm_vfn_new_(rm, device, type, inst, addr, pvfn); in r535_vfn_new()
|
H A D | base.c | 37 enum nvkm_subdev_type type, int inst, u32 addr, struct nvkm_vfn **pvfn) in nvkm_vfn_new_() argument 42 if (!(vfn = *pvfn = kzalloc(sizeof(*vfn), GFP_KERNEL))) in nvkm_vfn_new_()
|