Searched refs:PORT_OWNER (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hub.c68 if (status & PORT_OWNER)
96 if (status & PORT_OWNER)
239 if (t1 & PORT_OWNER)
494 if ((port_status & PORT_OWNER) == new_owner
495 || (port_status & (PORT_OWNER | PORT_CONNECT))
499 port_status ^= PORT_OWNER;
522 new_owner = PORT_OWNER; /* Owned by companion */
586 port_status |= PORT_OWNER;
929 temp |= PORT_OWNER;
1004 if (temp & PORT_OWNER)
[all...]
H A Doxu210hp.h150 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
H A Disp1760-hcd.c71 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
1775 if (temp & PORT_OWNER) {
1846 port_status |= PORT_OWNER;
2023 if (temp & PORT_OWNER)
2024 printk(KERN_ERR "Warning: PORT_OWNER is set\n");
2059 if (temp & PORT_OWNER)
2089 temp |= PORT_OWNER;
H A Doxu210hp-hcd.c168 (status & PORT_OWNER) ? " OWNER" : "",
2470 if (pstatus & PORT_OWNER)
3294 temp |= PORT_OWNER;
3345 if (temp & PORT_OWNER)
3450 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) &&
H A Dehci-hcd.c835 if (pstatus & PORT_OWNER)
H A Dehci-dbg.c285 (status & PORT_OWNER) ? " OWNER" : "",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h135 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro

Completed in 180 milliseconds