Home
last modified time | relevance | path

Searched refs:set_alt (Results 1 – 25 of 25) sorted by relevance

/linux-6.6.21/include/linux/usb/ !
Dcomposite.h209 int (*set_alt)(struct usb_function *, member
/linux-6.6.21/drivers/usb/gadget/function/ !
Df_serial.c385 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
Df_subset.c495 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
Df_obex.c479 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
Df_loopback.c445 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
Df_eem.c665 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
Df_phonet.c682 fp->function.set_alt = pn_set_alt; in phonet_alloc()
Df_acm.c759 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
Df_ecm.c957 ecm->port.func.set_alt = ecm_set_alt; in ecm_alloc()
Df_rndis.c1000 rndis->port.func.set_alt = rndis_set_alt; in rndis_alloc()
Df_uac1_legacy.c1003 audio->card.func.set_alt = f_audio_set_alt; in f_audio_alloc()
Df_uvc.c1097 uvc->func.set_alt = uvc_function_set_alt; in uvc_alloc()
Df_sourcesink.c861 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
Df_midi.c1382 midi->func.set_alt = f_midi_set_alt; in f_midi_alloc()
Df_hid.c1307 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
Df_ncm.c1724 ncm->port.func.set_alt = ncm_set_alt; in ncm_alloc()
Df_printer.c1482 dev->function.set_alt = printer_func_set_alt; in gprinter_alloc()
Df_uac1.c1742 uac1->g_audio.func.set_alt = f_audio_set_alt; in f_audio_alloc()
Df_tcm.c2265 fu->function.set_alt = tcm_set_alt; in tcm_alloc()
Df_uac2.c2231 uac2->g_audio.func.set_alt = afunc_set_alt; in afunc_alloc()
Df_midi2.c2816 midi2->func.set_alt = f_midi2_set_alt; in f_midi2_alloc()
Df_mass_storage.c3570 fsg->function.set_alt = fsg_set_alt; in fsg_alloc()
Df_fs.c3576 func->function.set_alt = ffs_func_set_alt; in ffs_alloc()
/linux-6.6.21/drivers/usb/gadget/ !
Dcomposite.c319 if (!function->set_alt || !function->disable) in usb_add_function()
1018 result = f->set_alt(f, tmp, 0); in set_config()
1955 value = f->set_alt(f, w_index, w_value); in composite_setup()
/linux-6.6.21/drivers/media/usb/em28xx/ !
Dem28xx-video.c364 goto set_alt; in em28xx_set_alternate()
367 goto set_alt; in em28xx_set_alternate()
392 set_alt: in em28xx_set_alternate()