Lines Matching refs:of_compatible
634 const union acpi_object *of_compatible, *obj;
640 of_compatible = adev->data.of_compatible;
641 if (!of_match_table || !of_compatible)
644 if (of_compatible->type == ACPI_TYPE_PACKAGE) {
645 nval = of_compatible->package.count;
646 obj = of_compatible->package.elements;
649 obj = of_compatible;
669 const union acpi_object *of_compatible;
673 of_compatible = adev->data.of_compatible;
674 if (!of_compatible)
677 if (of_compatible->type == ACPI_TYPE_PACKAGE)
678 obj = of_compatible->package.elements;
680 obj = of_compatible;