Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dhcd.h182 # define __ACTIVE 0x01 macro
187 # define HC_STATE_RUNNING (__ACTIVE)
188 # define HC_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
192 #define HC_IS_RUNNING(state) ((state) & __ACTIVE)