Searched refs:GFXSetABL_ARGS (Results 1 – 1 of 1) sorted by relevance
1095 GFX_ABL_ARGS GFXSetABL_ARGS; in MApi_GFX_SetIntensity() local1098 memset(&GFXSetABL_ARGS, 0 , sizeof(GFX_ABL_ARGS)); in MApi_GFX_SetIntensity()1101 GFXSetABL_ARGS.eGFX_SetABL =E_GFX_SET_INTENSITY; in MApi_GFX_SetIntensity()1102 GFXSetABL_ARGS.pGFX_ABL =(void*)&GFXSetIntensity; in MApi_GFX_SetIntensity()1103 GFXSetABL_ARGS.u32Size =sizeof(GFX_Set_Intensity); in MApi_GFX_SetIntensity()1108 …if(UtopiaIoctl(pGEInstance, MAPI_CMD_GFX_SET_ABL, (void*)&GFXSetABL_ARGS) != UTOPIA_STATUS_SUCCESS) in MApi_GFX_SetIntensity()1170 GFX_ABL_ARGS GFXSetABL_ARGS; in MApi_GFX_SetROP2() local1173 memset(&GFXSetABL_ARGS, 0 , sizeof(GFX_ABL_ARGS)); in MApi_GFX_SetROP2()1176 GFXSetABL_ARGS.eGFX_SetABL =E_GFX_SET_ROP; in MApi_GFX_SetROP2()1177 GFXSetABL_ARGS.pGFX_ABL =(void*)&GFXSetROP; in MApi_GFX_SetROP2()[all …]