Lines Matching refs:of_compatible
737 const union acpi_object *of_compatible, *obj;
743 of_compatible = adev->data.of_compatible;
744 if (!of_match_table || !of_compatible)
747 if (of_compatible->type == ACPI_TYPE_PACKAGE) {
748 nval = of_compatible->package.count;
749 obj = of_compatible->package.elements;
752 obj = of_compatible;
772 const union acpi_object *of_compatible;
776 of_compatible = adev->data.of_compatible;
777 if (!of_compatible)
780 if (of_compatible->type == ACPI_TYPE_PACKAGE)
781 obj = of_compatible->package.elements;
783 obj = of_compatible;