Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hub.c49 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()
Dehci-hub.c502 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()
Duhci-hcd.h414 unsigned long port_c_suspend; /* Bit-arrays of ports */ member
Dehci.h104 unsigned long port_c_suspend; /* which ports have member
Duhci-hcd.c139 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()