Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.h141 #define __SUSPEND 0x04 macro
147 #define HCD_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
148 #define HCD_STATE_RESUMING (__SUSPEND|__TRANSIENT)
149 #define HCD_STATE_SUSPENDED (__SUSPEND)
152 #define HCD_IS_SUSPENDED(state) ((state) & __SUSPEND)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.h149 #define __SUSPEND 0x04 macro
155 #define USB_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
156 #define USB_STATE_RESUMING (__SUSPEND|__TRANSIENT)
157 #define USB_STATE_SUSPENDED (__SUSPEND)
160 #define HCD_IS_SUSPENDED(state) ((state) & __SUSPEND)