Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dhub.h72 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
Dhub.c566 if ((portchange & USB_PORT_STAT_C_CONNECTION)) in usb_hub_port_wait_reset()
664 if ((portchange & USB_PORT_STAT_C_CONNECTION)) { in usb_hub_port_debounce()
836 if (portchange & USB_PORT_STAT_C_CONNECTION) { in usb_hub_events()
/linux-2.4.37.9/drivers/usb/host/
Dsl811.c474 hc->rh_status.wPortChange &= ~USB_PORT_STAT_C_CONNECTION; in sl811_rh_submit_urb()
2488 hc->rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()
2530 hc->rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()