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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-hub.c246 u16 wPortChange, wPortStatus; local
274 wPortChange = lstatus = 0;
276 wPortChange |= USB_PORT_STAT_C_CONNECTION;
278 wPortChange |= USB_PORT_STAT_C_ENABLE;
280 wPortChange |= USB_PORT_STAT_C_OVERCURRENT;
283 wPortChange |= USB_PORT_STAT_C_SUSPEND;
305 if (wPortChange)
310 *(__le16 *)(buf + 2) = cpu_to_le16(wPortChange);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.h64 __le16 wPortChange; member in struct:usb_port_status
85 * wPortChange bit field
H A Dhub.c1424 *change = le16_to_cpu(hub->status->port.wPortChange);

Completed in 57 milliseconds