Searched refs:US_FLAG (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | usb_usual.h | 27 US_FLAG(SINGLE_LUN, 0x00000001) \ 29 US_FLAG(NEED_OVERRIDE, 0x00000002) \ 31 US_FLAG(SCM_MULT_TARG, 0x00000004) \ 33 US_FLAG(FIX_INQUIRY, 0x00000008) \ 35 US_FLAG(FIX_CAPACITY, 0x00000010) \ 37 US_FLAG(IGNORE_RESIDUE, 0x00000020) \ 39 US_FLAG(BULK32, 0x00000040) \ 41 US_FLAG(NOT_LOCKABLE, 0x00000080) \ 43 US_FLAG(GO_SLOW, 0x00000100) \ 45 US_FLAG(NO_WP_DETECT, 0x00000200) \ [all …]
|