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