Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dlc/api/dlc/
H A DapiXC_Dlc_v2.c182 pstDLC_Init_Ex pDLCArgs = (pstDLC_Init_Ex)pArgs; in DLCIoctl() local
183pDLCArgs->bReturn = psDLCInstPri->fpDLC_Init_Ex(pInstance, pDLCArgs->pstXC_DLC_InitData ,pDLCArgs-… in DLCIoctl()
197 pstDLC_SetSetting_Ex pDLCArgs = (pstDLC_SetSetting_Ex)pArgs; in DLCIoctl() local
198 psDLCInstPri->fpDLC_SetSetting_Ex(pInstance, pDLCArgs->DLC_MFinit_Ex); in DLCIoctl()
212 pstDLC_SetCurve pDLCArgs = (pstDLC_SetCurve)pArgs; in DLCIoctl() local
213 … psDLCInstPri->fpDLC_SetCurve(pInstance, pDLCArgs->pNormal ,pDLCArgs->pLight ,pDLCArgs->pDark); in DLCIoctl()
227 pstDLC_SetBleSlopPoint pDLCArgs = (pstDLC_SetBleSlopPoint)pArgs; in DLCIoctl() local
228 psDLCInstPri->fpDLC_SetBleSlopPoint(pInstance, pDLCArgs->pBLESlopPoint ); in DLCIoctl()
242 pstDLC_HDRInitData pDLCArgs = (pstDLC_HDRInitData)pArgs; in DLCIoctl() local
243pDLCArgs->bReturn = psDLCInstPri->fpDLC_SetHDRInit(pInstance, pDLCArgs->pstDLC_HDRInitData ); in DLCIoctl()
[all …]