Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Dhcd.h158 # define __ACTIVE 0x01 macro
163 # define HC_STATE_RUNNING (__ACTIVE)
164 # define HC_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
168 #define HC_IS_RUNNING(state) ((state) & __ACTIVE)