Home
last modified time | relevance | path

Searched refs:get_alt (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/usb/
H A Dcomposite.h219 int (*get_alt)(struct usb_function *, member
/linux/drivers/usb/gadget/function/
H A Df_obex.c480 obex->port.func.get_alt = obex_get_alt; in obex_alloc()
H A Df_phonet.c683 fp->function.get_alt = pn_get_alt; in phonet_alloc()
H A Df_ecm.c37 * and also means that a get_alt() method is required.
598 * this ECM function *MUST* implement a get_alt() method.
958 ecm->port.func.get_alt = ecm_get_alt; in ecm_alloc()
H A Df_uac1_legacy.c1004 audio->card.func.get_alt = f_audio_get_alt; in f_audio_alloc()
H A Df_sourcesink.c862 ss->function.get_alt = sourcesink_get_alt; in source_sink_alloc_func()
H A Df_ncm.c35 * and also means that a get_alt() method is required.
936 * this NCM function *MUST* implement a get_alt() method.
1789 ncm->port.func.get_alt = ncm_get_alt; in ncm_alloc()
H A Df_uac1.c1847 uac1->g_audio.func.get_alt = f_audio_get_alt; in f_audio_alloc()
H A Df_tcm.c2602 fu->function.get_alt = tcm_get_alt;
H A Df_uac2.c2294 uac2->g_audio.func.get_alt = afunc_get_alt; in afunc_alloc()
H A Df_midi2.c2829 midi2->func.get_alt = f_midi2_get_alt; in f_midi2_alloc()
H A Df_fs.c4108 func->function.get_alt = ffs_func_get_alt; in ffs_alloc()
/linux/drivers/usb/gadget/
H A Dcomposite.c1952 if (w_value && !f->get_alt) in composite_setup()
1976 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()