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

/drivers/usb/gadget/function/
H A Df_mass_storage.h16 unsigned int luns; /* nluns */
106 unsigned nluns; member in struct:fsg_config
146 int fsg_common_set_nluns(struct fsg_common *common, int nluns);
H A Df_mass_storage.c56 * nluns Number of LUNs function have (anywhere from 1
60 * function will include (ie. for "nluns"
282 unsigned int nluns; member in struct:fsg_common
536 *(u8 *)req->buf = fsg->common->nluns - 1;
2162 if (common->lun < common->nluns)
2310 for (i = 0; i < common->nluns; ++i)
2412 for (i = 0; i < common->nluns; ++i) {
2456 /* for (i = 0; i < common->nluns; ++i) */
2556 unsigned i = common->nluns;
2801 _fsg_common_remove_luns(common, common->nluns);
2812 fsg_common_set_nluns(struct fsg_common *common, int nluns) argument
[all...]
/drivers/usb/gadget/legacy/
H A Dacm_ms.c203 status = fsg_common_set_nluns(opts->common, config.nluns);
H A Dmass_storage.c194 status = fsg_common_set_nluns(opts->common, config.nluns);
H A Dmulti.c410 status = fsg_common_set_nluns(fsg_opts->common, config.nluns);
/drivers/usb/gadget/
H A Dandroid.c769 config->fsg.nluns = 1;

Completed in 1246 milliseconds