Searched defs:fsg_common_create_lun (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/function/
H A Df_mass_storage.c2916 int fsg_common_create_lun(struct fsg_common *common, struct fsg_lun_config *cfg, function
3001 EXPORT_SYMBOL_GPL(fsg_common_create_lun); variable
3010 rc = fsg_common_create_lun(common, &cfg->luns[i], i, buf, NULL);
3367 ret = fsg_common_create_lun(fsg_opts->common, &config, num, name,
3568 rc = fsg_common_create_lun(opts->common, &config, 0, "lun.0",

Completed in 82 milliseconds