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()
148 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
152 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
156 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
159 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
163 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
166 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
173 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
177 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
182 if (pdev->vendor == PCI_VENDOR_ID_AMD) in xhci_pci_quirks()
185 if ((pdev->vendor == PCI_VENDOR_ID_AMD) && in xhci_pci_quirks()
192 if (pdev->vendor == PCI_VENDOR_ID_INTEL) { in xhci_pci_quirks()
197 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
207 * vendor will change the board name), so we have to key off all in xhci_pci_quirks()
212 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
218 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
229 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
232 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
237 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
245 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
250 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
264 if (pdev->vendor == PCI_VENDOR_ID_ETRON && in xhci_pci_quirks()
270 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
275 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
280 if (pdev->vendor == PCI_VENDOR_ID_VIA) in xhci_pci_quirks()
284 if (pdev->vendor == PCI_VENDOR_ID_VIA && in xhci_pci_quirks()
288 if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == 0x3483) { in xhci_pci_quirks()
293 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
302 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
307 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
313 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
317 if (pdev->vendor == PCI_VENDOR_ID_TI && pdev->device == 0x8241) in xhci_pci_quirks()
320 if ((pdev->vendor == PCI_VENDOR_ID_BROADCOM || in xhci_pci_quirks()
321 pdev->vendor == PCI_VENDOR_ID_CAVIUM) && in xhci_pci_quirks()
325 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()