Home | History | Annotate | Download | only in HAL

Lines Matching defs:custom_data

109     struct ion_custom_data custom_data;
118 memset(&custom_data, 0, sizeof(custom_data));
123 custom_data.cmd = cmd;
124 custom_data.arg = (unsigned long)&cache_inv_data;
130 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);