Searched refs:acpi_of_match_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | bus.c | 621 * acpi_of_match_device - Match device object using the "compatible" property. 630 static bool acpi_of_match_device(struct acpi_device *adev, in acpi_of_match_device() function 763 return acpi_of_match_device(device, of_ids, of_id); in __acpi_match_device() 799 if (!acpi_of_match_device(adev, dev->driver->of_match_table, &match)) in acpi_of_device_get_match_data() 831 return acpi_of_match_device(ACPI_COMPANION(dev), in acpi_driver_match_device()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | bus.c | 724 * acpi_of_match_device - Match device object using the "compatible" property. 733 static bool acpi_of_match_device(const struct acpi_device *adev, in acpi_of_match_device() function 867 return acpi_of_match_device(device, of_ids, of_id); in __acpi_match_device() 920 if (!acpi_of_match_device(adev, dev->driver->of_match_table, &match)) in acpi_of_device_get_match_data() 956 return acpi_of_match_device(ACPI_COMPANION(dev), of_ids, NULL); in acpi_driver_match_device()
|
Completed in 4 milliseconds