Home
last modified time | relevance | path

Searched refs:PORT_OWNER (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dehci-hub.c76 if (status & PORT_OWNER) in ehci_handover_companion_ports()
111 if (status & PORT_OWNER) in ehci_handover_companion_ports()
262 if (t1 & PORT_OWNER) in ehci_bus_suspend()
550 if ((port_status & PORT_OWNER) == new_owner in set_owner()
551 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
555 port_status ^= PORT_OWNER; in set_owner()
591 port_status |= PORT_OWNER; in check_reset_complete()
1099 temp |= PORT_OWNER; in ehci_hub_control()
1174 if (temp & PORT_OWNER) in ehci_hub_control()
1233 temp |= PORT_OWNER; in ehci_hub_control()
[all …]
Dehci-sysfs.c45 new_owner = PORT_OWNER; /* Owned by companion */ in companion_store()
Dehci-platform.c149 if (!(port_status & PORT_OWNER) && in quirk_poll_check_port_status()
Doxu210hp-hcd.c182 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
597 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()
2912 if (pstatus & PORT_OWNER) in oxu210_hcd_irq()
3736 temp |= PORT_OWNER; in oxu_hub_control()
3787 if (temp & PORT_OWNER) in oxu_hub_control()
3892 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
Dehci-hcd.c789 if (pstatus & PORT_OWNER) in ehci_irq()
Dehci-dbg.c246 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()
/Linux-v5.10/include/linux/usb/
Dehci_def.h151 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
/Linux-v5.10/drivers/usb/isp1760/
Disp1760-regs.h49 #define PORT_OWNER (1 << 13) /* true: companion hc owns this port */ macro
Disp1760-hcd.c1724 if (temp & PORT_OWNER) { in isp1760_hub_status_data()
1797 port_status |= PORT_OWNER; in check_reset_complete()
1978 if (temp & PORT_OWNER) in isp1760_hub_control()
2013 if (temp & PORT_OWNER) in isp1760_hub_control()
2043 temp |= PORT_OWNER; in isp1760_hub_control()