Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dhcd.h195 # define __ACTIVE 0x01 macro
200 # define HC_STATE_RUNNING (__ACTIVE)
201 # define HC_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
205 #define HC_IS_RUNNING(state) ((state) & __ACTIVE)