Searched refs:pSetDIPRProperty_ex (Results 1 – 2 of 2) sorted by relevance
1946 DIP_SET_DIPR_PROPERTY_EX* pSetDIPRProperty_ex = NULL; in MApi_XC_DIP_SetDIPRProperty() local1960 … pSetDIPRProperty_ex = (DIP_SET_DIPR_PROPERTY_EX*)utopia_malloc(sizeof(DIP_SET_DIPR_PROPERTY_EX)); in MApi_XC_DIP_SetDIPRProperty()1961 if (pSetDIPRProperty_ex == NULL) in MApi_XC_DIP_SetDIPRProperty()1966 …memcpy(&(pSetDIPRProperty_ex->stDIPRProperty_ex.stDIPRProperty),pstDIPRProperty, sizeof(ST_XC_DIPR… in MApi_XC_DIP_SetDIPRProperty()1967 pSetDIPRProperty_ex->enDIPRFlag = E_DIP_SET_DIPR_NORMAL; in MApi_XC_DIP_SetDIPRProperty()1968 pSetDIPRProperty_ex->eWindow = eWindow; in MApi_XC_DIP_SetDIPRProperty()1969 …if(UtopiaIoctl(pInstantDip[eWindow],MDrv_CMD_DIP_SET_DIPR_PROPERTY,(void*)pSetDIPRProperty_ex) != … in MApi_XC_DIP_SetDIPRProperty()1972 utopia_free(pSetDIPRProperty_ex); in MApi_XC_DIP_SetDIPRProperty()1975 utopia_free(pSetDIPRProperty_ex); in MApi_XC_DIP_SetDIPRProperty()1991 DIP_SET_DIPR_PROPERTY_EX* pSetDIPRProperty_ex = NULL; in MApi_XC_DIP_SetDIPRProperty_EX() local[all …]
107 DIP_SET_DIPR_PROPERTY_EX* pSetDIPRProperty_ex = NULL; in DIPIoctl() local283 pSetDIPRProperty_ex = (DIP_SET_DIPR_PROPERTY_EX*)pArgs; in DIPIoctl()284 if(pSetDIPRProperty_ex->enDIPRFlag==E_DIP_SET_DIPR_NORMAL) in DIPIoctl()286 …Drv_XC_DIP_SetDIPRProperty(pInstance,&(pSetDIPRProperty_ex->stDIPRProperty_ex.stDIPRProperty),pSet… in DIPIoctl()288 else if(pSetDIPRProperty_ex->enDIPRFlag==E_DIP_SET_DIPR_EX) in DIPIoctl()290 …MDrv_XC_DIP_SetDIPRProperty_EX(pInstance,&(pSetDIPRProperty_ex->stDIPRProperty_ex),pSetDIPRPropert… in DIPIoctl()