Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dcomposite.h620 #define DECLARE_USB_FUNCTION_INIT(_name, _inst_alloc, _func_alloc) \ macro
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_serial.c392 DECLARE_USB_FUNCTION_INIT(gser, gser_alloc_inst, gser_alloc);
Df_subset.c504 DECLARE_USB_FUNCTION_INIT(geth, geth_alloc_inst, geth_alloc);
Df_obex.c489 DECLARE_USB_FUNCTION_INIT(obex, obex_alloc_inst, obex_alloc);
Df_eem.c678 DECLARE_USB_FUNCTION_INIT(eem, eem_alloc_inst, eem_alloc);
Df_phonet.c729 DECLARE_USB_FUNCTION_INIT(phonet, phonet_alloc_inst, phonet_alloc);
Df_acm.c858 DECLARE_USB_FUNCTION_INIT(acm, acm_alloc_instance, acm_alloc_func);
Df_uac1.c842 DECLARE_USB_FUNCTION_INIT(uac1, f_audio_alloc_inst, f_audio_alloc);
Df_ecm.c963 DECLARE_USB_FUNCTION_INIT(ecm, ecm_alloc_inst, ecm_alloc);
Df_rndis.c1030 DECLARE_USB_FUNCTION_INIT(rndis, rndis_alloc_inst, rndis_alloc);
Df_uac1_legacy.c1016 DECLARE_USB_FUNCTION_INIT(uac1_legacy, f_audio_alloc_inst, f_audio_alloc);
Df_uvc.c956 DECLARE_USB_FUNCTION_INIT(uvc, uvc_alloc_inst, uvc_alloc);
Df_hid.c1159 DECLARE_USB_FUNCTION_INIT(hid, hidg_alloc_inst, hidg_alloc);
Df_midi.c1362 DECLARE_USB_FUNCTION_INIT(midi, f_midi_alloc_inst, f_midi_alloc);
Df_uac2.c1210 DECLARE_USB_FUNCTION_INIT(uac2, afunc_alloc_inst, afunc_alloc);
Df_printer.c1509 DECLARE_USB_FUNCTION_INIT(printer, gprinter_alloc_inst, gprinter_alloc);
Df_ncm.c1746 DECLARE_USB_FUNCTION_INIT(ncm, ncm_alloc_inst, ncm_alloc);
Df_mass_storage.c3437 DECLARE_USB_FUNCTION_INIT(mass_storage, fsg_alloc_inst, fsg_alloc);
Df_fs.c3849 DECLARE_USB_FUNCTION_INIT(ffs, ffs_alloc_inst, ffs_alloc);
Df_generic.c3778 DECLARE_USB_FUNCTION_INIT(f_generic, ffs_alloc_inst, ffs_alloc);
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch18887 -DECLARE_USB_FUNCTION_INIT(f_generic, ffs_alloc_inst, ffs_alloc);