Searched refs:USB_STATE_STOP (Results 1 – 1 of 1) sorted by relevance
86 USB_STATE_STOP = 0, enumerator90 #define IS_USB_STOP(rtlusb_ptr) (USB_STATE_STOP == (rtlusb_ptr)->state)94 (rtlusb_ptr)->state = USB_STATE_STOP; \