Home
last modified time | relevance | path

Searched refs:USB_SS_PORT_LS_U0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h156 #define USB_SS_PORT_LS_U0 0x0000 macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c1434 if (link_state == USB_SS_PORT_LS_U0) { in xhci_hub_control()
1448 xhci_set_link_state(xhci, port, USB_SS_PORT_LS_U0); in xhci_hub_control()
/openbmc/linux/drivers/usb/core/
H A Dhub.c1243 USB_SS_PORT_LS_U0; in hub_activate()
3757 status = hub_set_port_link_state(hub, port1, USB_SS_PORT_LS_U0); in usb_port_resume()
3855 (link_state != USB_SS_PORT_LS_U0 && in hub_handle_remote_wakeup()
4510 USB_SS_PORT_LS_U0); in hub_usb3_port_prepare_disable()
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c397 USB_PORT_STAT_LINK_STATE) == USB_SS_PORT_LS_U0 && in set_link_state_by_speed()