Lines Matching refs:result
141 int result = 0;
145 result = cdns3_ep0_delegate_req(priv_dev, ctrl_req);
147 if (result || !config)
152 result = cdns3_ep0_delegate_req(priv_dev, ctrl_req);
153 if (!config && !result)
164 if (result != USB_GADGET_DELAYED_STATUS)
170 return result;
535 int result;
556 result = cdns3_ep0_standard_request(priv_dev, ctrl);
558 result = cdns3_ep0_delegate_req(priv_dev, ctrl);
560 if (result == USB_GADGET_DELAYED_STATUS)
563 if (result < 0)