OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALLOC_NEEDED_PARAM
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h
94
/** \def
ALLOC_NEEDED_PARAM
97
#define
ALLOC_NEEDED_PARAM
0x00020000
115
#define IS_ALLOC_NEEDED_PARAM(x) (x &
ALLOC_NEEDED_PARAM
)
[
all
...]
/system/wlan/ti/wilink_6_1/utils/
CmdInterfaceCodes.h
94
/** \def
ALLOC_NEEDED_PARAM
97
#define
ALLOC_NEEDED_PARAM
0x00020000
115
#define IS_ALLOC_NEEDED_PARAM(x) (x &
ALLOC_NEEDED_PARAM
)
[
all
...]
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c
463
pParam->paramType &= ~(SET_BIT | GET_BIT | TWD_MODULE_PARAM | ASYNC_PARAM |
ALLOC_NEEDED_PARAM
);
472
pParam->paramType &= ~(SET_BIT | GET_BIT | TWD_MODULE_PARAM | ASYNC_PARAM |
ALLOC_NEEDED_PARAM
);
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdDispatcher.c
463
pParam->paramType &= ~(SET_BIT | GET_BIT | TWD_MODULE_PARAM | ASYNC_PARAM |
ALLOC_NEEDED_PARAM
);
472
pParam->paramType &= ~(SET_BIT | GET_BIT | TWD_MODULE_PARAM | ASYNC_PARAM |
ALLOC_NEEDED_PARAM
);
Completed in 60 milliseconds