Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dhcd.h194 # define __ACTIVE 0x01 macro
199 # define HC_STATE_RUNNING (__ACTIVE)
200 # define HC_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
204 #define HC_IS_RUNNING(state) ((state) & __ACTIVE)