Searched refs:get_alt (Results 1 – 18 of 18) sorted by relevance
116 int (*get_alt)(struct usb_function *, member
211 int (*get_alt)(struct usb_function *, member
841 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()
597 sdp_func->usb_function.get_alt = sdp_get_alt; in sdp_bind_config()
807 f_dfu->usb_function.get_alt = __dfu_get_alt; in dfu_bind_config()
480 obex->port.func.get_alt = obex_get_alt; in obex_alloc()
683 fp->function.get_alt = pn_get_alt; in phonet_alloc()
958 ecm->port.func.get_alt = ecm_get_alt; in ecm_alloc()
1004 audio->card.func.get_alt = f_audio_get_alt; in f_audio_alloc()
1096 uvc->func.get_alt = uvc_function_get_alt; in uvc_alloc()
862 ss->function.get_alt = sourcesink_get_alt; in source_sink_alloc_func()
1725 ncm->port.func.get_alt = ncm_get_alt; in ncm_alloc()
1743 uac1->g_audio.func.get_alt = f_audio_get_alt; in f_audio_alloc()
2266 fu->function.get_alt = tcm_get_alt; in tcm_alloc()
2235 uac2->g_audio.func.get_alt = afunc_get_alt; in afunc_alloc()
2827 midi2->func.get_alt = f_midi2_get_alt; in f_midi2_alloc()
1951 if (w_value && !f->get_alt) in composite_setup()1975 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()
1085 struct usb_redir_get_alt_setting_header get_alt; in usbredir_get_interface() local1089 get_alt.interface = interface; in usbredir_get_interface()1090 usbredirparser_send_get_alt_setting(dev->parser, p->id, &get_alt); in usbredir_get_interface()