Searched refs:FSG_MAX_LUNS (Results 1 – 2 of 2) sorted by relevance
316 #define FSG_MAX_LUNS 8 macro
311 struct fsg_lun luns[FSG_MAX_LUNS];359 } luns[FSG_MAX_LUNS];2083 if (cbw->Lun >= FSG_MAX_LUNS || cbw->Flags & ~USB_BULK_IN_FLAG || in received_cbw()2450 if (nluns < 1 || nluns > FSG_MAX_LUNS) { in fsg_common_init()
Completed in 8 milliseconds