Lines Matching refs:wIndex
245 u16 typeReq, u16 wValue, u16 wIndex,
3154 u16 wValue, u16 wIndex, char *buf, u16 wLength) in oxu_hub_control() argument
3158 u32 __iomem *status_reg = &oxu->regs->port_status[wIndex - 1]; in oxu_hub_control()
3184 if (!wIndex || wIndex > ports) in oxu_hub_control()
3186 wIndex--; in oxu_hub_control()
3212 oxu->reset_done[wIndex] = jiffies in oxu_hub_control()
3247 if (!wIndex || wIndex > ports) in oxu_hub_control()
3249 wIndex--; in oxu_hub_control()
3265 if (!oxu->reset_done[wIndex]) { in oxu_hub_control()
3267 oxu->reset_done[wIndex] = jiffies in oxu_hub_control()
3271 oxu->reset_done[wIndex]); in oxu_hub_control()
3276 oxu->reset_done[wIndex])) { in oxu_hub_control()
3278 oxu->reset_done[wIndex] = 0; in oxu_hub_control()
3289 wIndex + 1, retval); in oxu_hub_control()
3299 oxu->reset_done[wIndex])) { in oxu_hub_control()
3301 oxu->reset_done[wIndex] = 0; in oxu_hub_control()
3313 wIndex + 1, retval); in oxu_hub_control()
3318 temp = check_reset_complete(oxu, wIndex, status_reg, in oxu_hub_control()
3324 test_bit(wIndex, &oxu->companion_ports)) { in oxu_hub_control()
3328 oxu_dbg(oxu, "port %d --> companion\n", wIndex + 1); in oxu_hub_control()
3357 dbg_port(oxu, "GetStatus", wIndex + 1, temp); in oxu_hub_control()
3371 selector = wIndex >> 8; in oxu_hub_control()
3372 wIndex &= 0xff; in oxu_hub_control()
3373 if (!wIndex || wIndex > ports) in oxu_hub_control()
3375 wIndex--; in oxu_hub_control()
3401 oxu_vdbg(oxu, "port %d reset\n", wIndex + 1); in oxu_hub_control()
3409 oxu->reset_done[wIndex] = jiffies in oxu_hub_control()