Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dxhci-hub.c914 if ((xhci->port_status_u0 != all_ports_seen_u0) && port_in_u0) { in xhci_del_comp_mod_timer()
915 xhci->port_status_u0 |= 1 << wIndex; in xhci_del_comp_mod_timer()
916 if (xhci->port_status_u0 == all_ports_seen_u0) { in xhci_del_comp_mod_timer()
Dxhci.c360 if (xhci->port_status_u0 != ((1 << rhub->num_ports) - 1)) in compliance_mode_recovery()
377 xhci->port_status_u0 = 0; in compliance_mode_recovery_timer_init()
417 return (xhci->port_status_u0 == ((1 << xhci->usb3_rhub.num_ports) - 1)); in xhci_all_ports_seen_u0()
Dxhci.h1930 u32 port_status_u0; member