Searched refs:port_c_suspend (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | uhci-hub.c | 50 test_bit(port, &uhci->port_c_suspend)) in any_ports_active() 73 test_bit(port, &uhci->port_c_suspend)) in get_hub_status_data() 104 set_bit(port, &uhci->port_c_suspend); in uhci_finish_suspend() 285 if (test_bit(port, &uhci->port_c_suspend)) { in uhci_hub_control() 389 clear_bit(port, &uhci->port_c_suspend); in uhci_hub_control()
|
D | xhci-hub.c | 795 bus_state->port_c_suspend |= 1 << wIndex; in xhci_get_port_status() 825 bus_state->port_c_suspend |= 1 << wIndex; in xhci_get_port_status() 857 if (bus_state->port_c_suspend & (1 << wIndex)) in xhci_get_port_status() 1163 bus_state->port_c_suspend |= 1 << wIndex; in xhci_hub_control() 1174 bus_state->port_c_suspend &= ~(1 << wIndex); in xhci_hub_control() 1257 (bus_state->port_c_suspend & 1 << i) || in xhci_hub_status_data()
|
D | ehci-hub.c | 666 if ((temp & mask) != 0 || test_bit(i, &ehci->port_c_suspend) in ehci_hub_status_data() 954 clear_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 1040 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 1117 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 1127 if (test_bit(wIndex, &ehci->port_c_suspend)) in ehci_hub_control()
|
D | fotg210.h | 152 unsigned long port_c_suspend; member
|
D | uhci-hcd.h | 432 unsigned long port_c_suspend; /* Bit-arrays of ports */ member
|
D | ehci.h | 197 unsigned long port_c_suspend; /* which ports have member
|
D | uhci-hcd.c | 141 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
|
D | fotg210-hcd.c | 979 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset() 1451 if ((temp & mask) != 0 || test_bit(0, &fotg210->port_c_suspend) || in fotg210_hub_status_data() 1550 clear_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control() 1610 set_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control() 1694 set_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control() 1702 if (test_bit(wIndex, &fotg210->port_c_suspend)) in fotg210_hub_control()
|
D | ehci-hcd.c | 274 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
|
D | xhci.h | 1471 u32 port_c_suspend; member
|
D | xhci.c | 204 xhci->bus_state[i].port_c_suspend = 0; in xhci_reset()
|