Searched refs:USB_PORT_STAT_CONNECTION (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhub.h54 #define USB_PORT_STAT_CONNECTION 0x0001 macro
H A Dhub.c567 if (!(portstatus & USB_PORT_STAT_CONNECTION))
676 return ((portstatus&USB_PORT_STAT_CONNECTION)) ? 0 : 1;
698 if (!(portstatus & USB_PORT_STAT_CONNECTION)) {
857 (portstatus & USB_PORT_STAT_CONNECTION) && (dev->children[i])) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dsl811.c290 if (hc->rh_status.wPortChange & (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE)) {
2487 hc->rh_status.wPortStatus &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE);
2510 hc->rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION;
2525 hc->rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION | USB_PORT_STAT_LOW_SPEED;

Completed in 84 milliseconds