Searched refs:fsg_common (Results 1 – 2 of 2) sorted by relevance
61 struct fsg_common;71 struct fsg_common *common;118 void fsg_common_set_sysfs(struct fsg_common *common, bool sysfs);120 int fsg_common_set_num_buffers(struct fsg_common *common, unsigned int n);122 void fsg_common_free_buffers(struct fsg_common *common);124 int fsg_common_set_cdev(struct fsg_common *common,129 void fsg_common_remove_luns(struct fsg_common *common);131 int fsg_common_create_lun(struct fsg_common *common, struct fsg_lun_config *cfg,135 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);137 void fsg_common_set_inquiry_string(struct fsg_common *common, const char *vn,
231 struct fsg_common;234 struct fsg_common { struct295 struct fsg_common *common; argument416 struct fsg_common *common = ep->driver_data; in bulk_in_complete()432 struct fsg_common *common = ep->driver_data; in bulk_out_complete()2186 struct fsg_common *common = fsg->common; in received_cbw()2563 struct fsg_common *common = common_; in fsg_main_thread()2699 static struct fsg_common *fsg_common_setup(struct fsg_common *common) in fsg_common_setup()3026 struct fsg_common *common = fsg->common; in fsg_bind()3125 struct fsg_common *common = fsg->common; in fsg_unbind()[all …]