Home
last modified time | relevance | path

Searched refs:companion_ports (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-sysfs.c23 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 Dehci-hub.c78 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 Dehci.h183 unsigned long companion_ports; /* which ports are member
H A Doxu210hp-hcd.c445 unsigned long companion_ports;/* which ports are dedicated member
3735 test_bit(wIndex, &oxu->companion_ports)) { in oxu_hub_control()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c701 USBPort *companion = s->companion_ports[port->index]; in ehci_attach()
722 USBPort *companion = s->companion_ports[port->index]; in ehci_detach()
748 USBPort *companion = s->companion_ports[port->index]; in ehci_child_detach()
763 USBPort *companion = s->companion_ports[port->index]; in ehci_wakeup()
793 if (s->companion_ports[firstport + i]) { in ehci_register_companion()
803 s->companion_ports[firstport + i] = ports[i]; in ehci_register_companion()
881 if (s->companion_ports[i]) { in ehci_reset()
945 if (s->companion_ports[port] == NULL) in handle_port_owner_write()
1243 USBPort *companion = s->companion_ports[port->index]; in ehci_async_complete_packet()
2430 USBPort *companion = s->companion_ports[i]; in usb_ehci_post_load()
H A Dhcd-ehci.h302 USBPort *companion_ports[NB_PORTS]; member
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h147 unsigned long companion_ports; member
H A Dfotg210-hcd.c1640 test_bit(wIndex, &fotg210->companion_ports)) { in fotg210_hub_control()