Lines Matching refs:pstResPri
231 DSCMB_RESOURCE_PRIVATE* pstResPri = NULL; in DSCMBIoctl() local
239 UtopiaResourceGetPrivate(pstRes, (void**)&pstResPri); in DSCMBIoctl()
241 if((FALSE == pstResPri->bInited_Drv) && in DSCMBIoctl()
254 _bFreeSlot = pstResPri->bFreeSlot; in DSCMBIoctl()
255 _bFreeRIVSlot = pstResPri->bFreeRIVSlot; in DSCMBIoctl()
256 _u32PidFlt2Dscmb = pstResPri->u32PidFlt2Dscmb; in DSCMBIoctl()
257 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBIoctl()
264 if(pstResPri->bInited_Drv == FALSE) in DSCMBIoctl()
268 pstResPri->bInited_Drv = TRUE; in DSCMBIoctl()
292 if(pstResPri->bInited_Drv == TRUE) in DSCMBIoctl()
296 pstResPri->bInited_Drv = FALSE; in DSCMBIoctl()