Home
last modified time | relevance | path

Searched refs:port_c_suspend (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Duhci-hub.c51 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()
Dehci-hub.c673 if ((temp & mask) != 0 || test_bit(i, &ehci->port_c_suspend) in ehci_hub_status_data()
969 clear_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control()
1055 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control()
1132 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control()
1142 if (test_bit(wIndex, &ehci->port_c_suspend)) in ehci_hub_control()
Dxhci-hub.c943 bus_state->port_c_suspend |= 1 << wIndex; in xhci_get_port_status()
973 bus_state->port_c_suspend |= 1 << wIndex; in xhci_get_port_status()
1005 if (bus_state->port_c_suspend & (1 << wIndex)) in xhci_get_port_status()
1349 bus_state->port_c_suspend |= 1 << wIndex; in xhci_hub_control()
1360 bus_state->port_c_suspend &= ~(1 << wIndex); in xhci_hub_control()
1445 (bus_state->port_c_suspend & 1 << i) || in xhci_hub_status_data()
Dfotg210.h153 unsigned long port_c_suspend; member
Duhci-hcd.h437 unsigned long port_c_suspend; /* Bit-arrays of ports */ member
Dehci.h187 unsigned long port_c_suspend; /* which ports have member
Duhci-hcd.c142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
Dfotg210-hcd.c954 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset()
1425 if ((temp & mask) != 0 || test_bit(0, &fotg210->port_c_suspend) || in fotg210_hub_status_data()
1524 clear_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control()
1584 set_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control()
1668 set_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control()
1676 if (test_bit(wIndex, &fotg210->port_c_suspend)) in fotg210_hub_control()
Dehci-hcd.c261 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
Dxhci.h1665 u32 port_c_suspend; member
Dxhci.c219 xhci->bus_state[i].port_c_suspend = 0; in xhci_reset()