Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dtransport.c1179 if (test_bit(US_FLIDX_DISCONNECTING, &us->dflags)) { in usb_stor_reset_common()
1195 test_bit(US_FLIDX_DISCONNECTING, &us->dflags), in usb_stor_reset_common()
1197 if (test_bit(US_FLIDX_DISCONNECTING, &us->dflags)) { in usb_stor_reset_common()
1258 if (test_bit(US_FLIDX_DISCONNECTING, &us->dflags)) { in usb_stor_port_reset()
Dusb.h72 #define US_FLIDX_DISCONNECTING 3 /* disconnect in progress */ macro
Dusb.c943 set_bit(US_FLIDX_DISCONNECTING, &us->dflags); in quiesce_and_remove_host()
961 set_bit(US_FLIDX_DISCONNECTING, &us->dflags); in quiesce_and_remove_host()
Dscsiglue.c289 if (test_bit(US_FLIDX_DISCONNECTING, &us->dflags)) { in queuecommand()