Home
last modified time | relevance | path

Searched refs:of_ids (Results 1 – 1 of 1) sorted by relevance

/drivers/acpi/
Dbus.c846 const struct of_device_id *of_ids, in __acpi_match_device() argument
876 return acpi_of_match_device(device, of_ids, of_id); in __acpi_match_device()
945 const struct of_device_id *of_ids = drv->of_match_table; in acpi_driver_match_device() local
948 return acpi_of_match_device(ACPI_COMPANION(dev), of_ids, NULL); in acpi_driver_match_device()
950 return __acpi_match_device(acpi_companion_match(dev), acpi_ids, of_ids, NULL, NULL); in acpi_driver_match_device()