Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dhcd.h201 # define __ACTIVE 0x01 macro
206 # define HC_STATE_RUNNING (__ACTIVE)
207 # define HC_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
211 #define HC_IS_RUNNING(state) ((state) & __ACTIVE)