Lines Matching refs:compatible
4155 if (device->deviceinfo.platform->compatible) {
4156 char **compatible = device->deviceinfo.platform->compatible;
4158 while (*compatible) {
4159 free(*compatible);
4160 compatible++;
4163 free(device->deviceinfo.platform->compatible);
4171 if (device->deviceinfo.host1x->compatible) {
4172 char **compatible = device->deviceinfo.host1x->compatible;
4174 while (*compatible) {
4175 free(*compatible);
4176 compatible++;
4179 free(device->deviceinfo.host1x->compatible);
4486 static int drmParseOFDeviceInfo(int maj, int min, char ***compatible)
4504 *compatible
4505 if (!*compatible)
4529 (*compatible)[i] = tmp_name;
4536 free((*compatible)[i]);
4538 free(*compatible);
4572 ret = drmParseOFDeviceInfo(maj, min, &dev->deviceinfo.platform->compatible);
4612 ret = drmParseOFDeviceInfo(maj, min, &dev->deviceinfo.host1x->compatible);