Lines Matching defs:windex
1460 static void dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex)
1471 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) {
1551 u16 wvalue, u16 windex, char *buf, u16 wlength)
1581 if (!windex || windex > 1)
1691 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex,
1693 if (!windex || windex > 1)
1787 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex > 1))
1805 if (windex != hsotg->otg_port)
1807 dwc2_port_suspend(hsotg, windex);
1862 hprt0 |= (windex >> 8) << HPRT0_TSTCTL_SHIFT;
1880 typereq, windex, wvalue);