Lines Matching refs:subvendor
54 unsigned int subvendor, unsigned int subdevice, in pci_add_dynid() argument
66 dynid->id.subvendor = subvendor; in pci_add_dynid()
105 u32 vendor, device, subvendor = PCI_ANY_ID, in new_id_store() local
112 &vendor, &device, &subvendor, &subdevice, in new_id_store()
124 pdev->subsystem_vendor = subvendor; in new_id_store()
141 while (ids->vendor || ids->subvendor || ids->class_mask) { in new_id_store()
152 retval = pci_add_dynid(pdrv, vendor, device, subvendor, subdevice, in new_id_store()
173 u32 vendor, device, subvendor = PCI_ANY_ID, in remove_id_store() local
179 &vendor, &device, &subvendor, &subdevice, in remove_id_store()
189 (subvendor == PCI_ANY_ID || id->subvendor == subvendor) && in remove_id_store()
227 while (ids->vendor || ids->subvendor || ids->class_mask) { in pci_match_id()
240 .subvendor = PCI_ANY_ID,