Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/
Dconfig.c187 usb_free_all_descriptors(f); in usb_assign_descriptors()
192 void usb_free_all_descriptors(struct usb_function *f) in usb_free_all_descriptors() function
198 EXPORT_SYMBOL_GPL(usb_free_all_descriptors);
/linux-4.4.14/drivers/usb/gadget/function/
Df_phonet.c574 usb_free_all_descriptors(f); in pn_bind()
669 usb_free_all_descriptors(f); in pn_unbind()
Df_serial.c330 usb_free_all_descriptors(f); in gser_unbind()
Df_rndis.c816 usb_free_all_descriptors(f); in rndis_bind()
947 usb_free_all_descriptors(f); in rndis_unbind()
Df_subset.c466 usb_free_all_descriptors(f); in geth_unbind()
Df_uvc.c743 usb_free_all_descriptors(f); in uvc_function_bind()
869 usb_free_all_descriptors(f); in uvc_unbind()
Df_obex.c459 usb_free_all_descriptors(f); in obex_unbind()
Df_hid.c677 usb_free_all_descriptors(f); in hidg_bind()
916 usb_free_all_descriptors(f); in hidg_unbind()
Df_loopback.c235 usb_free_all_descriptors(f); in lb_free_func()
Df_eem.c611 usb_free_all_descriptors(f); in eem_unbind()
Df_acm.c715 usb_free_all_descriptors(f); in acm_unbind()
Df_ecm.c906 usb_free_all_descriptors(f); in ecm_unbind()
Df_uac2.c1129 usb_free_all_descriptors(fn); in afunc_bind()
1573 usb_free_all_descriptors(f); in afunc_unbind()
Df_uac1.c943 usb_free_all_descriptors(f); in f_audio_unbind()
Df_sourcesink.c475 usb_free_all_descriptors(f); in sourcesink_free_func()
Df_midi.c1099 usb_free_all_descriptors(f); in f_midi_unbind()
Df_printer.c1374 usb_free_all_descriptors(f); in printer_func_unbind()
Df_ncm.c1560 usb_free_all_descriptors(f); in ncm_unbind()
Df_mass_storage.c3123 usb_free_all_descriptors(&fsg->function); in fsg_unbind()
/linux-4.4.14/include/linux/usb/
Dgadget.h1191 void usb_free_all_descriptors(struct usb_function *f);
/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c2082 usb_free_all_descriptors(f); in usbg_unbind()