Searched defs:fsg_config (Results 1 – 2 of 2) sorted by relevance
105 struct fsg_config { struct106 unsigned nluns;107 struct fsg_lun_config luns[FSG_MAX_LUNS];110 const struct fsg_operations *ops;112 void *private_data;114 const char *vendor_name; /* 8 characters or less */115 const char *product_name; /* 16 characters or less */117 char can_stall;118 unsigned int fsg_num_buffers;
275 struct fsg_config fsg_config; in nokia_bind() local