Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-hub.c87 if (status & PORT_OWNER) in ehci_handover_companion_ports()
122 if (status & PORT_OWNER) in ehci_handover_companion_ports()
273 if (t1 & PORT_OWNER) in ehci_bus_suspend()
543 if ((port_status & PORT_OWNER) == new_owner in set_owner()
544 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
548 port_status ^= PORT_OWNER; in set_owner()
584 port_status |= PORT_OWNER; in check_reset_complete()
1084 temp |= PORT_OWNER; in ehci_hub_control()
1159 if (temp & PORT_OWNER) in ehci_hub_control()
1212 temp |= PORT_OWNER; in ehci_hub_control()
[all …]
Dehci-sysfs.c58 new_owner = PORT_OWNER; /* Owned by companion */ in store_companion()
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()
2497 if (pstatus & PORT_OWNER) in oxu210_hcd_irq()
3326 temp |= PORT_OWNER; in oxu_hub_control()
3377 if (temp & PORT_OWNER) in oxu_hub_control()
3482 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
Dehci-hcd.c800 if (pstatus & PORT_OWNER) in ehci_irq()
Dehci-dbg.c269 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()
/drivers/usb/isp1760/
Disp1760-regs.h52 #define PORT_OWNER (1 << 13) /* true: companion hc owns this port */ macro
Disp1760-hcd.c1727 if (temp & PORT_OWNER) { in isp1760_hub_status_data()
1800 port_status |= PORT_OWNER; in check_reset_complete()
1982 if (temp & PORT_OWNER) in isp1760_hub_control()
2018 if (temp & PORT_OWNER) in isp1760_hub_control()
2048 temp |= PORT_OWNER; in isp1760_hub_control()