Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_serial.c351 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
Df_subset.c501 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
Df_obex.c483 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
Df_loopback.c453 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
Df_eem.c636 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
Df_phonet.c689 fp->function.set_alt = pn_set_alt; in phonet_alloc()
Df_acm.c746 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
Df_ecm.c945 ecm->port.func.set_alt = ecm_set_alt; in ecm_alloc()
Df_rndis.c986 rndis->port.func.set_alt = rndis_set_alt; in rndis_alloc()
Df_uvc.c916 uvc->func.set_alt = uvc_function_set_alt; in uvc_alloc()
Df_uac1.c967 audio->card.func.set_alt = f_audio_set_alt; in f_audio_alloc()
Df_hid.c955 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
Df_sourcesink.c875 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
Df_midi.c1157 midi->func.set_alt = f_midi_set_alt; in f_midi_alloc()
Df_printer.c1406 dev->function.set_alt = printer_func_set_alt; in gprinter_alloc()
Df_ncm.c1602 ncm->port.func.set_alt = ncm_set_alt; in ncm_alloc()
Df_uac2.c1593 agdev->func.set_alt = afunc_set_alt; in afunc_alloc()
Df_mass_storage.c3529 fsg->function.set_alt = fsg_set_alt; in fsg_alloc()
Df_fs.c3269 func->function.set_alt = ffs_func_set_alt; in ffs_alloc()
/linux-4.4.14/include/linux/usb/
Dcomposite.h210 int (*set_alt)(struct usb_function *, member
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c207 if (!function->set_alt || !function->disable) in usb_add_function()
717 result = f->set_alt(f, tmp, 0); in set_config()
1610 if (w_value && !f->set_alt) in composite_setup()
1612 value = f->set_alt(f, w_index, w_value); in composite_setup()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c374 goto set_alt; in em28xx_set_alternate()
377 goto set_alt; in em28xx_set_alternate()
399 set_alt: in em28xx_set_alternate()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c2165 fu->function.set_alt = usbg_set_alt; in usbg_cfg_bind()