Lines Matching refs:windex
3303 static void dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument
3314 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend()
3393 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() argument
3423 if (!windex || windex > 1) in dwc2_hcd_hub_control()
3542 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex, in dwc2_hcd_hub_control()
3544 if (!windex || windex > 1) in dwc2_hcd_hub_control()
3634 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex > 1)) in dwc2_hcd_hub_control()
3652 if (windex != hsotg->otg_port) in dwc2_hcd_hub_control()
3657 dwc2_port_suspend(hsotg, windex); in dwc2_hcd_hub_control()
3721 hprt0 |= (windex >> 8) << HPRT0_TSTCTL_SHIFT; in dwc2_hcd_hub_control()
3739 typereq, windex, wvalue); in dwc2_hcd_hub_control()
4840 u16 windex, char *buf, u16 wlength) in _dwc2_hcd_hub_control() argument
4843 wvalue, windex, buf, wlength); in _dwc2_hcd_hub_control()