Searched refs:E_DRVTSP_DBG_L1 (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/ |
| H A D | drvTSP.c | 275 …if(_u32TSPDGBLevel >= E_DRVTSP_DBG_L1) { printf("[%s][%d] TSP mutex get error\n", __FUNCTION__, __… 281 …if(_u32TSPDGBLevel >= E_DRVTSP_DBG_L1) { printf("[%s][%d] IND mutex get error\n", __FUNCTION__, __… 291 …if(_u32TSPDGBLevel >= E_DRVTSP_DBG_L1) { printf("[%s][%d] IND mutex free error\n", __FUNCTION__, _… 295 …if(_u32TSPDGBLevel >= E_DRVTSP_DBG_L1) { printf("[%s][%d] TSP mutex free error\n", __FUNCTION__, _… 310 … if (_u32TSPDGBLevel == E_DRVTSP_DBG_L1) { (_f); return DRVTSP_FAIL;} \ 316 … if (_u32TSPDGBLevel == E_DRVTSP_DBG_L1) { (_f); _TSP_STR_RETURN(DRVTSP_FAIL);} \ 321 #define TSP_DBG(_f, _a...) { if ((_u32TSPDGBLevel == E_DRVTSP_DBG_L1)|… 535 static DrvTSP_DbgLevel _u32TSPDGBLevel = E_DRVTSP_DBG_L1;
|
| H A D | drvTSP.h | 584 E_DRVTSP_DBG_L1, // display error msg enumerator
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/ |
| H A D | drvTSP.c | 229 …if (_u32TSPDGBLevel >= E_DRVTSP_DBG_L1) { ULOGE("TSP", "[%s][%d] IND mutex free error\n", __FUNCTI… 233 …if (_u32TSPDGBLevel >= E_DRVTSP_DBG_L1) {ULOGE("TSP", "[%s][%d] TSP mutex free error\n", __FUNCTIO… 272 … if (_u32TSPDGBLevel == E_DRVTSP_DBG_L1) { (_f); return DRVTSP_FAIL;} \ 278 … if (_u32TSPDGBLevel == E_DRVTSP_DBG_L1) { (_f); _TSP_RETURN(DRVTSP_FAIL);} \ 282 #define TSP_DBG(_f, _a...) { if ((_u32TSPDGBLevel == E_DRVTSP_DBG_L1)|… 469 static DrvTSP_DbgLevel _u32TSPDGBLevel = E_DRVTSP_DBG_L1;
|
| H A D | drvTSP.h | 564 E_DRVTSP_DBG_L1, // display error msg enumerator
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/ |
| H A D | drvTSP.h | 320 E_DRVTSP_DBG_L1 = E_TSP_DBG_FAIL, enumerator
|
| /utopia/UTPA2-700.0.x/modules/dmx/api/dmx/ |
| H A D | apiDMX.c | 9910 DrvTSP_DbgLevel drvLayerLevel = E_DRVTSP_DBG_L1; 9923 drvLayerLevel = E_DRVTSP_DBG_L1;
|