Home | History | Annotate | Download | only in tests

Lines Matching refs:compatible

74         char **compatible = device->deviceinfo.platform->compatible;
81 printf(" +-> compatible\n");
83 while (*compatible) {
84 printf(" %s\n", *compatible);
85 compatible++;
88 char **compatible = device->deviceinfo.host1x->compatible;
95 printf(" +-> compatible\n");
97 while (*compatible) {
98 printf(" %s\n", *compatible);
99 compatible++;