Lines Matching refs:ioctl_ConfigInfo
6806 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
6905 ioctl_ConfigInfo.cfg_type = enType; in MApi_GOP_GetConfigEx()
6906 ioctl_ConfigInfo.pCfg = plist; in MApi_GOP_GetConfigEx()
6907 ioctl_ConfigInfo.u32Size = sizeof(EN_GOP_IGNOREINIT); in MApi_GOP_GetConfigEx()
6908 pInfo = (void*)&ioctl_ConfigInfo; in MApi_GOP_GetConfigEx()
6914 ioctl_ConfigInfo.cfg_type = enType; in MApi_GOP_GetConfigEx()
6915 ioctl_ConfigInfo.pCfg = plist; in MApi_GOP_GetConfigEx()
6916 ioctl_ConfigInfo.u32Size = sizeof(EN_GOP_CONSALPHA_BITS); in MApi_GOP_GetConfigEx()
6917 pInfo = (void*)&ioctl_ConfigInfo; in MApi_GOP_GetConfigEx()