Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:hScr

337  * \param hScr - handle to the SCR object.\n
339 void scr_release( TI_HANDLE hScr )
341 TScr *pScr = (TScr*)hScr;
343 os_memoryFree( pScr->hOS, hScr, sizeof(TScr));
356 TScr *pScr = (TScr*)(pStadHandles->hSCR);
398 * \param hScr - handle to the SCR object.\n
403 void scr_registerClientCB( TI_HANDLE hScr,
408 TScr *pScr = (TScr*)hScr;
427 * \param hScr - handle to the SCR object.\n
429 void scr_notifyFWReset( TI_HANDLE hScr )
431 TScr *pScr = (TScr*)hScr;
466 * \param hScr - handle to the SCR object.\n
469 void scr_setGroup( TI_HANDLE hScr, EScrGroupId newGroup )
471 TScr *pScr = (TScr*)hScr;
522 highestPending = scrFindHighest( hScr, SCR_CS_PENDING, uResourceIndex,
549 * \param hScr - handle to the SCR object.\n
552 void scr_setMode( TI_HANDLE hScr, EScrModeId newMode )
554 TScr *pScr = (TScr*)hScr;
627 highestPending = scrFindHighest( hScr, SCR_CS_PENDING, uResourceIndex,
657 * \param hScr - handle to the SCR object.\n
666 EScrClientRequestStatus scr_clientRequest( TI_HANDLE hScr, EScrClientId client,
669 TScr *pScr = (TScr*)hScr;
731 highestPending = scrFindHighest( hScr, SCR_CS_PENDING, eResource,
827 * \param hScr - handle to the SCR object.\n
832 void scr_clientComplete( TI_HANDLE hScr, EScrClientId client, EScrResourceId eResource )
834 TScr *pScr = (TScr*)hScr;
863 highestPending = scrFindHighest( hScr, SCR_CS_PENDING, eResource, (SCR_CID_NUM_OF_CLIENTS-1), 0 );
897 * \param hScr - handle to the SCR object.\n
904 EScrClientId scrFindHighest( TI_HANDLE hScr,
910 TScr *pScr = (TScr*)hScr;