Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dcomposite.h212 int (*get_alt)(struct usb_function *, member
/linux-4.4.14/drivers/usb/gadget/function/
Df_obex.c484 obex->port.func.get_alt = obex_get_alt; in obex_alloc()
Df_phonet.c690 fp->function.get_alt = pn_get_alt; in phonet_alloc()
Df_ecm.c946 ecm->port.func.get_alt = ecm_get_alt; in ecm_alloc()
Df_uvc.c915 uvc->func.get_alt = uvc_function_get_alt; in uvc_alloc()
Df_sourcesink.c876 ss->function.get_alt = sourcesink_get_alt; in source_sink_alloc_func()
Df_ncm.c1603 ncm->port.func.get_alt = ncm_get_alt; in ncm_alloc()
Df_uac2.c1594 agdev->func.get_alt = afunc_get_alt; in afunc_alloc()
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c1631 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()