Lines Matching refs:windex
3280 static void dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument
3291 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend()
3370 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() argument
3400 if (!windex || windex > 1) in dwc2_hcd_hub_control()
3519 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex, in dwc2_hcd_hub_control()
3521 if (!windex || windex > 1) in dwc2_hcd_hub_control()
3611 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex > 1)) in dwc2_hcd_hub_control()
3629 if (windex != hsotg->otg_port) in dwc2_hcd_hub_control()
3634 dwc2_port_suspend(hsotg, windex); in dwc2_hcd_hub_control()
3698 hprt0 |= (windex >> 8) << HPRT0_TSTCTL_SHIFT; in dwc2_hcd_hub_control()
3716 typereq, windex, wvalue); in dwc2_hcd_hub_control()
4816 u16 windex, char *buf, u16 wlength) in _dwc2_hcd_hub_control() argument
4819 wvalue, windex, buf, wlength); in _dwc2_hcd_hub_control()