Home | History | Annotate | Download | only in HAL3

Lines Matching refs:custom_data

111     struct ion_custom_data custom_data;
126 memset(&custom_data, 0, sizeof(custom_data));
131 custom_data.cmd = cmd;
132 custom_data.arg = (unsigned long)&cache_inv_data;
138 ret = ioctl(main_ion_fd, ION_IOC_CUSTOM, &custom_data);