Searched refs:DECLARE_USB_FUNCTION_INIT (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | composite.h | 605 #define DECLARE_USB_FUNCTION_INIT(_name, _inst_alloc, _func_alloc) \ macro
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_serial.c | 394 DECLARE_USB_FUNCTION_INIT(gser, gser_alloc_inst, gser_alloc);
|
H A D | f_subset.c | 502 DECLARE_USB_FUNCTION_INIT(geth, geth_alloc_inst, geth_alloc);
|
H A D | f_obex.c | 488 DECLARE_USB_FUNCTION_INIT(obex, obex_alloc_inst, obex_alloc);
|
H A D | f_eem.c | 676 DECLARE_USB_FUNCTION_INIT(eem, eem_alloc_inst, eem_alloc);
|
H A D | f_phonet.c | 730 DECLARE_USB_FUNCTION_INIT(phonet, phonet_alloc_inst, phonet_alloc);
|
H A D | f_acm.c | 856 DECLARE_USB_FUNCTION_INIT(acm, acm_alloc_instance, acm_alloc_func);
|
H A D | f_ecm.c | 968 DECLARE_USB_FUNCTION_INIT(ecm, ecm_alloc_inst, ecm_alloc);
|
H A D | f_rndis.c | 1015 DECLARE_USB_FUNCTION_INIT(rndis, rndis_alloc_inst, rndis_alloc);
|
H A D | f_uac1_legacy.c | 1016 DECLARE_USB_FUNCTION_INIT(uac1_legacy, f_audio_alloc_inst, f_audio_alloc);
|
H A D | f_uvc.c | 1111 DECLARE_USB_FUNCTION_INIT(uvc, uvc_alloc_inst, uvc_alloc);
|
H A D | f_midi.c | 1398 DECLARE_USB_FUNCTION_INIT(midi, f_midi_alloc_inst, f_midi_alloc);
|
H A D | f_hid.c | 1324 DECLARE_USB_FUNCTION_INIT(hid, hidg_alloc_inst, hidg_alloc);
|
H A D | f_ncm.c | 1736 DECLARE_USB_FUNCTION_INIT(ncm, ncm_alloc_inst, ncm_alloc);
|
H A D | f_printer.c | 1529 DECLARE_USB_FUNCTION_INIT(printer, gprinter_alloc_inst, gprinter_alloc);
|
H A D | f_uac1.c | 1752 DECLARE_USB_FUNCTION_INIT(uac1, f_audio_alloc_inst, f_audio_alloc);
|
H A D | f_uac2.c | 2244 DECLARE_USB_FUNCTION_INIT(uac2, afunc_alloc_inst, afunc_alloc);
|
H A D | f_midi2.c | 2881 DECLARE_USB_FUNCTION_INIT(midi2, f_midi2_alloc_inst, f_midi2_alloc);
|
H A D | f_mass_storage.c | 3579 DECLARE_USB_FUNCTION_INIT(mass_storage, fsg_alloc_inst, fsg_alloc);
|
H A D | f_fs.c | 3805 DECLARE_USB_FUNCTION_INIT(ffs, ffs_alloc_inst, ffs_alloc);
|