Home
last modified time | relevance | path

Searched refs:xhci_pdev (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Dpci-quirks.c882 void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev) in usb_enable_intel_xhci_ports() argument
891 if (xhci_pdev->subsystem_vendor == PCI_VENDOR_ID_SONY && in usb_enable_intel_xhci_ports()
892 xhci_pdev->subsystem_device == 0x90a8) in usb_enable_intel_xhci_ports()
912 dev_warn(&xhci_pdev->dev, in usb_enable_intel_xhci_ports()
914 dev_warn(&xhci_pdev->dev, in usb_enable_intel_xhci_ports()
916 usb_disable_xhci_ports(xhci_pdev); in usb_enable_intel_xhci_ports()
923 pci_read_config_dword(xhci_pdev, USB_INTEL_USB3PRM, in usb_enable_intel_xhci_ports()
926 dev_dbg(&xhci_pdev->dev, "Configurable ports to enable SuperSpeed: 0x%x\n", in usb_enable_intel_xhci_ports()
933 pci_write_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, in usb_enable_intel_xhci_ports()
936 pci_read_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, in usb_enable_intel_xhci_ports()
[all …]
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) {} in usb_disable_xhci_ports() argument
/drivers/platform/x86/
Dasus-wmi.c1085 struct pci_dev *xhci_pdev; in asus_wmi_set_xusb2pr() local
1089 xhci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL, in asus_wmi_set_xusb2pr()
1093 if (!xhci_pdev) in asus_wmi_set_xusb2pr()
1096 pci_read_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, in asus_wmi_set_xusb2pr()
1099 pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, in asus_wmi_set_xusb2pr()