Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/usb/
Dch11.h156 #define USB_SS_PORT_LS_U0 0x0000 macro
/linux-6.12.1/drivers/usb/host/
Dxhci-hub.c1432 if (link_state == USB_SS_PORT_LS_U0) { in xhci_hub_control()
1446 xhci_set_link_state(xhci, port, USB_SS_PORT_LS_U0); in xhci_hub_control()
/linux-6.12.1/drivers/usb/core/
Dhub.c1272 USB_SS_PORT_LS_U0; in hub_activate()
3776 status = hub_set_port_link_state(hub, port1, USB_SS_PORT_LS_U0); in usb_port_resume()
3874 (link_state != USB_SS_PORT_LS_U0 && in hub_handle_remote_wakeup()
4529 USB_SS_PORT_LS_U0); in hub_usb3_port_prepare_disable()
/linux-6.12.1/drivers/usb/gadget/udc/
Ddummy_hcd.c397 USB_PORT_STAT_LINK_STATE) == USB_SS_PORT_LS_U0 && in set_link_state_by_speed()