Home
last modified time | relevance | path

Searched refs:owned_ports (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-hub.c41 if (!ehci->owned_ports) in ehci_handover_companion_ports()
57 if (test_bit(port, &ehci->owned_ports)) { in ehci_handover_companion_ports()
71 if (test_bit(port, &ehci->owned_ports)) { in ehci_handover_companion_ports()
77 clear_bit(port, &ehci->owned_ports); in ehci_handover_companion_ports()
91 if (!ehci->owned_ports) in ehci_handover_companion_ports()
98 if (test_bit(port, &ehci->owned_ports)) { in ehci_handover_companion_ports()
121 ehci->owned_ports = 0; in ehci_handover_companion_ports()
252 ehci->owned_ports = 0; in ehci_bus_suspend()
263 set_bit(port, &ehci->owned_ports); in ehci_bus_suspend()
H A Dehci.h185 unsigned long owned_ports; /* which ports are member
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h150 unsigned long owned_ports; member