fsg_config_from_params
EXPORT_SYMBOL_GPL(fsg_config_from_params);
void fsg_config_from_params(struct fsg_config *cfg,
fsg_config_from_params(&config, &fsg_mod_data, fsg_num_buffers);
fsg_config_from_params(&config, &mod_data, fsg_num_buffers);
fsg_config_from_params(&config, &fsg_mod_data, fsg_num_buffers);
fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers);