Home
last modified time | relevance | path

Searched refs:USB_SS_PORT_LS_COMP_MOD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h166 #define USB_SS_PORT_LS_COMP_MOD 0x0140 macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c861 if (pls != USB_SS_PORT_LS_COMP_MOD && in xhci_hub_report_usb3_link_state()
863 pls = USB_SS_PORT_LS_COMP_MOD; in xhci_hub_report_usb3_link_state()
890 (pls == USB_SS_PORT_LS_COMP_MOD)) in xhci_hub_report_usb3_link_state()
1397 if (link_state == USB_SS_PORT_LS_COMP_MOD) { in xhci_hub_control()
H A Dxhci.c342 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
/openbmc/linux/drivers/usb/misc/
H A Dlvstest.c302 lvs->portnum | USB_SS_PORT_LS_COMP_MOD << 3, in enable_compliance_store()
/openbmc/linux/drivers/usb/core/
H A Dhub.c2872 || link_state == USB_SS_PORT_LS_COMP_MOD; in hub_port_warm_reset_required()