Lines Matching defs:of_compatible
905 const union acpi_object *of_compatible, *obj;
911 of_compatible = adev->data.of_compatible;
912 if (!of_match_table || !of_compatible)
915 if (of_compatible->type == ACPI_TYPE_PACKAGE) {
916 nval = of_compatible->package.count;
917 obj = of_compatible->package.elements;
920 obj = of_compatible;
940 const union acpi_object *of_compatible;
944 of_compatible = adev->data.of_compatible;
945 if (!of_compatible)
948 if (of_compatible->type == ACPI_TYPE_PACKAGE)
949 obj = of_compatible->package.elements;
951 obj = of_compatible;