Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_serial.c396 DECLARE_USB_FUNCTION_INIT(gser, gser_alloc_inst, gser_alloc);
A Df_subset.c504 DECLARE_USB_FUNCTION_INIT(geth, geth_alloc_inst, geth_alloc);
A Df_obex.c489 DECLARE_USB_FUNCTION_INIT(obex, obex_alloc_inst, obex_alloc);
A Df_eem.c678 DECLARE_USB_FUNCTION_INIT(eem, eem_alloc_inst, eem_alloc);
A Df_phonet.c730 DECLARE_USB_FUNCTION_INIT(phonet, phonet_alloc_inst, phonet_alloc);
A Df_acm.c858 DECLARE_USB_FUNCTION_INIT(acm, acm_alloc_instance, acm_alloc_func);
A Df_ecm.c959 DECLARE_USB_FUNCTION_INIT(ecm, ecm_alloc_inst, ecm_alloc);
A Df_rndis.c1030 DECLARE_USB_FUNCTION_INIT(rndis, rndis_alloc_inst, rndis_alloc);
A Df_uac1_legacy.c1016 DECLARE_USB_FUNCTION_INIT(uac1_legacy, f_audio_alloc_inst, f_audio_alloc);
A Df_uvc.c1100 DECLARE_USB_FUNCTION_INIT(uvc, uvc_alloc_inst, uvc_alloc);
A Df_hid.c1319 DECLARE_USB_FUNCTION_INIT(hid, hidg_alloc_inst, hidg_alloc);
A Df_midi.c1408 DECLARE_USB_FUNCTION_INIT(midi, f_midi_alloc_inst, f_midi_alloc);
A Df_ncm.c1738 DECLARE_USB_FUNCTION_INIT(ncm, ncm_alloc_inst, ncm_alloc);
A Df_printer.c1506 DECLARE_USB_FUNCTION_INIT(printer, gprinter_alloc_inst, gprinter_alloc);
A Df_uac1.c1752 DECLARE_USB_FUNCTION_INIT(uac1, f_audio_alloc_inst, f_audio_alloc);
A Df_uac2.c2241 DECLARE_USB_FUNCTION_INIT(uac2, afunc_alloc_inst, afunc_alloc);
A Df_mass_storage.c3567 DECLARE_USB_FUNCTION_INIT(mass_storage, fsg_alloc_inst, fsg_alloc);
A Df_fs.c3892 DECLARE_USB_FUNCTION_INIT(ffs, ffs_alloc_inst, ffs_alloc);
/linux-6.3-rc2/include/linux/usb/
A Dcomposite.h620 #define DECLARE_USB_FUNCTION_INIT(_name, _inst_alloc, _func_alloc) \ macro

Completed in 45 milliseconds