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