Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_serial.c385 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
H A Df_subset.c495 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
H A Df_obex.c479 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
H A Df_loopback.c445 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
H A Df_eem.c665 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
H A Df_phonet.c682 fp->function.set_alt = pn_set_alt; in phonet_alloc()
H A Df_ecm.c36 * interface. This means that the set_alt() method has real work to do,
468 * CDC class messages; interface activation uses set_alt(). in ecm_setup()
785 * until we're activated via set_alt(). in ecm_bind()
957 ecm->port.func.set_alt = ecm_set_alt; in ecm_alloc()
H A Df_acm.c769 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
H A Df_rndis.c1000 rndis->port.func.set_alt = rndis_set_alt; in rndis_alloc()
H A Df_uac1_legacy.c1003 audio->card.func.set_alt = f_audio_set_alt; in f_audio_alloc()
H A Df_sourcesink.c861 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
H A Df_hid.c1566 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
H A Df_printer.c1502 dev->function.set_alt = printer_func_set_alt; in gprinter_alloc()
H A Df_ncm.c34 * interface. This means that the set_alt() method has real work to do,
689 * CDC class messages; interface activation uses set_alt(). in ncm_setup()
1556 * until we're activated via set_alt(). in ncm_bind()
1788 ncm->port.func.set_alt = ncm_set_alt; in ncm_alloc()
H A Df_uac1.c1846 uac1->g_audio.func.set_alt = f_audio_set_alt; in f_audio_alloc()
H A Df_tcm.c2601 fu->function.set_alt = tcm_set_alt;
H A Df_uac2.c2293 uac2->g_audio.func.set_alt = afunc_set_alt; in afunc_alloc()
H A Df_midi2.c2830 midi2->func.set_alt = f_midi2_set_alt; in f_midi2_alloc()
H A Df_fs.c4107 func->function.set_alt = ffs_func_set_alt; in ffs_alloc()
/linux/include/linux/usb/
H A Dcomposite.h217 int (*set_alt)(struct usb_function *, member
/linux/drivers/usb/gadget/
H A Dcomposite.c319 if (!function->set_alt || !function->disable) in usb_add_function()
1018 result = f->set_alt(f, tmp, 0); in set_config()
1956 value = f->set_alt(f, w_index, w_value); in composite_setup()
/linux/net/9p/
H A Dtrans_usbg.c767 usb9pfs->function.set_alt = usb9pfs_set_alt; in usb9pfs_alloc()