Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Duhci-hub.c50 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()
Dxhci-hub.c656 bus_state->port_c_suspend |= 1 << wIndex; in xhci_get_port_status()
673 bus_state->port_c_suspend |= 1 << wIndex; in xhci_get_port_status()
702 if (bus_state->port_c_suspend & (1 << wIndex)) in xhci_get_port_status()
1006 bus_state->port_c_suspend |= 1 << wIndex; in xhci_hub_control()
1017 bus_state->port_c_suspend &= ~(1 << wIndex); in xhci_hub_control()
1100 (bus_state->port_c_suspend & 1 << i) || in xhci_hub_status_data()
Dehci-hub.c665 if ((temp & mask) != 0 || test_bit(i, &ehci->port_c_suspend) in ehci_hub_status_data()
953 clear_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control()
1039 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control()
1116 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control()
1126 if (test_bit(wIndex, &ehci->port_c_suspend)) in ehci_hub_control()
Dfotg210.h147 unsigned long port_c_suspend; /* which ports have member
Dfusbh200.h146 unsigned long port_c_suspend; /* which ports have member
Duhci-hcd.h432 unsigned long port_c_suspend; /* Bit-arrays of ports */ member
Dehci.h197 unsigned long port_c_suspend; /* which ports have member
Duhci-hcd.c141 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
Dfusbh200-hcd.c966 fusbh200->port_c_suspend = fusbh200->suspended_ports = in fusbh200_reset()
1449 if ((temp & mask) != 0 || test_bit(0, &fusbh200->port_c_suspend) in fusbh200_hub_status_data()
1558 clear_bit(wIndex, &fusbh200->port_c_suspend); in fusbh200_hub_control()
1617 set_bit(wIndex, &fusbh200->port_c_suspend); in fusbh200_hub_control()
1700 set_bit(wIndex, &fusbh200->port_c_suspend); in fusbh200_hub_control()
1708 if (test_bit(wIndex, &fusbh200->port_c_suspend)) in fusbh200_hub_control()
Dfotg210-hcd.c996 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset()
1491 if ((temp & mask) != 0 || test_bit(0, &fotg210->port_c_suspend) in fotg210_hub_status_data()
1601 clear_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control()
1661 set_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control()
1746 set_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control()
1754 if (test_bit(wIndex, &fotg210->port_c_suspend)) in fotg210_hub_control()
Dehci-hcd.c274 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
Dxhci.h1420 u32 port_c_suspend; member
Dxhci.c204 xhci->bus_state[i].port_c_suspend = 0; in xhci_reset()