Home | History | Annotate | Download | only in HAL

Lines Matching refs:custom_data

125     struct ion_custom_data custom_data;
134 memset(&custom_data, 0, sizeof(custom_data));
141 custom_data.cmd = cmd;
142 custom_data.arg = (unsigned long)&cache_inv_data;
148 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);