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