Searched defs:fsg_config (Results 1 – 2 of 2) sorted by relevance
96 struct fsg_config { struct97 unsigned nluns;98 struct fsg_lun_config luns[FSG_MAX_LUNS];101 const struct fsg_operations *ops;103 void *private_data;105 const char *vendor_name; /* 8 characters or less */106 const char *product_name; /* 16 characters or less */108 char can_stall;109 unsigned int fsg_num_buffers;
271 struct fsg_config fsg_config; in nokia_bind() local