Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-hub.c68 if (status & PORT_OWNER) in ehci_handover_companion_ports()
96 if (status & PORT_OWNER) in ehci_handover_companion_ports()
146 if (t1 & PORT_OWNER) in ehci_bus_suspend()
341 if ((port_status & PORT_OWNER) == new_owner in set_owner()
342 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
346 port_status ^= PORT_OWNER; in set_owner()
369 new_owner = PORT_OWNER; /* Owned by companion */ in store_companion()
433 port_status |= PORT_OWNER; in check_reset_complete()
761 temp |= PORT_OWNER; in ehci_hub_control()
823 if (temp & PORT_OWNER) in ehci_hub_control()
[all …]
Disp1760-hcd.c69 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
1756 if (temp & PORT_OWNER) { in isp1760_hub_status_data()
1828 port_status |= PORT_OWNER; in check_reset_complete()
2013 if (temp & PORT_OWNER) in isp1760_hub_control()
2049 if (temp & PORT_OWNER) in isp1760_hub_control()
2079 temp |= PORT_OWNER; in isp1760_hub_control()
Doxu210hp.h150 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
Doxu210hp-hcd.c170 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()
2504 if (pstatus & PORT_OWNER) in oxu210_hcd_irq()
3339 temp |= PORT_OWNER; in oxu_hub_control()
3390 if (temp & PORT_OWNER) in oxu_hub_control()
3495 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
Dehci-hcd.c718 if (pstatus & PORT_OWNER) in ehci_irq()
Dehci-dbg.c262 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()