Home | History | Annotate | Download | only in src

Lines Matching refs:ion_device_fd

1462     recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY);
1464 if (recon_buff[count].ion_device_fd < 0) {
1482 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_ALLOC,&recon_buff[count].alloc_data);
1491 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_MAP,&recon_buff[count].ion_alloc_fd);
1533 if (ioctl(recon_buff[count].ion_device_fd,ION_IOC_FREE,
1540 close(recon_buff[count].ion_device_fd);
1541 recon_buff[count].ion_device_fd =-1;
1593 if (ioctl(recon_buff[cnt].ion_device_fd,ION_IOC_FREE,
1600 close(recon_buff[cnt].ion_device_fd);
1601 recon_buff[cnt].ion_device_fd =-1;