Home
last modified time | relevance | path

Searched refs:PORT_CONNECT (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c36 if (!(port_status & PORT_CONNECT)) { in check_reset_complete()
91 if (!(temp & PORT_CONNECT)) in ehci_hub_status_data()
258 if (temp & PORT_CONNECT) { in ehci_hub_control()
311 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
Dehci.h252 #define PORT_CONNECT (1<<0) /* device connected */ macro
Dehci-dbg.c265 (status & PORT_CONNECT) ? " CONNECT" : "" in dbg_port_buf()