Lines Matching defs:vendor
39 MODULE_PARM_DESC(ids, "Initial PCI IDs to add to the vfio driver, format is \"vendor:device[:subvendor[:subdevice[:class[:class_mask]]]]\" and multiple comma separated entries can be specified");
78 switch (pdev->vendor) {
104 pdev->vendor, pdev->device);
109 pdev->vendor, pdev->device);
241 switch (pdev->vendor) {
383 pdev->vendor == PCI_VENDOR_ID_INTEL &&
392 if (pdev->vendor == PCI_VENDOR_ID_NVIDIA &&
401 if (pdev->vendor == PCI_VENDOR_ID_IBM &&
2429 unsigned int vendor, device, subvendor = PCI_ANY_ID,
2437 &vendor, &device, &subvendor, &subdevice,
2445 rc = pci_add_dynid(&vfio_pci_driver, vendor, device,
2449 vendor, device, subvendor, subdevice,
2453 vendor, device, subvendor, subdevice,