Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_mass_storage.h135 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);
Df_mass_storage.c2816 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg) in fsg_common_create_luns() function
2838 EXPORT_SYMBOL_GPL(fsg_common_create_luns);
/Linux-v4.19/drivers/usb/gadget/legacy/
Dmass_storage.c165 status = fsg_common_create_luns(opts->common, &config); in msg_bind()
Dacm_ms.c186 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.c337 status = fsg_common_create_luns(fsg_opts->common, &fsg_config); in nokia_bind()