Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c203 static struct file * _fileIPAPool = NULL; variable
321 if (!_fileIPAPool) in MApi_IPA_Pool_Init()
327 _fileIPAPool = filp_open( "/dev/ipapool", flags, 0); in MApi_IPA_Pool_Init()
328 if (IS_ERR(_fileIPAPool) ) in MApi_IPA_Pool_Init()
395 res = file_ioctl(_fileIPAPool, IPA_POOL_IOC_INIT, (unsigned long )(&ipa_init_args)); in MApi_IPA_Pool_Init()
451 filp_close(_fileIPAPool,NULL); in MApi_IPA_Pool_Init()
479 if (IS_ERR(_fileIPAPool)) in MApi_IPA_Pool_GetMem()
491 res = file_ioctl(_fileIPAPool, IPA_POOL_IOC_ALLOC, (unsigned long)(&ipa_alloc_args)); in MApi_IPA_Pool_GetMem()
527 if(IS_ERR(_fileIPAPool) ) in MApi_IPA_Pool_PutMem()
538 if(file_ioctl(_fileIPAPool, IPA_POOL_IOC_FREE, (unsigned long)(&ipa_free_args))) in MApi_IPA_Pool_PutMem()
[all …]