Lines Matching full:vendor

89 	/* Look for vendor-specific quirks */  in xhci_pci_quirks()
90 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
122 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
126 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
129 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
133 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
136 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
142 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
146 if (pdev->vendor == PCI_VENDOR_ID_AMD) in xhci_pci_quirks()
149 if ((pdev->vendor == PCI_VENDOR_ID_AMD) && in xhci_pci_quirks()
156 if (pdev->vendor == PCI_VENDOR_ID_INTEL) { in xhci_pci_quirks()
161 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
171 * vendor will change the board name), so we have to key off all in xhci_pci_quirks()
176 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
182 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
192 if (pdev->vendor == PCI_VENDOR_ID_INTEL && 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()
208 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
218 if (pdev->vendor == PCI_VENDOR_ID_ETRON && in xhci_pci_quirks()
224 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
229 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
234 if (pdev->vendor == PCI_VENDOR_ID_VIA) in xhci_pci_quirks()
238 if (pdev->vendor == PCI_VENDOR_ID_VIA && in xhci_pci_quirks()
242 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
245 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
249 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
253 if (pdev->vendor == PCI_VENDOR_ID_TI && pdev->device == 0x8241) in xhci_pci_quirks()
256 if ((pdev->vendor == PCI_VENDOR_ID_BROADCOM || in xhci_pci_quirks()
257 pdev->vendor == PCI_VENDOR_ID_CAVIUM) && in xhci_pci_quirks()
406 * through a vendor specific SSIC CONFIG register at offset 0x883c,
444 * the Internal PME flag bit in vendor specific PMCTRL register at offset 0x80a4
508 if (pdev->vendor == PCI_VENDOR_ID_INTEL) in xhci_pci_resume()