Searched refs:xhci_pdev (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
H A Dpci-quirks.h14 void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev);
15 void usb_disable_xhci_ports(struct pci_dev *xhci_pdev);
22 static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {} sb800_prefetch() argument
H A Dpci-quirks.c867 void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev) usb_enable_intel_xhci_ports() argument
876 if (xhci_pdev->subsystem_vendor == PCI_VENDOR_ID_SONY && usb_enable_intel_xhci_ports()
877 xhci_pdev->subsystem_device == 0x90a8) usb_enable_intel_xhci_ports()
897 dev_warn(&xhci_pdev->dev,
899 dev_warn(&xhci_pdev->dev,
901 usb_disable_xhci_ports(xhci_pdev);
908 pci_read_config_dword(xhci_pdev, USB_INTEL_USB3PRM,
911 dev_dbg(&xhci_pdev->dev, "Configurable ports to enable SuperSpeed: 0x%x\n",
918 pci_write_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN,
921 pci_read_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN,
923 dev_dbg(&xhci_pdev->dev,
931 pci_read_config_dword(xhci_pdev, USB_INTEL_USB2PRM,
934 dev_dbg(&xhci_pdev->dev, "Configurable USB 2.0 ports to hand over to xCHI: 0x%x\n",
941 pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR,
944 pci_read_config_dword(xhci_pdev, USB_INTEL_XUSB2PR,
946 dev_dbg(&xhci_pdev->dev,
952 void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) usb_disable_xhci_ports() argument
954 pci_write_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, 0x0); usb_disable_xhci_ports()
955 pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, 0x0); usb_disable_xhci_ports()

Completed in 101 milliseconds