Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c814 if ((xhci->port_status_u0 != all_ports_seen_u0) && port_in_u0) { in xhci_del_comp_mod_timer()
815 xhci->port_status_u0 |= 1 << wIndex; in xhci_del_comp_mod_timer()
816 if (xhci->port_status_u0 == all_ports_seen_u0) { in xhci_del_comp_mod_timer()
H A Dxhci.c508 if (xhci->port_status_u0 != ((1 << rhub->num_ports) - 1)) in compliance_mode_recovery()
525 xhci->port_status_u0 = 0; in compliance_mode_recovery_timer_init()
565 return (xhci->port_status_u0 == ((1 << xhci->usb3_rhub.num_ports) - 1)); in xhci_all_ports_seen_u0()
H A Dxhci.h1930 u32 port_status_u0; member