Searched refs:usb_free_descriptors (Results 1 – 14 of 14) sorted by relevance
368 usb_free_descriptors(f->descriptors); in geth_bind()370 usb_free_descriptors(f->hs_descriptors); in geth_bind()387 usb_free_descriptors(f->ss_descriptors); in geth_unbind()389 usb_free_descriptors(f->hs_descriptors); in geth_unbind()390 usb_free_descriptors(f->descriptors); in geth_unbind()
318 usb_free_descriptors(f->descriptors); in eem_bind()320 usb_free_descriptors(f->hs_descriptors); in eem_bind()340 usb_free_descriptors(f->ss_descriptors); in eem_unbind()342 usb_free_descriptors(f->hs_descriptors); in eem_unbind()343 usb_free_descriptors(f->descriptors); in eem_unbind()
267 usb_free_descriptors(f->hs_descriptors); in gser_unbind()269 usb_free_descriptors(f->ss_descriptors); in gser_unbind()270 usb_free_descriptors(f->descriptors); in gser_unbind()
792 usb_free_descriptors(f->ss_descriptors); in rndis_bind()794 usb_free_descriptors(f->hs_descriptors); in rndis_bind()796 usb_free_descriptors(f->descriptors); in rndis_bind()825 usb_free_descriptors(f->ss_descriptors); in rndis_unbind()827 usb_free_descriptors(f->hs_descriptors); in rndis_unbind()828 usb_free_descriptors(f->descriptors); in rndis_unbind()
799 usb_free_descriptors(f->descriptors); in ecm_bind()801 usb_free_descriptors(f->hs_descriptors); in ecm_bind()829 usb_free_descriptors(f->ss_descriptors); in ecm_unbind()831 usb_free_descriptors(f->hs_descriptors); in ecm_unbind()832 usb_free_descriptors(f->descriptors); in ecm_unbind()
532 usb_free_descriptors(f->hs_descriptors); in hidg_bind()533 usb_free_descriptors(f->descriptors); in hidg_bind()552 usb_free_descriptors(f->hs_descriptors); in hidg_unbind()553 usb_free_descriptors(f->descriptors); in hidg_unbind()
386 usb_free_descriptors(f->hs_descriptors); in obex_unbind()387 usb_free_descriptors(f->descriptors); in obex_unbind()
725 usb_free_descriptors(f->hs_descriptors); in acm_unbind()727 usb_free_descriptors(f->ss_descriptors); in acm_unbind()728 usb_free_descriptors(f->descriptors); in acm_unbind()
686 usb_free_descriptors(f->descriptors); in f_audio_unbind()687 usb_free_descriptors(f->hs_descriptors); in f_audio_unbind()
1252 usb_free_descriptors(f->descriptors); in ncm_bind()1280 usb_free_descriptors(f->hs_descriptors); in ncm_unbind()1281 usb_free_descriptors(f->descriptors); in ncm_unbind()
2989 usb_free_descriptors(fsg->function.descriptors); in fsg_unbind()2990 usb_free_descriptors(fsg->function.hs_descriptors); in fsg_unbind()2991 usb_free_descriptors(fsg->function.ss_descriptors); in fsg_unbind()3037 usb_free_descriptors(f->descriptors); in fsg_bind()3058 usb_free_descriptors(f->hs_descriptors); in fsg_bind()3059 usb_free_descriptors(f->descriptors); in fsg_bind()
418 usb_free_descriptors(f->descriptors); in f_midi_unbind()419 usb_free_descriptors(f->hs_descriptors); in f_midi_unbind()
1039 usb_free_descriptors(fn->hs_descriptors); in afunc_unbind()1040 usb_free_descriptors(fn->descriptors); in afunc_unbind()
946 static inline void usb_free_descriptors(struct usb_descriptor_header **v) in usb_free_descriptors() function