Searched refs:port_c_suspend (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/usb/host/ |
H A 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()
|
H A D | ehci-hub.c | 675 if ((temp & mask) != 0 || test_bit(i, &ehci->port_c_suspend) in ehci_hub_status_data() 834 clear_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 927 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 1004 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 1014 if (test_bit(wIndex, &ehci->port_c_suspend)) in ehci_hub_control()
|
H A D | xhci-hub.c | 1018 bus_state->port_c_suspend |= 1 << wIndex; in xhci_handle_usb2_port_link_resume() 1116 bus_state->port_c_suspend |= 1 << portnum; in xhci_get_usb2_port_status() 1199 if (bus_state->port_c_suspend & (1 << wIndex)) in xhci_get_port_status() 1588 bus_state->port_c_suspend |= 1 << wIndex; in xhci_hub_control() 1597 bus_state->port_c_suspend &= ~(1 << wIndex); in xhci_hub_control() 1694 (bus_state->port_c_suspend & 1 << i) || in xhci_hub_status_data()
|
H A D | uhci-hcd.h | 433 unsigned long port_c_suspend; /* Bit-arrays of ports */ member
|
H A D | uhci-hcd.c | 142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
|
H A D | xhci.h | 1440 u32 port_c_suspend; member
|
H A D | xhci.c | 224 xhci->usb2_rhub.bus_state.port_c_suspend = 0; in xhci_reset() 227 xhci->usb3_rhub.bus_state.port_c_suspend = 0; in xhci_reset()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 153 unsigned long port_c_suspend; member
|