Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c285 MS_U8 _u8InitRefCnt; member
618 ._u8InitRefCnt = 0,
779 presource->_u8InitRefCnt = 0; in _DMX_InitResource()
3562 _pdmx_res->_u8InitRefCnt++; in _MApi_DMX_Init()
3563 if((_pdmx_res->_bEnableInitRefCnt) && (_pdmx_res->_u8InitRefCnt != 1))//not the first init in _MApi_DMX_Init()
3688 if(_pdmx_res->_u8InitRefCnt > 1) //not the first init in _MApi_DMX_TSPInit()
3837 if(_pdmx_res->_u8InitRefCnt > 0) in _MApi_DMX_Exit()
3838 _pdmx_res->_u8InitRefCnt--; in _MApi_DMX_Exit()
3839 if((_pdmx_res->_bEnableInitRefCnt) && (_pdmx_res->_u8InitRefCnt > 0)) in _MApi_DMX_Exit()
3849 if(_pdmx_res->_u8InitRefCnt > 0) in _MApi_DMX_Exit()