Home
last modified time | relevance | path

Searched refs:usb_free_all_descriptors (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/
Dconfig.c186 usb_free_all_descriptors(f); in usb_assign_descriptors()
191 void usb_free_all_descriptors(struct usb_function *f) in usb_free_all_descriptors() function
197 EXPORT_SYMBOL_GPL(usb_free_all_descriptors);
/linux-4.1.27/drivers/usb/gadget/function/
Df_phonet.c576 usb_free_all_descriptors(f); in pn_bind()
692 usb_free_all_descriptors(f); in pn_unbind()
Df_serial.c357 usb_free_all_descriptors(f); in gser_unbind()
Df_subset.c474 usb_free_all_descriptors(f); in geth_unbind()
Df_rndis.c822 usb_free_all_descriptors(f); in rndis_bind()
961 usb_free_all_descriptors(f); in rndis_unbind()
Df_uvc.c773 usb_free_all_descriptors(f); in uvc_function_bind()
901 usb_free_all_descriptors(f); in uvc_unbind()
Df_hid.c685 usb_free_all_descriptors(f); in hidg_bind()
926 usb_free_all_descriptors(f); in hidg_unbind()
Df_obex.c504 usb_free_all_descriptors(f); in obex_unbind()
Df_loopback.c242 usb_free_all_descriptors(f); in lb_free_func()
Df_eem.c621 usb_free_all_descriptors(f); in eem_unbind()
Df_uac2.c1131 usb_free_all_descriptors(fn); in afunc_bind()
1585 usb_free_all_descriptors(f); in afunc_unbind()
Df_acm.c731 usb_free_all_descriptors(f); in acm_unbind()
Df_ecm.c923 usb_free_all_descriptors(f); in ecm_unbind()
Df_uac1.c954 usb_free_all_descriptors(f); in f_audio_unbind()
Df_sourcesink.c488 usb_free_all_descriptors(f); in sourcesink_free_func()
Df_midi.c1103 usb_free_all_descriptors(f); in f_midi_unbind()
Df_printer.c1373 usb_free_all_descriptors(f); in printer_func_unbind()
Df_ncm.c1576 usb_free_all_descriptors(f); in ncm_unbind()
Df_mass_storage.c3119 usb_free_all_descriptors(&fsg->function); in fsg_unbind()
/linux-4.1.27/include/linux/usb/
Dgadget.h1003 void usb_free_all_descriptors(struct usb_function *f);
/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c2275 usb_free_all_descriptors(f); in usbg_unbind()