Searched refs:dwc2_hsotg_ep_sethalt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | gadget.c | 1720 static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now); 1833 dwc2_hsotg_ep_sethalt(&ep->ep, set, true); in dwc2_hsotg_process_req_feature() 4358 ret = dwc2_hsotg_ep_sethalt(ep, 1, false); in dwc2_gadget_ep_set_wedge() 4365 * dwc2_hsotg_ep_sethalt - set halt on a given endpoint 4374 static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now) in dwc2_hsotg_ep_sethalt() function 4461 ret = dwc2_hsotg_ep_sethalt(ep, value, false); in dwc2_hsotg_ep_sethalt_lock()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | gadget.c | 1721 static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now); 1833 dwc2_hsotg_ep_sethalt(&ep->ep, set, true); in dwc2_hsotg_process_req_feature() 4343 * dwc2_hsotg_ep_sethalt - set halt on a given endpoint 4352 static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now) in dwc2_hsotg_ep_sethalt() function 4437 ret = dwc2_hsotg_ep_sethalt(ep, value, false); in dwc2_hsotg_ep_sethalt_lock()
|
Completed in 12 milliseconds