Searched refs:of_ids (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | bus.c | 938 const struct of_device_id *of_ids, in __acpi_match_device() argument 968 return acpi_of_match_device(device, of_ids, of_id); in __acpi_match_device() 1019 const struct of_device_id *of_ids = dev->driver->of_match_table; in acpi_device_get_match_data() local 1024 if (!__acpi_match_device(adev, acpi_ids, of_ids, &acpi_id, &of_id)) in acpi_device_get_match_data() 1048 const struct of_device_id *of_ids = drv->of_match_table; in acpi_driver_match_device() local 1051 return acpi_of_match_device(ACPI_COMPANION(dev), of_ids, NULL); in acpi_driver_match_device() 1053 return __acpi_match_device(acpi_companion_match(dev), acpi_ids, of_ids, NULL, NULL); in acpi_driver_match_device()
|