Home | History | Annotate | Download | only in HAL3

Lines Matching refs:custom_data

105     struct ion_custom_data custom_data;
120 memset(&custom_data, 0, sizeof(custom_data));
125 custom_data.cmd = cmd;
126 custom_data.arg = (unsigned long)&cache_inv_data;
132 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);