Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.h62 USB_STATE_STOP = 0, enumerator
66 #define IS_USB_STOP(rtlusb_ptr) (USB_STATE_STOP == (rtlusb_ptr)->state)
70 (rtlusb_ptr)->state = USB_STATE_STOP; \