Searched refs:companion_ports (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-sysfs.c | 23 if (test_bit(index, &ehci->companion_ports)) { in companion_show() 56 set_bit(portnum, &ehci->companion_ports); in companion_store() 58 clear_bit(portnum, &ehci->companion_ports); in companion_store()
|
H A D | fotg210.h | 147 unsigned long companion_ports; member
|
H A D | ehci.h | 183 unsigned long companion_ports; /* which ports are member
|
H A D | ehci-hub.c | 78 else if (test_bit(port, &ehci->companion_ports)) in ehci_handover_companion_ports() 1100 test_bit(wIndex, &ehci->companion_ports)) { in ehci_hub_control()
|
H A D | oxu210hp-hcd.c | 445 unsigned long companion_ports;/* which ports are dedicated member 3734 test_bit(wIndex, &oxu->companion_ports)) { in oxu_hub_control()
|
H A D | fotg210-hcd.c | 1640 test_bit(wIndex, &fotg210->companion_ports)) { in fotg210_hub_control()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sysfs.c | 23 if (test_bit(index, &ehci->companion_ports)) { in companion_show() 56 set_bit(portnum, &ehci->companion_ports); in companion_store() 58 clear_bit(portnum, &ehci->companion_ports); in companion_store()
|
H A D | ehci.h | 183 unsigned long companion_ports; /* which ports are member
|
H A D | ehci-hub.c | 78 else if (test_bit(port, &ehci->companion_ports)) in ehci_handover_companion_ports() 970 test_bit(wIndex, &ehci->companion_ports)) { in ehci_hub_control()
|
H A D | oxu210hp-hcd.c | 445 unsigned long companion_ports;/* which ports are dedicated member 3735 test_bit(wIndex, &oxu->companion_ports)) { in oxu_hub_control()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 147 unsigned long companion_ports; member
|
H A D | fotg210-hcd.c | 1640 test_bit(wIndex, &fotg210->companion_ports)) { in fotg210_hub_control()
|
Completed in 33 milliseconds