Searched refs:rtlusb_ptr (Results 1 – 1 of 1) sorted by relevance
67 #define IS_USB_STOP(rtlusb_ptr) (USB_STATE_STOP == (rtlusb_ptr)->state) argument 68 #define IS_USB_START(rtlusb_ptr) (USB_STATE_START == (rtlusb_ptr)->state) argument 69 #define SET_USB_STOP(rtlusb_ptr) \ argument 71 (rtlusb_ptr)->state = USB_STATE_STOP; \74 #define SET_USB_START(rtlusb_ptr) \ argument 76 (rtlusb_ptr)->state = USB_STATE_START; \