Searched refs:owned_ports (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-hub.c | 41 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 D | fotg210.h | 150 unsigned long owned_ports; member
|
H A D | ehci.h | 185 unsigned long owned_ports; /* which ports are member
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-hub.c | 41 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 D | ehci.h | 185 unsigned long owned_ports; /* which ports are member
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 150 unsigned long owned_ports; member
|
Completed in 11 milliseconds