Home
last modified time | relevance | path

Searched refs:usb_ep_clear_halt (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/usb/
Dgadget.h248 int usb_ep_clear_halt(struct usb_ep *ep);
273 static inline int usb_ep_clear_halt(struct usb_ep *ep) in usb_ep_clear_halt() function
/Linux-v4.19/drivers/usb/gadget/udc/
Dtrace.h193 DEFINE_EVENT(udc_log_ep, usb_ep_clear_halt,
Dcore.c356 int usb_ep_clear_halt(struct usb_ep *ep) in usb_ep_clear_halt() function
365 EXPORT_SYMBOL_GPL(usb_ep_clear_halt);
Dr8a66597-udc.c1217 usb_ep_clear_halt(&ep->ep); in clear_feature()
/Linux-v4.19/drivers/usb/gadget/legacy/
Dinode.c410 status = usb_ep_clear_halt (data->ep); in ep_ioctl()
/Linux-v4.19/drivers/usb/chipidea/
Dudc.c1052 err = usb_ep_clear_halt( in isr_setup_packet_handler()
/Linux-v4.19/drivers/usb/gadget/function/
Df_mass_storage.c2399 usb_ep_clear_halt(common->fsg->bulk_in); in handle_exception()
Df_fs.c1243 ret = usb_ep_clear_halt(epfile->ep->ep); in ffs_epfile_ioctl()