Lines Matching refs:pstResPri
140 DSCMB_RESOURCE_PRIVATE * pstResPri = NULL; in DSCMBMdbIoctl() local
157 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBMdbIoctl()
158 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBMdbIoctl()
159 if(FALSE == pstResPri->bInited_Drv) in DSCMBMdbIoctl()
217 DSCMB_RESOURCE_PRIVATE * pstResPri = NULL; in DSCMBIoctl() local
236 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBIoctl()
238 if((FALSE == pstResPri->bInited_Drv) && in DSCMBIoctl()
247 _u32FreeSlot = pstResPri->u32FreeSlot; in DSCMBIoctl()
248 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBIoctl()
253 if(pstResPri->bInited_Drv == FALSE) in DSCMBIoctl()
257 pstResPri->bInited_Drv = TRUE; in DSCMBIoctl()
263 if(pstResPri->bInited_Drv == TRUE) in DSCMBIoctl()
267 pstResPri->bInited_Drv = FALSE; in DSCMBIoctl()