Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcomposite.h119 int (*set_alt)(struct usb_function *, member
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c49 if (!function->set_alt || !function->disable) in usb_add_function()
420 result = f->set_alt(f, tmp, 0); in set_config()
940 if (w_value && !f->set_alt) in composite_setup()
942 value = f->set_alt(f, w_index, w_value); in composite_setup()
H A Df_sdp.c597 sdp_func->usb_function.set_alt = sdp_set_alt; in sdp_bind_config()
H A Df_dfu.c808 f_dfu->usb_function.set_alt = dfu_set_alt; in dfu_bind_config()
H A Df_thor.c1012 f_thor->usb_function.set_alt = thor_func_set_alt; in thor_func_init()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcomposite.h219 int (*set_alt)(struct usb_function *, member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_serial.c387 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
H A Df_subset.c497 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
H A Df_obex.c480 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
H A Df_loopback.c447 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
H A Df_eem.c667 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
H A Df_phonet.c681 fp->function.set_alt = pn_set_alt; in phonet_alloc()
H A Df_acm.c761 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
H A Df_ecm.c954 ecm->port.func.set_alt = ecm_set_alt; in ecm_alloc()
H A Df_audio_source.c843 .set_alt = audio_set_alt,
H A Df_rndis.c1029 rndis->port.func.set_alt = rndis_set_alt; in rndis_alloc()
H A Df_uac1_legacy.c1009 audio->card.func.set_alt = f_audio_set_alt; in f_audio_alloc()
H A Df_sourcesink.c862 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
H A Df_uvc.c1283 uvc->func.set_alt = uvc_function_set_alt; in uvc_alloc()
H A Df_hid.c1306 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
H A Df_midi.c1411 midi->func.set_alt = f_midi_set_alt; in f_midi_alloc()
H A Df_ncm.c1734 ncm->port.func.set_alt = ncm_set_alt; in ncm_alloc()
H A Df_accessory.c1566 dev->function.set_alt = acc_function_set_alt; in acc_alloc()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c323 if (!function->set_alt || !function->disable) in usb_add_function()
932 result = f->set_alt(f, tmp, 0); in set_config()
1859 value = f->set_alt(f, w_index, w_value); in composite_setup()
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-video.c374 goto set_alt; in em28xx_set_alternate()
377 goto set_alt; in em28xx_set_alternate()
402 set_alt: in em28xx_set_alternate()

12