Lines Matching defs:vendor
35 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");
65 switch (pdev->vendor) {
91 pdev->vendor, pdev->device);
96 pdev->vendor, pdev->device);
113 pdev->vendor == PCI_VENDOR_ID_INTEL &&
218 unsigned int vendor, device, subvendor = PCI_ANY_ID,
226 &vendor, &device, &subvendor, &subdevice,
234 rc = pci_add_dynid(&vfio_pci_driver, vendor, device,
238 vendor, device, subvendor, subdevice,
242 vendor, device, subvendor, subdevice,