Lines Matching refs:wIndex
245 u16 typeReq, u16 wValue, u16 wIndex,
3159 u16 wValue, u16 wIndex, char *buf, u16 wLength) in oxu_hub_control() argument
3163 u32 __iomem *status_reg = &oxu->regs->port_status[wIndex - 1]; in oxu_hub_control()
3189 if (!wIndex || wIndex > ports) in oxu_hub_control()
3191 wIndex--; in oxu_hub_control()
3217 oxu->reset_done[wIndex] = jiffies in oxu_hub_control()
3252 if (!wIndex || wIndex > ports) in oxu_hub_control()
3254 wIndex--; in oxu_hub_control()
3270 if (!oxu->reset_done[wIndex]) { in oxu_hub_control()
3272 oxu->reset_done[wIndex] = jiffies in oxu_hub_control()
3276 oxu->reset_done[wIndex]); in oxu_hub_control()
3281 oxu->reset_done[wIndex])) { in oxu_hub_control()
3283 oxu->reset_done[wIndex] = 0; in oxu_hub_control()
3294 wIndex + 1, retval); in oxu_hub_control()
3304 oxu->reset_done[wIndex])) { in oxu_hub_control()
3306 oxu->reset_done[wIndex] = 0; in oxu_hub_control()
3318 wIndex + 1, retval); in oxu_hub_control()
3323 temp = check_reset_complete(oxu, wIndex, status_reg, in oxu_hub_control()
3329 test_bit(wIndex, &oxu->companion_ports)) { in oxu_hub_control()
3333 oxu_dbg(oxu, "port %d --> companion\n", wIndex + 1); in oxu_hub_control()
3362 dbg_port(oxu, "GetStatus", wIndex + 1, temp); in oxu_hub_control()
3376 selector = wIndex >> 8; in oxu_hub_control()
3377 wIndex &= 0xff; in oxu_hub_control()
3378 if (!wIndex || wIndex > ports) in oxu_hub_control()
3380 wIndex--; in oxu_hub_control()
3406 oxu_vdbg(oxu, "port %d reset\n", wIndex + 1); in oxu_hub_control()
3414 oxu->reset_done[wIndex] = jiffies in oxu_hub_control()