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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_mass_storage.c57 * nluns Number of LUNs function have (anywhere from 1
61 * function will include (ie. for "nluns"
365 unsigned int nluns; member in struct:fsg_common
406 unsigned nluns; member in struct:fsg_config
639 *(u8 *) req->buf = fsg->common->nluns - 1;
1855 if (common->lun >= 0 && common->lun < common->nluns) {
2389 for (i = 0; i < common->nluns; ++i)
2486 for (i = 0; i < common->nluns; ++i) {
2524 /* for (i = 0; i < common->nluns; ++i) */
2617 unsigned i = common->nluns;
2670 int nluns, i, rc; local
[all...]
H A Dfile_storage.c214 unsigned int nluns; member in struct:__anon16171
257 module_param_named(luns, mod_data.nluns, uint, S_IRUGO);
392 unsigned int nluns; member in struct:fsg_dev
774 *(u8 *) req->buf = fsg->nluns - 1;
2196 if (fsg->lun >= 0 && fsg->lun < fsg->nluns) {
2736 for (i = 0; i < fsg->nluns; ++i)
2860 for (i = 0; i < fsg->nluns; ++i) {
2902 // for (i = 0; i < fsg->nluns; ++i)
2927 for (i = 0; i < fsg->nluns; ++i)
3054 for (i = 0; i < fsg->nluns;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dub.c1980 int nluns; local
2018 nluns = 0;
2020 if ((nluns = *p) == 55) {
2021 nluns = 0;
2024 nluns += 1;
2025 if (nluns > UB_MAX_LUNS)
2026 nluns = UB_MAX_LUNS;
2031 return nluns;
2146 int nluns; local
2223 nluns
[all...]

Completed in 155 milliseconds