Lines Matching refs:set
102 * In that case, we will set DWC3_EP_PENDING_REQUEST. When that
103 * flag is set, it's telling us that as soon as Gadget queues the
159 * the wire, with the TRB's status set to "SETUP_PENDING". Such status
332 * LTM will be set once we know how to set this in HW.
379 int set)
388 if (set && dwc->dis_u1_entry_quirk)
392 if (set)
402 int set)
412 if (set && dwc->dis_u2_entry_quirk)
416 if (set)
426 u32 wIndex, int set)
430 if (!set)
450 struct usb_ctrlrequest *ctrl, int set)
469 ret = dwc3_ep0_handle_u1(dwc, state, set);
472 ret = dwc3_ep0_handle_u2(dwc, state, set);
478 ret = dwc3_ep0_handle_test(dwc, state, wIndex, set);
488 struct usb_ctrlrequest *ctrl, int set)
513 struct usb_ctrlrequest *ctrl, int set)
527 if (set == 0 && (dep->flags & DWC3_EP_WEDGE))
530 ret = __dwc3_gadget_ep_set_halt(dep, set, true);
535 if (!set && (dep->flags & DWC3_EP_END_TRANSFER_PENDING))
547 struct usb_ctrlrequest *ctrl, int set)
556 ret = dwc3_ep0_handle_device(dwc, ctrl, set);
559 ret = dwc3_ep0_handle_intf(dwc, ctrl, set);
562 ret = dwc3_ep0_handle_endpoint(dwc, ctrl, set);