Searched refs:set_alt (Results 1 – 25 of 33) sorted by relevance
12
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | composite.h | 119 int (*set_alt)(struct usb_function *, member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | composite.c | 49 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 D | f_sdp.c | 597 sdp_func->usb_function.set_alt = sdp_set_alt; in sdp_bind_config()
|
| H A D | f_dfu.c | 808 f_dfu->usb_function.set_alt = dfu_set_alt; in dfu_bind_config()
|
| H A D | f_thor.c | 1012 f_thor->usb_function.set_alt = thor_func_set_alt; in thor_func_init()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | composite.h | 219 int (*set_alt)(struct usb_function *, member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_serial.c | 387 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
|
| H A D | f_subset.c | 497 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
|
| H A D | f_obex.c | 480 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
|
| H A D | f_loopback.c | 447 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
|
| H A D | f_eem.c | 667 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
|
| H A D | f_phonet.c | 681 fp->function.set_alt = pn_set_alt; in phonet_alloc()
|
| H A D | f_acm.c | 761 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
|
| H A D | f_ecm.c | 954 ecm->port.func.set_alt = ecm_set_alt; in ecm_alloc()
|
| H A D | f_audio_source.c | 843 .set_alt = audio_set_alt,
|
| H A D | f_rndis.c | 1029 rndis->port.func.set_alt = rndis_set_alt; in rndis_alloc()
|
| H A D | f_uac1_legacy.c | 1009 audio->card.func.set_alt = f_audio_set_alt; in f_audio_alloc()
|
| H A D | f_sourcesink.c | 862 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
|
| H A D | f_uvc.c | 1283 uvc->func.set_alt = uvc_function_set_alt; in uvc_alloc()
|
| H A D | f_hid.c | 1306 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
|
| H A D | f_midi.c | 1411 midi->func.set_alt = f_midi_set_alt; in f_midi_alloc()
|
| H A D | f_ncm.c | 1734 ncm->port.func.set_alt = ncm_set_alt; in ncm_alloc()
|
| H A D | f_accessory.c | 1566 dev->function.set_alt = acc_function_set_alt; in acc_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | composite.c | 323 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 D | em28xx-video.c | 374 goto set_alt; in em28xx_set_alternate() 377 goto set_alt; in em28xx_set_alternate() 402 set_alt: in em28xx_set_alternate()
|
12