Home
last modified time | relevance | path

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

12

/openbmc/u-boot/include/linux/usb/
H A Dcomposite.h114 int (*set_alt)(struct usb_function *, member
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c40 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 Df_fastboot.c308 f_fb->usb_function.set_alt = fastboot_set_alt; in fastboot_add()
H A Df_sdp.c596 sdp_func->usb_function.set_alt = sdp_set_alt; in sdp_bind_config()
H A Df_dfu.c806 f_dfu->usb_function.set_alt = dfu_set_alt; in dfu_bind_config()
H A Df_thor.c1004 f_thor->usb_function.set_alt = thor_func_set_alt; in thor_func_init()
H A Df_rockusb.c302 f_rkusb->usb_function.set_alt = rockusb_set_alt; in rockusb_add()
/openbmc/linux/include/linux/usb/
H A Dcomposite.h209 int (*set_alt)(struct usb_function *, member
/openbmc/linux/drivers/usb/gadget/function/
H A Df_serial.c385 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
H A Df_subset.c495 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
H A Df_obex.c479 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
H A Df_loopback.c445 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
H A Df_eem.c665 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
H A Df_phonet.c682 fp->function.set_alt = pn_set_alt; in phonet_alloc()
H A Df_acm.c759 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
H A Df_ecm.c957 ecm->port.func.set_alt = ecm_set_alt; in ecm_alloc()
H A Df_rndis.c1000 rndis->port.func.set_alt = rndis_set_alt; in rndis_alloc()
H A Df_uac1_legacy.c1003 audio->card.func.set_alt = f_audio_set_alt; in f_audio_alloc()
H A Df_uvc.c1097 uvc->func.set_alt = uvc_function_set_alt; in uvc_alloc()
H A Df_sourcesink.c861 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
H A Df_midi.c1382 midi->func.set_alt = f_midi_set_alt; in f_midi_alloc()
H A Df_hid.c1307 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
/openbmc/qemu/hw/usb/
H A Dredirect.c1064 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 Dcomposite.c319 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 Dem28xx-video.c364 goto set_alt; in em28xx_set_alternate()
367 goto set_alt; in em28xx_set_alternate()
392 set_alt: in em28xx_set_alternate()

12