Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_mass_storage.h135 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);
Df_mass_storage.c2957 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg) in fsg_common_create_luns() function
2979 EXPORT_SYMBOL_GPL(fsg_common_create_luns);
/drivers/usb/gadget/legacy/
Dmass_storage.c162 status = fsg_common_create_luns(opts->common, &config); in msg_bind()
Dacm_ms.c183 status = fsg_common_create_luns(opts->common, &config); in acm_ms_bind()
Dmulti.c385 status = fsg_common_create_luns(fsg_opts->common, &config); in multi_bind()
Dnokia.c336 status = fsg_common_create_luns(fsg_opts->common, &fsg_config); in nokia_bind()