Lines Matching full:vendor

115 	/* Look for vendor-specific quirks */  in xhci_pci_quirks()
116 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
147 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
151 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
155 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
158 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
162 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
165 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
172 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
176 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
181 if (pdev->vendor == PCI_VENDOR_ID_AMD) in xhci_pci_quirks()
184 if ((pdev->vendor == PCI_VENDOR_ID_AMD) && in xhci_pci_quirks()
191 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
195 if (pdev->vendor == PCI_VENDOR_ID_INTEL) { in xhci_pci_quirks()
200 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
210 * vendor will change the board name), so we have to key off all in xhci_pci_quirks()
215 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
221 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
232 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
235 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
240 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
248 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
252 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
266 if (pdev->vendor == PCI_VENDOR_ID_ETRON && in xhci_pci_quirks()
272 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
277 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
282 if (pdev->vendor == PCI_VENDOR_ID_VIA) in xhci_pci_quirks()
286 if (pdev->vendor == PCI_VENDOR_ID_VIA && in xhci_pci_quirks()
290 if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == 0x3483) { in xhci_pci_quirks()
295 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
304 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
309 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
315 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
319 if (pdev->vendor == PCI_VENDOR_ID_TI && pdev->device == 0x8241) in xhci_pci_quirks()
322 if ((pdev->vendor == PCI_VENDOR_ID_BROADCOM || in xhci_pci_quirks()
323 pdev->vendor == PCI_VENDOR_ID_CAVIUM) && in xhci_pci_quirks()
327 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
494 * through a vendor specific SSIC CONFIG register at offset 0x883c,
532 * the Internal PME flag bit in vendor specific PMCTRL register at offset 0x80a4
610 if (pdev->vendor == PCI_VENDOR_ID_INTEL) in xhci_pci_resume()