Lines Matching full:vendor

244 	/* Look for vendor-specific quirks */  in xhci_pci_quirks()
245 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
276 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
280 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
284 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
287 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
291 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
294 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
301 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
305 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
310 if (pdev->vendor == PCI_VENDOR_ID_AMD) in xhci_pci_quirks()
313 if ((pdev->vendor == PCI_VENDOR_ID_AMD) && in xhci_pci_quirks()
320 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
324 if (pdev->vendor == PCI_VENDOR_ID_INTEL) { in xhci_pci_quirks()
329 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
339 * vendor will change the board name), so we have to key off all in xhci_pci_quirks()
344 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
350 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
361 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
364 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
369 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
377 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
382 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
396 if (pdev->vendor == PCI_VENDOR_ID_ETRON && in xhci_pci_quirks()
402 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
407 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
412 if (pdev->vendor == PCI_VENDOR_ID_VIA) in xhci_pci_quirks()
416 if (pdev->vendor == PCI_VENDOR_ID_VIA && in xhci_pci_quirks()
420 if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == 0x3483) in xhci_pci_quirks()
423 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
432 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
437 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
443 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
447 if (pdev->vendor == PCI_VENDOR_ID_TI && pdev->device == 0x8241) in xhci_pci_quirks()
450 if ((pdev->vendor == PCI_VENDOR_ID_BROADCOM || in xhci_pci_quirks()
451 pdev->vendor == PCI_VENDOR_ID_CAVIUM) && in xhci_pci_quirks()
455 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
460 if (pdev->vendor == PCI_VENDOR_ID_ZHAOXIN) { in xhci_pci_quirks()
678 * through a vendor specific SSIC CONFIG register at offset 0x883c,
716 * the Internal PME flag bit in vendor specific PMCTRL register at offset 0x80a4
805 if (pdev->vendor == PCI_VENDOR_ID_INTEL) in xhci_pci_resume()