Searched refs:port_c_suspend (Results 1 – 11 of 11) sorted by relevance
/drivers/usb/host/ |
D | uhci-hub.c | 51 test_bit(port, &uhci->port_c_suspend)) in any_ports_active() 74 test_bit(port, &uhci->port_c_suspend)) in get_hub_status_data() 105 set_bit(port, &uhci->port_c_suspend); in uhci_finish_suspend() 286 if (test_bit(port, &uhci->port_c_suspend)) { in uhci_hub_control() 390 clear_bit(port, &uhci->port_c_suspend); in uhci_hub_control()
|
D | ehci-hub.c | 675 if ((temp & mask) != 0 || test_bit(i, &ehci->port_c_suspend) in ehci_hub_status_data() 971 clear_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 1057 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 1134 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 1144 if (test_bit(wIndex, &ehci->port_c_suspend)) in ehci_hub_control()
|
D | xhci-hub.c | 907 bus_state->port_c_suspend |= 1 << wIndex; in xhci_handle_usb2_port_link_resume() 1017 bus_state->port_c_suspend |= 1 << portnum; in xhci_get_usb2_port_status() 1094 if (bus_state->port_c_suspend & (1 << wIndex)) in xhci_get_port_status() 1485 bus_state->port_c_suspend |= 1 << wIndex; in xhci_hub_control() 1496 bus_state->port_c_suspend &= ~(1 << wIndex); in xhci_hub_control() 1582 (bus_state->port_c_suspend & 1 << i) || in xhci_hub_status_data()
|
D | fotg210.h | 153 unsigned long port_c_suspend; member
|
D | uhci-hcd.h | 437 unsigned long port_c_suspend; /* Bit-arrays of ports */ member
|
D | ehci.h | 187 unsigned long port_c_suspend; /* which ports have member
|
D | uhci-hcd.c | 142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
|
D | fotg210-hcd.c | 951 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset() 1422 if ((temp & mask) != 0 || test_bit(0, &fotg210->port_c_suspend) || in fotg210_hub_status_data() 1521 clear_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control() 1581 set_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control() 1669 set_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control() 1677 if (test_bit(wIndex, &fotg210->port_c_suspend)) in fotg210_hub_control()
|
D | ehci-hcd.c | 262 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
|
D | xhci.h | 1714 u32 port_c_suspend; member
|
D | xhci.c | 216 xhci->usb2_rhub.bus_state.port_c_suspend = 0; in xhci_reset() 219 xhci->usb3_rhub.bus_state.port_c_suspend = 0; in xhci_reset()
|