/openbmc/u-boot/include/linux/usb/ |
H A D | composite.h | 114 int (*set_alt)(struct usb_function *, member
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | composite.c | 40 if (!function->set_alt || !function->disable) in usb_add_function() 384 result = f->set_alt(f, tmp, 0); in set_config() 828 if (w_value && !f->set_alt) in composite_setup() 830 value = f->set_alt(f, w_index, w_value); in composite_setup()
|
H A D | f_fastboot.c | 308 f_fb->usb_function.set_alt = fastboot_set_alt; in fastboot_add()
|
H A D | f_sdp.c | 596 sdp_func->usb_function.set_alt = sdp_set_alt; in sdp_bind_config()
|
H A D | f_dfu.c | 806 f_dfu->usb_function.set_alt = dfu_set_alt; in dfu_bind_config()
|
H A D | f_thor.c | 1004 f_thor->usb_function.set_alt = thor_func_set_alt; in thor_func_init()
|
H A D | f_rockusb.c | 302 f_rkusb->usb_function.set_alt = rockusb_set_alt; in rockusb_add()
|
/openbmc/linux/include/linux/usb/ |
H A D | composite.h | 209 int (*set_alt)(struct usb_function *, member
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_serial.c | 385 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
|
H A D | f_subset.c | 495 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
|
H A D | f_obex.c | 479 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
|
H A D | f_loopback.c | 445 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
|
H A D | f_eem.c | 665 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
|
H A D | f_phonet.c | 682 fp->function.set_alt = pn_set_alt; in phonet_alloc()
|
H A D | f_acm.c | 759 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
|
H A D | f_ecm.c | 957 ecm->port.func.set_alt = ecm_set_alt; in ecm_alloc()
|
H A D | f_rndis.c | 1000 rndis->port.func.set_alt = rndis_set_alt; in rndis_alloc()
|
H A D | f_uac1_legacy.c | 1003 audio->card.func.set_alt = f_audio_set_alt; in f_audio_alloc()
|
H A D | f_uvc.c | 1097 uvc->func.set_alt = uvc_function_set_alt; in uvc_alloc()
|
H A D | f_sourcesink.c | 861 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
|
H A D | f_hid.c | 1307 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
|
H A D | f_midi.c | 1391 midi->func.set_alt = f_midi_set_alt; in f_midi_alloc()
|
/openbmc/qemu/hw/usb/ |
H A D | redirect.c | 1064 struct usb_redir_set_alt_setting_header set_alt; in usbredir_set_interface() local 1075 set_alt.interface = interface; in usbredir_set_interface() 1076 set_alt.alt = alt; in usbredir_set_interface() 1077 usbredirparser_send_set_alt_setting(dev->parser, p->id, &set_alt); in usbredir_set_interface()
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | composite.c | 319 if (!function->set_alt || !function->disable) in usb_add_function() 1018 result = f->set_alt(f, tmp, 0); in set_config() 1955 value = f->set_alt(f, w_index, w_value); in composite_setup()
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 364 goto set_alt; in em28xx_set_alternate() 367 goto set_alt; in em28xx_set_alternate() 392 set_alt: in em28xx_set_alternate()
|