Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c6780 ioctl_info.cfg_type = type; in MApi_GOP_SetConfig()
6816 ioctl_ConfigInfo.cfg_type = enType; in MApi_GOP_SetConfigEx()
6825 ioctl_ConfigInfo.cfg_type = enType; in MApi_GOP_SetConfigEx()
6905 ioctl_ConfigInfo.cfg_type = enType; in MApi_GOP_GetConfigEx()
6914 ioctl_ConfigInfo.cfg_type = enType; in MApi_GOP_GetConfigEx()
H A DapiGOP_priv.h602 EN_GOP_CONFIG_TYPE cfg_type; //EN_GOP_CONFIG_TYPE member
H A DmapiGOP.c6968 MS_U32 Ioctl_GOP_SetConfig(void* pInstance,EN_GOP_CONFIG_TYPE cfg_type,MS_U32* pCfg,MS_U32 u32Size) in Ioctl_GOP_SetConfig() argument
6979 switch(cfg_type) in Ioctl_GOP_SetConfig()
7011 MS_U32 Ioctl_GOP_GetConfig(void* pInstance,EN_GOP_CONFIG_TYPE cfg_type,MS_U32* pCfg,MS_U32 u32Size) in Ioctl_GOP_GetConfig() argument
7018 switch(cfg_type) in Ioctl_GOP_GetConfig()
10803 u32Ret = Ioctl_GOP_SetConfig(pInstance,ptr->cfg_type, ptr->pCfg, ptr->u32Size); in GOPIoctl()
10810 u32Ret = Ioctl_GOP_GetConfig(pInstance,ptr->cfg_type, ptr->pCfg, ptr->u32Size); in GOPIoctl()
/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/
H A DGOP_adp.c1077 switch(ptr.cfg_type) in GOP_adp_Ioctl()