Searched refs:wPortChange (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhub.h47 __u16 wPortChange; member in struct:usb_port_status
68 * wPortChange bit field
H A Dhub.c532 *change = le16_to_cpu(portsts->wPortChange);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbhub.c636 changed = GETUSBFIELD((&portstatus),wPortChange);
658 changed = GETUSBFIELD((&portstatus),wPortChange);
702 changed = GETUSBFIELD((&portstatus),wPortChange);
H A Dusbdebug.c86 x = GETUSBFIELD((portstatus),wPortChange);
87 printf("wPortChange = %04X ",x);
H A Dohci.c1746 PUTUSBFIELD((&ups),wPortChange,(status >> 16));
/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)) {
439 *(__u32 *)bufp = cpu_to_le32(hc->rh_status.wPortChange<<16 | hc->rh_status.wPortStatus);
474 hc->rh_status.wPortChange &= ~USB_PORT_STAT_C_CONNECTION;
478 hc->rh_status.wPortChange &= ~USB_PORT_STAT_C_ENABLE;
482 hc->rh_status.wPortChange &= ~USB_PORT_STAT_C_SUSPEND;
486 hc->rh_status.wPortChange &= ~USB_PORT_STAT_C_OVERCURRENT;
490 hc->rh_status.wPortChange &= ~USB_PORT_STAT_C_RESET;
503 hc->rh_status.wPortChange = 0;
504 hc->rh_status.wPortChange |= USB_PORT_STAT_C_RESET;
2488 hc->rh_status.wPortChange |
[all...]

Completed in 66 milliseconds