fsg_common_set_cdev
EXPORT_SYMBOL_GPL(fsg_common_set_cdev);
ret = fsg_common_set_cdev(fsg->common, c->cdev,
int fsg_common_set_cdev(struct fsg_common *common,
status = fsg_common_set_cdev(opts->common, cdev, config.can_stall);
status = fsg_common_set_cdev(opts->common, cdev, config.can_stall);
status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall);
status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall);