Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c47 port_status |= PORT_OWNER; in check_reset_complete()
83 if (temp & PORT_OWNER) { in ehci_hub_status_data()
175 if (temp & PORT_OWNER) in ehci_hub_control()
257 if (!(temp & PORT_OWNER)) { in ehci_hub_control()
296 if (temp & PORT_OWNER) in ehci_hub_control()
316 temp |= PORT_OWNER; in ehci_hub_control()
Dehci.h239 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
Dehci-hcd.c600 || (temp & PORT_OWNER) != 0) in ehci_suspend()
Dehci-dbg.c255 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()