Lines Matching full:vendor

245 	/* Look for vendor-specific quirks */  in xhci_pci_quirks()
246 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_NEC) in xhci_pci_quirks()
283 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
287 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
290 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
297 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
301 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
306 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x43f7) in xhci_pci_quirks()
309 if ((pdev->vendor == PCI_VENDOR_ID_AMD) && in xhci_pci_quirks()
316 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
320 if (pdev->vendor == PCI_VENDOR_ID_INTEL) { in xhci_pci_quirks()
325 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
335 * vendor will change the board name), so we have to key off all in xhci_pci_quirks()
340 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
346 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
357 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
360 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
365 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
373 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
379 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
393 if (pdev->vendor == PCI_VENDOR_ID_ETRON && in xhci_pci_quirks()
402 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
406 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
411 if (pdev->vendor == PCI_VENDOR_ID_VIA) in xhci_pci_quirks()
414 if (pdev->vendor == PCI_VENDOR_ID_PHYTIUM && in xhci_pci_quirks()
419 if (pdev->vendor == PCI_VENDOR_ID_VIA && in xhci_pci_quirks()
423 if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == PCI_DEVICE_ID_VIA_VL805) { in xhci_pci_quirks()
428 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
437 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
441 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
447 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
451 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
455 if (pdev->vendor == PCI_VENDOR_ID_TI && pdev->device == 0x8241) in xhci_pci_quirks()
458 if ((pdev->vendor == PCI_VENDOR_ID_BROADCOM || in xhci_pci_quirks()
459 pdev->vendor == PCI_VENDOR_ID_CAVIUM) && in xhci_pci_quirks()
463 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
468 if (pdev->vendor == PCI_VENDOR_ID_ZHAOXIN) { in xhci_pci_quirks()
481 if (pdev->vendor == PCI_VENDOR_ID_CDNS && in xhci_pci_quirks()
707 * through a vendor specific SSIC CONFIG register at offset 0x883c,
745 * the Internal PME flag bit in vendor specific PMCTRL register at offset 0x80a4
833 if (pdev->vendor == PCI_VENDOR_ID_INTEL) in xhci_pci_resume()