Searched refs:US_FLAG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A 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_DETEC 92 #define US_FLAG global() macro 94 #undef US_FLAG global() macro [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A 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_DETEC 92 #define US_FLAG global() macro 94 #undef US_FLAG global() macro [all...] |
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | scsiglue.c | 570 #define US_FLAG(name, value) \ in show_info() macro 573 #undef US_FLAG in show_info() macro
|
/kernel/linux/linux-6.6/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() macro
|
Completed in 3 milliseconds