Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c584 struct IPA_Pool_free_Args ipa_free_args; in MApi_IPA_Pool_PutMem() local
593 ipa_free_args.pool_handle_id = put_param->pool_handle_id; in MApi_IPA_Pool_PutMem()
594 ipa_free_args.offset_in_pool = put_param->offset_in_pool; in MApi_IPA_Pool_PutMem()
595 ipa_free_args.length = put_param->length; in MApi_IPA_Pool_PutMem()
597ipa_free_args.pool_handle_id, (unsigned long)ipa_free_args.offset_in_pool, (unsigned long)ipa_free… in MApi_IPA_Pool_PutMem()
599 if(ioctl(_s32FdIPAPool, IPA_POOL_IOC_FREE, &ipa_free_args)) in MApi_IPA_Pool_PutMem()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c512 struct IPA_Pool_free_Args ipa_free_args; in MApi_IPA_Pool_PutMem() local
533 ipa_free_args.pool_handle_id = put_param->pool_handle_id; in MApi_IPA_Pool_PutMem()
534 ipa_free_args.offset_in_pool = put_param->offset_in_pool; in MApi_IPA_Pool_PutMem()
535 ipa_free_args.length = put_param->length; in MApi_IPA_Pool_PutMem()
538 if(file_ioctl(_fileIPAPool, IPA_POOL_IOC_FREE, (unsigned long)(&ipa_free_args))) in MApi_IPA_Pool_PutMem()