Searched refs:FSG_MAX_LUNS (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.h8 char *file[FSG_MAX_LUNS];
9 bool ro[FSG_MAX_LUNS];
10 bool removable[FSG_MAX_LUNS];
11 bool cdrom[FSG_MAX_LUNS];
12 bool nofua[FSG_MAX_LUNS];
107 struct fsg_lun_config luns[FSG_MAX_LUNS];
H A Dstorage_common.h126 #define FSG_MAX_LUNS 8 macro
H A Df_mass_storage.c57 * to FSG_MAX_LUNS which is 8).
283 struct fsg_lun *luns[FSG_MAX_LUNS];
3281 if (num >= FSG_MAX_LUNS) fsg_lun_make()
3578 (unsigned)FSG_MAX_LUNS); fsg_config_from_params()

Completed in 158 milliseconds