xhci_pdev        1178 drivers/platform/x86/asus-wmi.c 	struct pci_dev *xhci_pdev;
xhci_pdev        1182 drivers/platform/x86/asus-wmi.c 	xhci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
xhci_pdev        1186 drivers/platform/x86/asus-wmi.c 	if (!xhci_pdev)
xhci_pdev        1189 drivers/platform/x86/asus-wmi.c 	pci_read_config_dword(xhci_pdev, USB_INTEL_XUSB2PR,
xhci_pdev        1192 drivers/platform/x86/asus-wmi.c 	pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR,
xhci_pdev        1041 drivers/usb/host/pci-quirks.c void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev)
xhci_pdev        1050 drivers/usb/host/pci-quirks.c 	if (xhci_pdev->subsystem_vendor == PCI_VENDOR_ID_SONY &&
xhci_pdev        1051 drivers/usb/host/pci-quirks.c 	    xhci_pdev->subsystem_device == 0x90a8)
xhci_pdev        1071 drivers/usb/host/pci-quirks.c 		dev_warn(&xhci_pdev->dev,
xhci_pdev        1073 drivers/usb/host/pci-quirks.c 		dev_warn(&xhci_pdev->dev,
xhci_pdev        1075 drivers/usb/host/pci-quirks.c 		usb_disable_xhci_ports(xhci_pdev);
xhci_pdev        1082 drivers/usb/host/pci-quirks.c 	pci_read_config_dword(xhci_pdev, USB_INTEL_USB3PRM,
xhci_pdev        1085 drivers/usb/host/pci-quirks.c 	dev_dbg(&xhci_pdev->dev, "Configurable ports to enable SuperSpeed: 0x%x\n",
xhci_pdev        1092 drivers/usb/host/pci-quirks.c 	pci_write_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN,
xhci_pdev        1095 drivers/usb/host/pci-quirks.c 	pci_read_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN,
xhci_pdev        1097 drivers/usb/host/pci-quirks.c 	dev_dbg(&xhci_pdev->dev,
xhci_pdev        1105 drivers/usb/host/pci-quirks.c 	pci_read_config_dword(xhci_pdev, USB_INTEL_USB2PRM,
xhci_pdev        1108 drivers/usb/host/pci-quirks.c 	dev_dbg(&xhci_pdev->dev, "Configurable USB 2.0 ports to hand over to xCHI: 0x%x\n",
xhci_pdev        1115 drivers/usb/host/pci-quirks.c 	pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR,
xhci_pdev        1118 drivers/usb/host/pci-quirks.c 	pci_read_config_dword(xhci_pdev, USB_INTEL_XUSB2PR,
xhci_pdev        1120 drivers/usb/host/pci-quirks.c 	dev_dbg(&xhci_pdev->dev,
xhci_pdev        1126 drivers/usb/host/pci-quirks.c void usb_disable_xhci_ports(struct pci_dev *xhci_pdev)
xhci_pdev        1128 drivers/usb/host/pci-quirks.c 	pci_write_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, 0x0);
xhci_pdev        1129 drivers/usb/host/pci-quirks.c 	pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, 0x0);
xhci_pdev          16 drivers/usb/host/pci-quirks.h void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev);
xhci_pdev          17 drivers/usb/host/pci-quirks.h void usb_disable_xhci_ports(struct pci_dev *xhci_pdev);
xhci_pdev          26 drivers/usb/host/pci-quirks.h static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {}