Searched refs:usb_ep_clear_halt (Results 1 – 11 of 11) sorted by relevance
256 int usb_ep_clear_halt(struct usb_ep *ep);281 static inline int usb_ep_clear_halt(struct usb_ep *ep) in usb_ep_clear_halt() function
193 DEFINE_EVENT(udc_log_ep, usb_ep_clear_halt,
367 int usb_ep_clear_halt(struct usb_ep *ep) in usb_ep_clear_halt() function376 EXPORT_SYMBOL_GPL(usb_ep_clear_halt);
1217 usb_ep_clear_halt(&ep->ep); in clear_feature()
933 ret = usb_ep_clear_halt(dev->eps[i].ep); in raw_ioctl_ep_set_clear_halt_wedge()
414 status = usb_ep_clear_halt (data->ep); in ep_ioctl()
1166 err = usb_ep_clear_halt( in isr_setup_packet_handler()
2408 usb_ep_clear_halt(common->fsg->bulk_in); in handle_exception()
1319 ret = usb_ep_clear_halt(epfile->ep->ep); in ffs_epfile_ioctl()
1351 ret = usb_ep_clear_halt(epfile->ep->ep); in ffs_epfile_ioctl()
16460 - ret = usb_ep_clear_halt(epfile->ep->ep);