Searched refs:_s32FdIPAPool (Results 1 – 1 of 1) sorted by relevance
189 static MS_S32 _s32FdIPAPool = -1; variable275 if (_s32FdIPAPool <= 0)//may never open device in PA_in_IPA_POOL_info()277 if ((_s32FdIPAPool = open("/dev/ipapool", O_RDWR)) < 0) in PA_in_IPA_POOL_info()287 res = ioctl(_s32FdIPAPool, IPA_POOL_IOC_PA_INFO, &in_ipa_pool_info_args); in PA_in_IPA_POOL_info()361 if (_s32FdIPAPool < 0) in IN_IPA_POOL_To_PA()371 res = ioctl(_s32FdIPAPool, IPA_POOL_IOC_POOL_TO_PA, &pool_to_pa_args); in IN_IPA_POOL_To_PA()411 if (_s32FdIPAPool <= 0) in MApi_IPA_Pool_Init()413 if ((_s32FdIPAPool = open("/dev/ipapool", O_RDWR)) < 0) in MApi_IPA_Pool_Init()452 res = ioctl(_s32FdIPAPool, IPA_POOL_IOC_INIT, &ipa_init_args); in MApi_IPA_Pool_Init()532 close(_s32FdIPAPool); in MApi_IPA_Pool_Init()[all …]