Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dhcd.h206 # define __ACTIVE 0x01 macro
211 # define HC_STATE_RUNNING (__ACTIVE)
212 # define HC_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
216 #define HC_IS_RUNNING(state) ((state) & __ACTIVE)