Searched refs:xhci_pdev (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | pci-quirks.c | 1058 void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev) in usb_enable_intel_xhci_ports() argument 1067 if (xhci_pdev->subsystem_vendor == PCI_VENDOR_ID_SONY && in usb_enable_intel_xhci_ports() 1068 xhci_pdev->subsystem_device == 0x90a8) in usb_enable_intel_xhci_ports() 1088 dev_warn(&xhci_pdev->dev, in usb_enable_intel_xhci_ports() 1090 dev_warn(&xhci_pdev->dev, in usb_enable_intel_xhci_ports() 1092 usb_disable_xhci_ports(xhci_pdev); in usb_enable_intel_xhci_ports() 1099 pci_read_config_dword(xhci_pdev, USB_INTEL_USB3PRM, in usb_enable_intel_xhci_ports() 1102 dev_dbg(&xhci_pdev->dev, "Configurable ports to enable SuperSpeed: 0x%x\n", in usb_enable_intel_xhci_ports() 1109 pci_write_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, in usb_enable_intel_xhci_ports() 1112 pci_read_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, in usb_enable_intel_xhci_ports() [all …]
|
| H A D | pci-quirks.h | 42 void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev); 43 void usb_disable_xhci_ports(struct pci_dev *xhci_pdev); 47 static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {} in usb_disable_xhci_ports() argument
|