Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/usb/
A Dcomposite.h208 int (*get_alt)(struct usb_function *, member
/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_obex.c481 obex->port.func.get_alt = obex_get_alt; in obex_alloc()
A Df_phonet.c683 fp->function.get_alt = pn_get_alt; in phonet_alloc()
A Df_ecm.c951 ecm->port.func.get_alt = ecm_get_alt; in ecm_alloc()
A Df_uac1_legacy.c1004 audio->card.func.get_alt = f_audio_get_alt; in f_audio_alloc()
A Df_uvc.c1085 uvc->func.get_alt = uvc_function_get_alt; in uvc_alloc()
A Df_sourcesink.c864 ss->function.get_alt = sourcesink_get_alt; in source_sink_alloc_func()
A Df_ncm.c1727 ncm->port.func.get_alt = ncm_get_alt; in ncm_alloc()
A Df_uac1.c1743 uac1->g_audio.func.get_alt = f_audio_get_alt; in f_audio_alloc()
A Df_tcm.c2297 fu->function.get_alt = tcm_get_alt; in tcm_alloc()
A Df_uac2.c2232 uac2->g_audio.func.get_alt = afunc_get_alt; in afunc_alloc()
/linux-6.3-rc2/drivers/usb/gadget/
A Dcomposite.c1892 if (w_value && !f->get_alt) in composite_setup()
1916 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()

Completed in 31 milliseconds