Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/acp/api/acp/
H A DapiACP.c288 stACP_SET_PROTECTION ACPArgs; in MApi_ACP_SetProtection() local
289 ACPArgs.bEnable = bEnable; in MApi_ACP_SetProtection()
290 ACPArgs.bIsYPbPr = bIsYPbPr; in MApi_ACP_SetProtection()
291 ACPArgs.u8Type = u8Type; in MApi_ACP_SetProtection()
292 ACPArgs.eReturnValue = E_ACP_FAIL; in MApi_ACP_SetProtection()
294 if(UtopiaIoctl(g_pACPInst, E_ACP_SET_PROTECTION, (void*)&ACPArgs) != UTOPIA_STATUS_SUCCESS) in MApi_ACP_SetProtection()
298 return ACPArgs.eReturnValue; in MApi_ACP_SetProtection()
364 stACP_SET_MV_BITCONTROL ACPArgs; in MApi_ACP_SetMV_BitControl() local
365 ACPArgs.bEnable = bEnable; in MApi_ACP_SetMV_BitControl()
366 memcpy(&ACPArgs.MV_BitControl_Data, &MV_BitControl_Data, sizeof(MS_ACP_MV_BitControl)); in MApi_ACP_SetMV_BitControl()
[all …]