Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/rtlwifi/
Dusb.h86 USB_STATE_STOP = 0, enumerator
90 #define IS_USB_STOP(rtlusb_ptr) (USB_STATE_STOP == (rtlusb_ptr)->state)
94 (rtlusb_ptr)->state = USB_STATE_STOP; \