Home
last modified time | relevance | path

Searched refs:US_FLIDX_DISCONNECTING (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/storage/
H A Dusb.h58 #define US_FLIDX_DISCONNECTING 3 /* disconnect in progress */ macro
H A Dusb.c931 set_bit(US_FLIDX_DISCONNECTING, &us->dflags); in quiesce_and_remove_host()
956 set_bit(US_FLIDX_DISCONNECTING, &us->dflags); in quiesce_and_remove_host()
H A Dscsiglue.c373 if (test_bit(US_FLIDX_DISCONNECTING, &us->dflags)) { in queuecommand_lck()