Home
last modified time | relevance | path

Searched refs:fsg_common_create_luns (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.h151 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);
Df_mass_storage.c2939 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg) in fsg_common_create_luns() function
2961 EXPORT_SYMBOL_GPL(fsg_common_create_luns);
/linux-4.4.14/drivers/usb/gadget/legacy/
Dacm_ms.c190 status = fsg_common_create_luns(opts->common, &config); in acm_ms_bind()
Dmass_storage.c183 status = fsg_common_create_luns(opts->common, &config); in msg_bind()
Dnokia.c340 status = fsg_common_create_luns(fsg_opts->common, &fsg_config); in nokia_bind()
Dmulti.c389 status = fsg_common_create_luns(fsg_opts->common, &config); in multi_bind()