Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-hub.c69 if (status & PORT_OWNER) in ehci_handover_companion_ports()
97 if (status & PORT_OWNER) in ehci_handover_companion_ports()
254 if (t1 & PORT_OWNER) in ehci_bus_suspend()
485 if ((port_status & PORT_OWNER) == new_owner in set_owner()
486 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
490 port_status ^= PORT_OWNER; in set_owner()
526 port_status |= PORT_OWNER; in check_reset_complete()
898 temp |= PORT_OWNER; in ehci_hub_control()
974 if (temp & PORT_OWNER) in ehci_hub_control()
1025 temp |= PORT_OWNER; in ehci_hub_control()
[all …]
Dehci-sysfs.c58 new_owner = PORT_OWNER; /* Owned by companion */ in store_companion()
Disp1760-hcd.c84 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
1748 if (temp & PORT_OWNER) { in isp1760_hub_status_data()
1821 port_status |= PORT_OWNER; in check_reset_complete()
2003 if (temp & PORT_OWNER) in isp1760_hub_control()
2039 if (temp & PORT_OWNER) in isp1760_hub_control()
2069 temp |= PORT_OWNER; in isp1760_hub_control()
Doxu210hp.h150 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
Doxu210hp-hcd.c167 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()
2494 if (pstatus & PORT_OWNER) in oxu210_hcd_irq()
3328 temp |= PORT_OWNER; in oxu_hub_control()
3379 if (temp & PORT_OWNER) in oxu_hub_control()
3484 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
Dehci-hcd.c936 if (pstatus & PORT_OWNER) in ehci_irq()
Dehci-dbg.c284 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()
/linux-3.4.99/include/linux/usb/
Dehci_def.h142 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro