Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvCMAPool.c446 struct cma_get_info_from_pa get_info_args; in CMA_Pool_Get_Info_From_PA() local
447 memset(&get_info_args,0,sizeof(struct cma_get_info_from_pa)); in CMA_Pool_Get_Info_From_PA()
455 get_info_args.PA=get_info_param->PA; in CMA_Pool_Get_Info_From_PA()
457 if(ioctl(fd,CMA_POOL_IOC_GET_HEAP_INFO_FROM_PA,&get_info_args)) in CMA_Pool_Get_Info_From_PA()
462 get_info_param->heap_id = get_info_args.heap_id; in CMA_Pool_Get_Info_From_PA()
463 get_info_param->miu = get_info_args.miu; in CMA_Pool_Get_Info_From_PA()
464 get_info_param->heap_miu_start_offset = get_info_args.heap_miu_start_offset; in CMA_Pool_Get_Info_From_PA()
465 get_info_param->heap_length = get_info_args.heap_length; in CMA_Pool_Get_Info_From_PA()
466 get_info_param->pa_offset_in_heap = get_info_args.pa_offset_in_heap; in CMA_Pool_Get_Info_From_PA()