Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c6806 GOP_SETCONFIG_PARAM ioctl_ConfigInfo; in MApi_GOP_SetConfigEx() local
6816 ioctl_ConfigInfo.cfg_type = enType; in MApi_GOP_SetConfigEx()
6817 ioctl_ConfigInfo.pCfg = plist; in MApi_GOP_SetConfigEx()
6818 ioctl_ConfigInfo.u32Size = sizeof(EN_GOP_IGNOREINIT); in MApi_GOP_SetConfigEx()
6819 pInfo = (void*)&ioctl_ConfigInfo; in MApi_GOP_SetConfigEx()
6825 ioctl_ConfigInfo.cfg_type = enType; in MApi_GOP_SetConfigEx()
6826 ioctl_ConfigInfo.pCfg = plist; in MApi_GOP_SetConfigEx()
6827 ioctl_ConfigInfo.u32Size = sizeof(EN_GOP_CONSALPHA_BITS); in MApi_GOP_SetConfigEx()
6828 pInfo = (void*)&ioctl_ConfigInfo; in MApi_GOP_SetConfigEx()
6895 GOP_SETCONFIG_PARAM ioctl_ConfigInfo; in MApi_GOP_GetConfigEx() local
[all …]