Home
last modified time | relevance | path

Searched refs:nvkm_pci_new_ (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dnv4c.c36 return nvkm_pci_new_(&nv4c_pci_func, device, index, ppci); in nv4c_pci_new()
H A Dgp100.c43 return nvkm_pci_new_(&gp100_pci_func, device, index, ppci); in gp100_pci_new()
H A Dnv46.c50 return nvkm_pci_new_(&nv46_pci_func, device, index, ppci); in nv46_pci_new()
H A Dgf106.c48 return nvkm_pci_new_(&gf106_pci_func, device, index, ppci); in gf106_pci_new()
H A Dg94.c48 return nvkm_pci_new_(&g94_pci_func, device, index, ppci); in g94_pci_new()
H A Dg92.c56 return nvkm_pci_new_(&g92_pci_func, device, index, ppci); in g92_pci_new()
H A Dnv04.c57 return nvkm_pci_new_(&nv04_pci_func, device, index, ppci); in nv04_pci_new()
H A Dnv40.c64 return nvkm_pci_new_(&nv40_pci_func, device, index, ppci); in nv40_pci_new()
H A Dpriv.h7 int nvkm_pci_new_(const struct nvkm_pci_func *, struct nvkm_device *,
H A Dgf100.c101 return nvkm_pci_new_(&gf100_pci_func, device, index, ppci); in gf100_pci_new()
H A Dg84.c155 return nvkm_pci_new_(&g84_pci_func, device, index, ppci); in g84_pci_new()
H A Dgk104.c227 return nvkm_pci_new_(&gk104_pci_func, device, index, ppci); in gk104_pci_new()
H A Dbase.c185 nvkm_pci_new_(const struct nvkm_pci_func *func, struct nvkm_device *device, in nvkm_pci_new_() function