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

/linux-master/drivers/scsi/
H A Dscsi_devinfo.c132 * Note that all USB devices should have the BLIST_INQUIRY_36 flag.
139 {"BELKIN", "USB 2 HS-CF", "1.95", BLIST_FORCELUN | BLIST_INQUIRY_36},
143 {"CBOX3", "USB Storage-SMC", "300A", BLIST_FORCELUN | BLIST_INQUIRY_36},
172 {"Generic", "USB SD Reader", "1.00", BLIST_FORCELUN | BLIST_INQUIRY_36},
173 {"Generic", "USB Storage-SMC", NULL, BLIST_FORCELUN | BLIST_INQUIRY_36}, /* FW: 0180 and 0207 */
174 {"Generic", "Ultra HS-SD/MMC", "2.09", BLIST_IGN_MEDIA_CHANGE | BLIST_INQUIRY_36},
199 {"iRiver", "iFP Mass Driver", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36},
204 {"MATSHITA", "DMC-LC5", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36},
205 {"MATSHITA", "DMC-LC40", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36},
248 BLIST_INQUIRY_36},
[all...]
H A Dscsi_scan.c751 if (BLIST_INQUIRY_36 & *bflags)
779 "Consider BLIST_INQUIRY_36 for this device\n",
/linux-master/include/scsi/
H A Dscsi_devinfo.h30 #define BLIST_INQUIRY_36 ((__force blist_flags_t)(1ULL << 10)) macro

Completed in 106 milliseconds