Searched refs:dwc2_hsotg_ep_sethalt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/dwc2/ |
H A D | gadget.c | 1724 static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now); 1837 dwc2_hsotg_ep_sethalt(&ep->ep, set, true); in dwc2_hsotg_process_req_feature() 4368 ret = dwc2_hsotg_ep_sethalt(ep, 1, false); in dwc2_gadget_ep_set_wedge() 4384 static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now) in dwc2_hsotg_ep_sethalt() function 4471 ret = dwc2_hsotg_ep_sethalt(ep, value, false); in dwc2_hsotg_ep_sethalt_lock()
|