Home
last modified time | relevance | path

Searched defs:fsg_module_parameters (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/function/
Df_mass_storage.h8 struct fsg_module_parameters { struct
9 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];
15 unsigned int file_count, ro_count, removable_count, cdrom_count;
16 unsigned int nofua_count;
17 unsigned int luns; /* nluns */
18 bool stall; /* can_stall */