Lines Matching refs:ion_fd
55 int32_t ion_fd;
199 int32_t ion_fd;
211 ion_fd = open("/dev/ion", O_RDONLY | O_DSYNC);
212 if (ion_fd < 0) {
232 rc = ioctl(ion_fd, ION_IOC_ALLOC, &ion_alloc_data);
245 rc = ioctl(ion_fd, ION_IOC_MAP, &ifd_data);
260 handle->ion_fd = ion_fd;
278 iret = ioctl(ion_fd, ION_IOC_FREE, &handle_data);
284 if (ion_fd > 0)
285 close(ion_fd);
306 ret = ioctl(handle->ion_fd, ION_IOC_FREE, &handle_data);
310 close(handle->ion_fd);
404 ihandle.ion_fd = 0;
507 ihandle.ion_fd = 0;
607 ihandle.ion_fd = 0;