Lines Matching refs:stall
1622 return true; /* stall */
1655 bool stall = false;
1677 stall = true;
1681 if (!stall) {
1689 return stall;
1695 bool stall = true;
1703 stall = false;
1713 stall = false;
1719 return stall;
1785 return true; /* stall */
1804 bool stall = false;
1808 stall = usb3_std_req_feature_device(usb3, ctrl, set);
1813 stall = usb3_std_req_feature_endpoint(usb3, ctrl, set);
1816 stall = true;
1820 if (!stall)
1823 return stall;
1838 return true; /* stall */
1869 bool stall = false;
1874 stall = usb3_std_req_set_address(usb3, ctrl);
1878 stall = usb3_std_req_get_status(usb3, ctrl);
1882 stall = usb3_std_req_feature(usb3, ctrl, false);
1886 stall = usb3_std_req_feature(usb3, ctrl, true);
1890 stall = usb3_std_req_set_sel(usb3, ctrl);
1895 stall = true;
1906 if (stall)