Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_mass_storage.h9 char *file[FSG_MAX_LUNS];
10 bool ro[FSG_MAX_LUNS];
11 bool removable[FSG_MAX_LUNS];
12 bool cdrom[FSG_MAX_LUNS];
13 bool nofua[FSG_MAX_LUNS];
98 struct fsg_lun_config luns[FSG_MAX_LUNS];
H A Dstorage_common.h134 #define FSG_MAX_LUNS 16 macro
H A Df_mass_storage.c58 * to FSG_MAX_LUNS).
288 struct fsg_lun *luns[FSG_MAX_LUNS];
3179 if (num >= FSG_MAX_LUNS) in fsg_lun_make()
3181 num = array_index_nospec(num, FSG_MAX_LUNS); in fsg_lun_make()
3470 (unsigned)FSG_MAX_LUNS); in fsg_config_from_params()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_mass_storage.h9 char *file[FSG_MAX_LUNS];
10 bool ro[FSG_MAX_LUNS];
11 bool removable[FSG_MAX_LUNS];
12 bool cdrom[FSG_MAX_LUNS];
13 bool nofua[FSG_MAX_LUNS];
98 struct fsg_lun_config luns[FSG_MAX_LUNS];
H A Dstorage_common.h134 #define FSG_MAX_LUNS 16 macro
H A Df_mass_storage.c28 * to FSG_MAX_LUNS).
260 struct fsg_lun *luns[FSG_MAX_LUNS];
3305 if (num >= FSG_MAX_LUNS) in fsg_lun_make()
3307 num = array_index_nospec(num, FSG_MAX_LUNS); in fsg_lun_make()
3596 (unsigned)FSG_MAX_LUNS); in fsg_config_from_params()

Completed in 19 milliseconds