Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/usb/
Dch11.h168 #define USB_SS_PORT_LS_COMP_MOD 0x0140 macro
/linux-6.1.9/drivers/usb/host/
Dxhci-hub.c843 if (pls != USB_SS_PORT_LS_COMP_MOD && in xhci_hub_report_usb3_link_state()
845 pls = USB_SS_PORT_LS_COMP_MOD; in xhci_hub_report_usb3_link_state()
872 (pls == USB_SS_PORT_LS_COMP_MOD)) in xhci_hub_report_usb3_link_state()
1376 if (link_state == USB_SS_PORT_LS_COMP_MOD) { in xhci_hub_control()
Dxhci.c498 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
/linux-6.1.9/drivers/usb/misc/
Dlvstest.c302 lvs->portnum | USB_SS_PORT_LS_COMP_MOD << 3, in enable_compliance_store()
/linux-6.1.9/drivers/usb/core/
Dhub.c2844 || link_state == USB_SS_PORT_LS_COMP_MOD; in hub_port_warm_reset_required()