Home | History | Annotate | Download | only in src

Lines Matching refs:ion_device_fd

1257   recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY | O_DSYNC);
1258 if(recon_buff[count].ion_device_fd < 0)
1273 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_ALLOC,&recon_buff[count].alloc_data);
1281 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_MAP,&recon_buff[count].ion_alloc_fd);
1323 if(ioctl(recon_buff[count].ion_device_fd,ION_IOC_FREE,
1329 close(recon_buff[count].ion_device_fd);
1330 recon_buff[count].ion_device_fd =-1;
1386 if(ioctl(recon_buff[cnt].ion_device_fd,ION_IOC_FREE,
1392 close(recon_buff[cnt].ion_device_fd);
1393 recon_buff[cnt].ion_device_fd =-1;