Searched refs:US_FLAG (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | usb_usual.h | 26 US_FLAG(SINGLE_LUN, 0x00000001) \ 28 US_FLAG(NEED_OVERRIDE, 0x00000002) \ 30 US_FLAG(SCM_MULT_TARG, 0x00000004) \ 32 US_FLAG(FIX_INQUIRY, 0x00000008) \ 34 US_FLAG(FIX_CAPACITY, 0x00000010) \ 36 US_FLAG(IGNORE_RESIDUE, 0x00000020) \ 38 US_FLAG(BULK32, 0x00000040) \ 40 US_FLAG(NOT_LOCKABLE, 0x00000080) \ 42 US_FLAG(GO_SLOW, 0x00000100) \ 44 US_FLAG(NO_WP_DETECT, 0x00000200) \ [all …]
|
/linux-4.1.27/drivers/usb/storage/ |
D | scsiglue.c | 499 #define US_FLAG(name, value) \ in show_info() macro 502 #undef US_FLAG in show_info()
|