Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/usb/
H A Dcomposite.h119 int (*set_alt)(struct usb_function *, member
/rk3399_rockchip-uboot/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()
944 if (w_value && !f->set_alt) in composite_setup()
946 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()
H A Df_fastboot.c501 f_fb->usb_function.set_alt = fastboot_set_alt; in fastboot_add()
H A Df_mass_storage.c2796 fsg->function.set_alt = fsg_set_alt; in fsg_bind_config()