Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/usb/
Dch11.h146 #define USB_SS_PORT_LS_U3 0x0060 macro
/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c491 *status |= USB_SS_PORT_LS_U3; in xhci_hub_report_usb3_link_state()
884 (link_state > USB_SS_PORT_LS_U3)) { in xhci_hub_control()
889 if (link_state == USB_SS_PORT_LS_U3) { in xhci_hub_control()
910 if (link_state == USB_SS_PORT_LS_U3) in xhci_hub_control()
/linux-4.1.27/drivers/usb/core/
Dhub.c2888 == USB_SS_PORT_LS_U3) in port_is_suspended()
3153 status = hub_set_port_link_state(hub, port1, USB_SS_PORT_LS_U3); in usb_port_suspend()