Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dcomposite.h221 int (*get_alt)(struct usb_function *, member
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_obex.c481 obex->port.func.get_alt = obex_get_alt; in obex_alloc()
Df_phonet.c682 fp->function.get_alt = pn_get_alt; in phonet_alloc()
Df_ecm.c955 ecm->port.func.get_alt = ecm_get_alt; in ecm_alloc()
Df_uac1.c834 uac1->g_audio.func.get_alt = f_audio_get_alt; in f_audio_alloc()
Df_uvc.c973 uvc->func.get_alt = uvc_function_get_alt; in uvc_alloc()
Df_uac1_legacy.c1004 audio->card.func.get_alt = f_audio_get_alt; in f_audio_alloc()
Df_sourcesink.c863 ss->function.get_alt = sourcesink_get_alt; in source_sink_alloc_func()
Df_uac2.c1202 uac2->g_audio.func.get_alt = afunc_get_alt; in afunc_alloc()
Df_ncm.c1737 ncm->port.func.get_alt = ncm_get_alt; in ncm_alloc()
Df_tcm.c2320 fu->function.get_alt = tcm_get_alt; in tcm_alloc()
Df_generic.c3549 func->function.get_alt = ffs_func_get_alt; in ffs_alloc()
/kernel/linux/linux-5.10/drivers/usb/gadget/
Dcomposite.c1811 if (w_value && !f->get_alt) in composite_setup()
1835 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch18655 - func->function.get_alt = ffs_func_get_alt;