Home | History | Annotate | Download | only in src

Lines Matching refs:ion_device_fd

1227   recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY|O_DSYNC);
1228 if(recon_buff[count].ion_device_fd < 0)
1240 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_ALLOC,&recon_buff[count].alloc_data);
1248 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_MAP,&recon_buff[count].ion_alloc_fd);
1288 if(ioctl(recon_buff[count].ion_device_fd,ION_IOC_FREE,
1294 close(recon_buff[count].ion_device_fd);
1295 recon_buff[count].ion_device_fd =-1;
1341 if(ioctl(recon_buff[cnt].ion_device_fd,ION_IOC_FREE,
1347 close(recon_buff[cnt].ion_device_fd);
1348 recon_buff[cnt].ion_device_fd =-1;