Home
last modified time | relevance | path

Searched refs:pvfn (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dgv100.c33 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 Dga100.c44 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) in ga100_vfn_new() argument
46 return nvkm_vfn_new_(&ga100_vfn, device, type, inst, 0xb80000, pvfn); in ga100_vfn_new()
H A Dbase.c37 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_()
H A Dtu102.c105 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) in tu102_vfn_new() argument
107 return nvkm_vfn_new_(&tu102_vfn, device, type, inst, 0xb80000, pvfn); in tu102_vfn_new()