Lines Matching full:vendor
306 /* Look for vendor-specific quirks */ in xhci_pci_quirks()
307 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
338 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
342 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
346 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
349 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
353 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
356 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
363 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
367 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
372 if (pdev->vendor == PCI_VENDOR_ID_AMD) in xhci_pci_quirks()
375 if ((pdev->vendor == PCI_VENDOR_ID_AMD) && in xhci_pci_quirks()
382 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
386 if (pdev->vendor == PCI_VENDOR_ID_INTEL) { in xhci_pci_quirks()
391 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
401 * vendor will change the board name), so we have to key off all in xhci_pci_quirks()
406 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
412 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
423 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
426 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
431 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
439 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
444 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
458 if (pdev->vendor == PCI_VENDOR_ID_ETRON && in xhci_pci_quirks()
464 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
469 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
474 if (pdev->vendor == PCI_VENDOR_ID_VIA) in xhci_pci_quirks()
478 if (pdev->vendor == PCI_VENDOR_ID_VIA && in xhci_pci_quirks()
482 if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == 0x3483) in xhci_pci_quirks()
485 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
494 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
499 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
505 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
509 if (pdev->vendor == PCI_VENDOR_ID_TI && pdev->device == 0x8241) in xhci_pci_quirks()
512 if ((pdev->vendor == PCI_VENDOR_ID_BROADCOM || in xhci_pci_quirks()
513 pdev->vendor == PCI_VENDOR_ID_CAVIUM) && in xhci_pci_quirks()
517 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
522 if (pdev->vendor == PCI_VENDOR_ID_ZHAOXIN) { in xhci_pci_quirks()
738 * through a vendor specific SSIC CONFIG register at offset 0x883c,
776 * the Internal PME flag bit in vendor specific PMCTRL register at offset 0x80a4
865 if (pdev->vendor == PCI_VENDOR_ID_INTEL) in xhci_pci_resume()