Lines Matching refs:common
71 int (*thread_exits)(struct fsg_common *common);
81 struct fsg_common *common; member
127 void fsg_common_get(struct fsg_common *common);
129 void fsg_common_put(struct fsg_common *common);
131 void fsg_common_set_sysfs(struct fsg_common *common, bool sysfs);
133 int fsg_common_set_num_buffers(struct fsg_common *common, unsigned int n);
135 void fsg_common_free_buffers(struct fsg_common *common);
137 int fsg_common_set_cdev(struct fsg_common *common,
142 void fsg_common_remove_luns(struct fsg_common *common);
144 void fsg_common_set_ops(struct fsg_common *common,
147 int fsg_common_create_lun(struct fsg_common *common, struct fsg_lun_config *cfg,
151 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);
153 void fsg_common_set_inquiry_string(struct fsg_common *common, const char *vn,