Searched refs:of_ids (Results 1 – 1 of 1) sorted by relevance
881 const struct of_device_id *of_ids, in __acpi_match_device() argument911 return acpi_of_match_device(device, of_ids, of_id); in __acpi_match_device()997 const struct of_device_id *of_ids = drv->of_match_table; in acpi_driver_match_device() local1000 return acpi_of_match_device(ACPI_COMPANION(dev), of_ids, NULL); in acpi_driver_match_device()1002 return __acpi_match_device(acpi_companion_match(dev), acpi_ids, of_ids, NULL, NULL); in acpi_driver_match_device()