port_status_u0    804 drivers/usb/host/xhci-hub.c 	if ((xhci->port_status_u0 != all_ports_seen_u0) && port_in_u0) {
port_status_u0    805 drivers/usb/host/xhci-hub.c 		xhci->port_status_u0 |= 1 << wIndex;
port_status_u0    806 drivers/usb/host/xhci-hub.c 		if (xhci->port_status_u0 == all_ports_seen_u0) {
port_status_u0    507 drivers/usb/host/xhci.c 	if (xhci->port_status_u0 != ((1 << rhub->num_ports) - 1))
port_status_u0    524 drivers/usb/host/xhci.c 	xhci->port_status_u0 = 0;
port_status_u0    564 drivers/usb/host/xhci.c 	return (xhci->port_status_u0 == ((1 << xhci->usb3_rhub.num_ports) - 1));
port_status_u0   1894 drivers/usb/host/xhci.h 	u32			port_status_u0;