Searched refs:vmci_ids (Results 1 – 1 of 1) sorted by relevance
76 } vmci_ids[] = { variable80 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, vmci, vmci_ids,81 nitems(vmci_ids));121 if (pci_get_vendor(dev) == vmci_ids[0].vendor && in vmci_probe()122 pci_get_device(dev) == vmci_ids[0].device) { in vmci_probe()123 device_set_desc(dev, vmci_ids[0].desc); in vmci_probe()