Home | History | Annotate | Download | only in HAL3

Lines Matching refs:custom_data

112     struct ion_custom_data custom_data;
127 memset(&custom_data, 0, sizeof(custom_data));
132 custom_data.cmd = cmd;
133 custom_data.arg = (unsigned long)&cache_inv_data;
139 ret = ioctl(main_ion_fd, ION_IOC_CUSTOM, &custom_data);