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()
108 while (ids->vendor || ids->subvendor || ids->class_mask) { in pci_match_id()
121 .subvendor = PCI_ANY_ID,
192 u32 vendor, device, subvendor = PCI_ANY_ID, in new_id_store() local
199 &vendor, &device, &subvendor, &subdevice, in new_id_store()
211 pdev->subsystem_vendor = subvendor; in new_id_store()
228 while (ids->vendor || ids->subvendor || ids->class_mask) { in new_id_store()
239 retval = pci_add_dynid(pdrv, vendor, device, subvendor, subdevice, in new_id_store()
260 u32 vendor, device, subvendor = PCI_ANY_ID, in remove_id_store() local
266 &vendor, &device, &subvendor, &subdevice, in remove_id_store()
276 (subvendor == PCI_ANY_ID || id->subvendor == subvendor) && in remove_id_store()