Searched refs:US_FLAG (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | usb_usual.h | 27 US_FLAG(SINGLE_LUN, 0x00000001) \ 33 US_FLAG(FIX_INQUIRY, 0x00000008) \ 35 US_FLAG(FIX_CAPACITY, 0x00000010) \ 39 US_FLAG(BULK32, 0x00000040) \ 43 US_FLAG(GO_SLOW, 0x00000100) \ 61 US_FLAG(BAD_SENSE, 0x00020000) \ 73 US_FLAG(IGNORE_UAS, 0x00800000) \ 75 US_FLAG(BROKEN_FUA, 0x01000000) \ 77 US_FLAG(NO_ATA_1X, 0x02000000) \ 87 US_FLAG(NO_SAME, 0x40000000) \ [all …]
|
/openbmc/linux/drivers/usb/storage/ |
H A D | scsiglue.c | 576 #define US_FLAG(name, value) \ in show_info() macro 579 #undef US_FLAG in show_info()
|