Home | History | Annotate | Download | only in src

Lines Matching refs:ion_device_fd

1461     recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY);
1463 if (recon_buff[count].ion_device_fd < 0) {
1481 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_ALLOC,&recon_buff[count].alloc_data);
1490 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_MAP,&recon_buff[count].ion_alloc_fd);
1532 if (ioctl(recon_buff[count].ion_device_fd,ION_IOC_FREE,
1539 close(recon_buff[count].ion_device_fd);
1540 recon_buff[count].ion_device_fd =-1;
1592 if (ioctl(recon_buff[cnt].ion_device_fd,ION_IOC_FREE,
1599 close(recon_buff[cnt].ion_device_fd);
1600 recon_buff[cnt].ion_device_fd =-1;