Lines Matching refs:wIndex
35 u16 wIndex, char *buff, u16 wLength);
316 u16 wIndex, char *buf, u16 wLength) in vhci_hub_control() argument
334 wIndex = ((__u8)(wIndex & 0x00ff)); in vhci_hub_control()
336 wIndex); in vhci_hub_control()
345 if (wIndex < 1 || wIndex > VHCI_HC_PORTS) { in vhci_hub_control()
347 if (wIndex > VHCI_HC_PORTS) in vhci_hub_control()
348 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control()
350 rhport = wIndex - 1; in vhci_hub_control()
370 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control()
433 usbip_dbg_vhci_rh(" GetPortStatus port %x\n", wIndex); in vhci_hub_control()
435 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control()
541 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control()
551 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control()
563 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control()
577 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control()
600 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control()
637 typeReq, wValue, wIndex, wLength); in vhci_hub_control()