port_c_suspend    261 drivers/usb/host/ehci-hcd.c 	ehci->port_c_suspend = ehci->suspended_ports =
port_c_suspend    673 drivers/usb/host/ehci-hub.c 		if ((temp & mask) != 0 || test_bit(i, &ehci->port_c_suspend)
port_c_suspend    969 drivers/usb/host/ehci-hub.c 			clear_bit(wIndex, &ehci->port_c_suspend);
port_c_suspend   1055 drivers/usb/host/ehci-hub.c 			set_bit(wIndex, &ehci->port_c_suspend);
port_c_suspend   1132 drivers/usb/host/ehci-hub.c 				set_bit(wIndex, &ehci->port_c_suspend);
port_c_suspend   1142 drivers/usb/host/ehci-hub.c 		if (test_bit(wIndex, &ehci->port_c_suspend))
port_c_suspend    187 drivers/usb/host/ehci.h 	unsigned long		port_c_suspend;		/* which ports have
port_c_suspend    956 drivers/usb/host/fotg210-hcd.c 	fotg210->port_c_suspend = fotg210->suspended_ports =
port_c_suspend   1427 drivers/usb/host/fotg210-hcd.c 	if ((temp & mask) != 0 || test_bit(0, &fotg210->port_c_suspend) ||
port_c_suspend   1526 drivers/usb/host/fotg210-hcd.c 			clear_bit(wIndex, &fotg210->port_c_suspend);
port_c_suspend   1586 drivers/usb/host/fotg210-hcd.c 				set_bit(wIndex, &fotg210->port_c_suspend);
port_c_suspend   1674 drivers/usb/host/fotg210-hcd.c 				set_bit(wIndex, &fotg210->port_c_suspend);
port_c_suspend   1682 drivers/usb/host/fotg210-hcd.c 		if (test_bit(wIndex, &fotg210->port_c_suspend))
port_c_suspend    153 drivers/usb/host/fotg210.h 	unsigned long		port_c_suspend;
port_c_suspend    142 drivers/usb/host/uhci-hcd.c 	uhci->port_c_suspend = uhci->resuming_ports = 0;
port_c_suspend    437 drivers/usb/host/uhci-hcd.h 	unsigned long port_c_suspend;		/* Bit-arrays of ports */
port_c_suspend     51 drivers/usb/host/uhci-hub.c 				test_bit(port, &uhci->port_c_suspend))
port_c_suspend     74 drivers/usb/host/uhci-hub.c 				test_bit(port, &uhci->port_c_suspend))
port_c_suspend    105 drivers/usb/host/uhci-hub.c 			set_bit(port, &uhci->port_c_suspend);
port_c_suspend    286 drivers/usb/host/uhci-hub.c 		if (test_bit(port, &uhci->port_c_suspend)) {
port_c_suspend    390 drivers/usb/host/uhci-hub.c 			clear_bit(port, &uhci->port_c_suspend);
port_c_suspend    897 drivers/usb/host/xhci-hub.c 		bus_state->port_c_suspend |= 1 << wIndex;
port_c_suspend   1004 drivers/usb/host/xhci-hub.c 				bus_state->port_c_suspend |= 1 << portnum;
port_c_suspend   1081 drivers/usb/host/xhci-hub.c 	if (bus_state->port_c_suspend & (1 << wIndex))
port_c_suspend   1468 drivers/usb/host/xhci-hub.c 			bus_state->port_c_suspend |= 1 << wIndex;
port_c_suspend   1479 drivers/usb/host/xhci-hub.c 			bus_state->port_c_suspend &= ~(1 << wIndex);
port_c_suspend   1564 drivers/usb/host/xhci-hub.c 			(bus_state->port_c_suspend & 1 << i) ||
port_c_suspend    216 drivers/usb/host/xhci.c 	xhci->usb2_rhub.bus_state.port_c_suspend = 0;
port_c_suspend    219 drivers/usb/host/xhci.c 	xhci->usb3_rhub.bus_state.port_c_suspend = 0;
port_c_suspend   1688 drivers/usb/host/xhci.h 	u32			port_c_suspend;