//*****************************************************************************
//
// Function Name: DISPDRV_TeOff
// 
// Description:   'Release' TE Input Pin Used
//
//*****************************************************************************
static int DISPDRV_TeOff ( DISPDRV_PANEL_T *pPanel )
{
    Int32  res = 0;
    res = CSL_TECTL_VC4L_CloseInput ( pPanel->teIn );
  
    return ( res );
}
/*
 *
 *   Function Name: DSI_TeOff
 *
 *   Description:   'Release' TE Input Pin Used
 *
 */
static int DSI_TeOff(DispDrv_PANEL_t *pPanel)
{
	Int32  res = 0;

	res = CSL_TECTL_VC4L_CloseInput(pPanel->teIn);

	return res;
}