Searched refs:BLIST_INQUIRY_36 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_devinfo.c | 132 * 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 D | scsi_scan.c | 736 if (BLIST_INQUIRY_36 & *bflags) in scsi_probe_lun() 764 "Consider BLIST_INQUIRY_36 for this device\n", in scsi_probe_lun()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_devinfo.c | 132 * 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 */ 197 {"iRiver", "iFP Mass Driver", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36}, 202 {"MATSHITA", "DMC-LC5", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36}, 203 {"MATSHITA", "DMC-LC40", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36}, 246 BLIST_INQUIRY_36}, 247 {"SMSC", "USB 2 HS-CF", NULL, BLIST_SPARSELUN | BLIST_INQUIRY_36}, [all...] |
H A D | scsi_scan.c | 651 if (BLIST_INQUIRY_36 & *bflags) in scsi_probe_lun() 669 "Consider BLIST_INQUIRY_36 for this device\n", in scsi_probe_lun()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_devinfo.h | 30 #define BLIST_INQUIRY_36 ((__force blist_flags_t)(1ULL << 10)) macro
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_devinfo.h | 30 #define BLIST_INQUIRY_36 ((__force blist_flags_t)(1ULL << 10)) macro
|
Completed in 8 milliseconds