Lines Matching defs:windex
3258 * @windex: The control request wIndex field
3265 int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex)
3276 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) {
3377 u16 wvalue, u16 windex, char *buf, u16 wlength)
3407 if (!windex || windex > 1)
3522 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex,
3524 if (!windex || windex > 1)
3614 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex > 1))
3632 if (windex != hsotg->otg_port)
3635 retval = dwc2_port_suspend(hsotg, windex);
3717 hprt0 |= (windex >> 8) << HPRT0_TSTCTL_SHIFT;
3735 typereq, windex, wvalue);
4903 u16 windex, char *buf, u16 wlength)
4906 wvalue, windex, buf, wlength);