• Home
  • Raw
  • Download

Lines Matching full:vendor

323 	/* Look for vendor-specific quirks */  in xhci_pci_quirks()
324 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
354 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
358 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
361 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
372 if (pdev->vendor == PCI_VENDOR_ID_ATI && in xhci_pci_quirks()
376 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
380 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
383 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
390 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
394 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
399 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x43f7) in xhci_pci_quirks()
402 if ((pdev->vendor == PCI_VENDOR_ID_AMD) && in xhci_pci_quirks()
409 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
413 if (pdev->vendor == PCI_VENDOR_ID_INTEL) { in xhci_pci_quirks()
418 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
428 * vendor will change the board name), so we have to key off all in xhci_pci_quirks()
433 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
439 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
450 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
453 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
458 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
466 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
471 if (pdev->vendor == PCI_VENDOR_ID_INTEL && in xhci_pci_quirks()
485 if (pdev->vendor == PCI_VENDOR_ID_ETRON && in xhci_pci_quirks()
493 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
497 if (pdev->vendor == PCI_VENDOR_ID_RENESAS && in xhci_pci_quirks()
502 if (pdev->vendor == PCI_VENDOR_ID_VIA) in xhci_pci_quirks()
506 if (pdev->vendor == PCI_VENDOR_ID_VIA && in xhci_pci_quirks()
510 if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == PCI_DEVICE_ID_VIA_VL805) { in xhci_pci_quirks()
515 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
524 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
528 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
534 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
538 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && in xhci_pci_quirks()
542 if (pdev->vendor == PCI_VENDOR_ID_TI && pdev->device == 0x8241) in xhci_pci_quirks()
545 if ((pdev->vendor == PCI_VENDOR_ID_BROADCOM || in xhci_pci_quirks()
546 pdev->vendor == PCI_VENDOR_ID_CAVIUM) && in xhci_pci_quirks()
550 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
555 if (pdev->vendor == PCI_VENDOR_ID_ZHAOXIN) { in xhci_pci_quirks()
568 if (pdev->vendor == PCI_DEVICE_ID_CADENCE && in xhci_pci_quirks()
781 * through a vendor specific SSIC CONFIG register at offset 0x883c,
819 * the Internal PME flag bit in vendor specific PMCTRL register at offset 0x80a4
908 if (pdev->vendor == PCI_VENDOR_ID_INTEL) in xhci_pci_resume()