Home
last modified time | relevance | path

Searched refs:gk104_pci_new (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dpci.h51 int gk104_pci_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_pci **);
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c1679 .pci = { 0x00000001, gk104_pci_new },
1716 .pci = { 0x00000001, gk104_pci_new },
1753 .pci = { 0x00000001, gk104_pci_new },
1815 .pci = { 0x00000001, gk104_pci_new },
1851 .pci = { 0x00000001, gk104_pci_new },
1887 .pci = { 0x00000001, gk104_pci_new },
1923 .pci = { 0x00000001, gk104_pci_new },
1959 .pci = { 0x00000001, gk104_pci_new },
1994 .pci = { 0x00000001, gk104_pci_new },
2027 .pci = { 0x00000001, gk104_pci_new },
[all …]
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
Dgk104.c225 gk104_pci_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk104_pci_new() function