Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMassStor.h118 #define US_FLIDX_DISCONNECTING 21 macro
120 (1UL << US_FLIDX_DISCONNECTING))
H A DdrvMassStor.c404 if (test_bit(US_FLIDX_DISCONNECTING, &us->flags)) in usb_stor_control_thread()
1209 set_bit(US_FLIDX_DISCONNECTING, &us->flags, unsigned long); in storage_disconnect()
H A DdrvTransport.c1599 if (test_bit(US_FLIDX_DISCONNECTING, &us->flags)) in usb_stor_reset_common()