Home
last modified time | relevance | path

Searched refs:psDACInstPri (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dac/api/dac/
H A DapiDAC_v2.c192 DAC_INSTANT_PRIVATE* psDACInstPri = NULL; in DACIoctl() local
193 UtopiaInstanceGetPrivate(pInstance, (void**)&psDACInstPri); in DACIoctl()
202 ptr->eReturnValue = psDACInstPri->fpDACGetLibVer(pInstance, ptr->ppVersion); in DACIoctl()
209 ptr->stReturnValue = psDACInstPri->fpDACGetInfo(pInstance); in DACIoctl()
217 ptr->bReturnValue = psDACInstPri->fpDACGetOutputInterlaceTiming(pInstance); in DACIoctl()
225 ptr->bReturnValue = psDACInstPri->fpDACGetStatus(pInstance, ptr->pDacStatus); in DACIoctl()
232 ptr->bReturnValue = psDACInstPri->fpDACSetDbgLevel(pInstance, ptr->u16DbgSwitch); in DACIoctl()
239 ptr->bReturnValue = psDACInstPri->fpDACInit(pInstance); in DACIoctl()
246 psDACInstPri->fpDACEnable(pInstance, ptr->bEnable,ptr->bIsYPbPr); in DACIoctl()
253 psDACInstPri->fpDACSetClkInv(pInstance, ptr->bEnable,ptr->bIsYPbPr); in DACIoctl()
[all …]