Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dpci-quirks.c1058 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_PSSE in usb_enable_intel_xhci_ports()
1143 usb_disable_xhci_ports(struct pci_dev * xhci_pdev) usb_disable_xhci_ports() argument
[all...]
H A Dpci-quirks.h42 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
/linux/drivers/platform/x86/
H A Dasus-wmi.c2512 struct pci_dev *xhci_pdev; in asus_wmi_set_xusb2pr() local
2516 xhci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL, in asus_wmi_set_xusb2pr()
2520 if (!xhci_pdev) in asus_wmi_set_xusb2pr()
2523 pci_read_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, in asus_wmi_set_xusb2pr()
2526 pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, in asus_wmi_set_xusb2pr()
2529 pci_dev_put(xhci_pdev); in asus_wmi_set_xusb2pr()