resuming_ports   1041 drivers/usb/core/hcd.c 	if (!(bus->resuming_ports & bit)) {
resuming_ports   1042 drivers/usb/core/hcd.c 		bus->resuming_ports |= bit;
resuming_ports   1063 drivers/usb/core/hcd.c 	if (bus->resuming_ports & bit) {
resuming_ports   1064 drivers/usb/core/hcd.c 		bus->resuming_ports &= ~bit;
resuming_ports   3756 drivers/usb/core/hub.c 	unsigned long		resuming_ports;
resuming_ports   3773 drivers/usb/core/hub.c 		resuming_ports = hcd->driver->get_resuming_ports(hcd);
resuming_ports   3775 drivers/usb/core/hub.c 			if (test_bit(i, &resuming_ports)) {
resuming_ports    262 drivers/usb/host/ehci-hcd.c 			ehci->resuming_ports = 0;
resuming_ports    803 drivers/usb/host/ehci-hcd.c 			set_bit(i, &ehci->resuming_ports);
resuming_ports    240 drivers/usb/host/ehci-hub.c 		if (ehci->resuming_ports) {
resuming_ports    519 drivers/usb/host/ehci-hub.c 	return ehci->resuming_ports;
resuming_ports    636 drivers/usb/host/ehci-hub.c 	status = ehci->resuming_ports;
resuming_ports    685 drivers/usb/host/ehci-hub.c 	if (ehci->resuming_ports)
resuming_ports    965 drivers/usb/host/ehci-hub.c 			set_bit(wIndex, &ehci->resuming_ports);
resuming_ports   1042 drivers/usb/host/ehci-hub.c 				set_bit(wIndex, &ehci->resuming_ports);
resuming_ports   1053 drivers/usb/host/ehci-hub.c 		} else if (test_bit(wIndex, &ehci->resuming_ports)) {
resuming_ports   1062 drivers/usb/host/ehci-hub.c 			clear_bit(wIndex, &ehci->resuming_ports);
resuming_ports   1129 drivers/usb/host/ehci-hub.c 			clear_bit(wIndex, &ehci->resuming_ports);
resuming_ports    255 drivers/usb/host/ehci-tegra.c 		set_bit(wIndex-1, &ehci->resuming_ports);
resuming_ports    268 drivers/usb/host/ehci-tegra.c 		clear_bit(wIndex-1, &ehci->resuming_ports);
resuming_ports    191 drivers/usb/host/ehci.h 	unsigned long		resuming_ports;		/* which ports have
resuming_ports    957 drivers/usb/host/fotg210-hcd.c 			fotg210->resuming_ports = 0;
resuming_ports   1408 drivers/usb/host/fotg210-hcd.c 	status = fotg210->resuming_ports;
resuming_ports   1594 drivers/usb/host/fotg210-hcd.c 				clear_bit(wIndex, &fotg210->resuming_ports);
resuming_ports   1612 drivers/usb/host/fotg210-hcd.c 			clear_bit(wIndex, &fotg210->resuming_ports);
resuming_ports   1640 drivers/usb/host/fotg210-hcd.c 			clear_bit(wIndex, &fotg210->resuming_ports);
resuming_ports   1671 drivers/usb/host/fotg210-hcd.c 			clear_bit(wIndex, &fotg210->resuming_ports);
resuming_ports   5221 drivers/usb/host/fotg210-hcd.c 			set_bit(0, &fotg210->resuming_ports);
resuming_ports    159 drivers/usb/host/fotg210.h 	unsigned long		resuming_ports;
resuming_ports    142 drivers/usb/host/uhci-hcd.c 	uhci->port_c_suspend = uhci->resuming_ports = 0;
resuming_ports    743 drivers/usb/host/uhci-hcd.c 			uhci->resuming_ports) {
resuming_ports    438 drivers/usb/host/uhci-hcd.h 	unsigned long resuming_ports;
resuming_ports    104 drivers/usb/host/uhci-hub.c 		if (test_bit(port, &uhci->resuming_ports))
resuming_ports    118 drivers/usb/host/uhci-hub.c 	clear_bit(port, &uhci->resuming_ports);
resuming_ports    165 drivers/usb/host/uhci-hub.c 			if (!test_bit(port, &uhci->resuming_ports)) {
resuming_ports    168 drivers/usb/host/uhci-hub.c 				set_bit(port, &uhci->resuming_ports);
resuming_ports    204 drivers/usb/host/uhci-hub.c 		if (status || uhci->resuming_ports) {
resuming_ports    290 drivers/usb/host/uhci-hub.c 		if (test_bit(port, &uhci->resuming_ports))
resuming_ports    372 drivers/usb/host/uhci-hub.c 						&uhci->resuming_ports)) {
resuming_ports    838 drivers/usb/host/xhci-hub.c 		if (test_bit(wIndex, &bus_state->resuming_ports)) {
resuming_ports    852 drivers/usb/host/xhci-hub.c 			set_bit(wIndex, &bus_state->resuming_ports);
resuming_ports    865 drivers/usb/host/xhci-hub.c 		clear_bit(wIndex, &bus_state->resuming_ports);
resuming_ports   1001 drivers/usb/host/xhci-hub.c 			clear_bit(portnum, &bus_state->resuming_ports);
resuming_ports   1073 drivers/usb/host/xhci-hub.c 	     test_bit(wIndex, &bus_state->resuming_ports)) &&
resuming_ports   1077 drivers/usb/host/xhci-hub.c 		clear_bit(wIndex, &bus_state->resuming_ports);
resuming_ports   1456 drivers/usb/host/xhci-hub.c 				set_bit(wIndex, &bus_state->resuming_ports);
resuming_ports   1465 drivers/usb/host/xhci-hub.c 				clear_bit(wIndex, &bus_state->resuming_ports);
resuming_ports   1548 drivers/usb/host/xhci-hub.c 	status = bus_state->resuming_ports;
resuming_ports   1605 drivers/usb/host/xhci-hub.c 		if (bus_state->resuming_ports ||	/* USB2 */
resuming_ports   1858 drivers/usb/host/xhci-hub.c 	return rhub->bus_state.resuming_ports;	/* USB2 ports only */
resuming_ports   1671 drivers/usb/host/xhci-ring.c 		} else if (!test_bit(hcd_portnum, &bus_state->resuming_ports)) {
resuming_ports   1675 drivers/usb/host/xhci-ring.c 			set_bit(hcd_portnum, &bus_state->resuming_ports);
resuming_ports    218 drivers/usb/host/xhci.c 	xhci->usb2_rhub.bus_state.resuming_ports = 0;
resuming_ports    221 drivers/usb/host/xhci.c 	xhci->usb3_rhub.bus_state.resuming_ports = 0;
resuming_ports   1693 drivers/usb/host/xhci.h 	unsigned long		resuming_ports;
resuming_ports    462 include/linux/usb.h 	unsigned resuming_ports;	/* bit array: resuming root-hub ports */