Searched refs:port_c_suspend (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | uhci-hub.c | 49 test_bit(port, &uhci->port_c_suspend)) in any_ports_active() 72 test_bit(port, &uhci->port_c_suspend)) in get_hub_status_data() 105 set_bit(port, &uhci->port_c_suspend); in uhci_finish_suspend() 282 if (test_bit(port, &uhci->port_c_suspend)) { in uhci_hub_control() 383 clear_bit(port, &uhci->port_c_suspend); in uhci_hub_control()
|
D | ehci-hub.c | 502 if ((temp & mask) != 0 || test_bit(i, &ehci->port_c_suspend) in ehci_hub_status_data() 628 clear_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 708 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 788 set_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 797 if (test_bit(wIndex, &ehci->port_c_suspend)) in ehci_hub_control()
|
D | uhci-hcd.h | 414 unsigned long port_c_suspend; /* Bit-arrays of ports */ member
|
D | ehci.h | 104 unsigned long port_c_suspend; /* which ports have member
|
D | uhci-hcd.c | 139 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
|