Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcomposite.h121 int (*get_alt)(struct usb_function *, member
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcomposite.h221 int (*get_alt)(struct usb_function *, member
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c953 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()
H A Df_sdp.c598 sdp_func->usb_function.get_alt = sdp_get_alt; in sdp_bind_config()
H A Df_dfu.c809 f_dfu->usb_function.get_alt = __dfu_get_alt; in dfu_bind_config()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_obex.c481 obex->port.func.get_alt = obex_get_alt; in obex_alloc()
H A Df_phonet.c682 fp->function.get_alt = pn_get_alt; in phonet_alloc()
H A Df_ecm.c955 ecm->port.func.get_alt = ecm_get_alt; in ecm_alloc()
H A Df_uac1_legacy.c1010 audio->card.func.get_alt = f_audio_get_alt; in f_audio_alloc()
H A Df_sourcesink.c863 ss->function.get_alt = sourcesink_get_alt; in source_sink_alloc_func()
H A Df_uvc.c1282 uvc->func.get_alt = uvc_function_get_alt; in uvc_alloc()
H A Df_ncm.c1735 ncm->port.func.get_alt = ncm_get_alt; in ncm_alloc()
H A Df_uac1.c2055 uac1->g_audio.func.get_alt = f_audio_get_alt; in f_audio_alloc()
H A Df_uac2.c2231 uac2->g_audio.func.get_alt = afunc_get_alt; in afunc_alloc()
H A Df_tcm.c2320 fu->function.get_alt = tcm_get_alt; in tcm_alloc()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c1855 if (w_value && !f->get_alt) in composite_setup()
1879 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()