Searched refs:ipa_free_args (Results 1 – 2 of 2) sorted by relevance
584 struct IPA_Pool_free_Args ipa_free_args; in MApi_IPA_Pool_PutMem() local593 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()597 …ipa_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()
512 struct IPA_Pool_free_Args ipa_free_args; in MApi_IPA_Pool_PutMem() local533 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()