Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/
Dusb.h63 USB_STATE_START = 1, enumerator
67 #define IS_USB_START(rtlusb_ptr) (USB_STATE_START == (rtlusb_ptr)->state)
75 (rtlusb_ptr)->state = USB_STATE_START; \