Home
last modified time | relevance | path

Searched refs:acpi_companion_match (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
H A Dinternal.h126 struct acpi_device *acpi_companion_match(const struct device *dev);
H A Ddevice_sysfs.c280 return __acpi_device_uevent_modalias(acpi_companion_match(dev), env); in acpi_device_uevent_modalias()
325 return __acpi_device_modalias(acpi_companion_match(dev), buf, size); in acpi_device_modalias()
H A Dbus.c586 * acpi_companion_match() - Can we match via ACPI companion device
606 struct acpi_device *acpi_companion_match(const struct device *dev) in acpi_companion_match() function
789 __acpi_match_device(acpi_companion_match(dev), ids, NULL, &id, NULL); in acpi_match_device()
835 return __acpi_match_device(acpi_companion_match(dev), in acpi_driver_match_device()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dinternal.h119 const struct acpi_device *acpi_companion_match(const struct device *dev);
H A Ddevice_sysfs.c284 return __acpi_device_uevent_modalias(acpi_companion_match(dev), env); in acpi_device_uevent_modalias()
332 return __acpi_device_modalias(acpi_companion_match(dev), buf, size); in acpi_device_modalias()
H A Dbus.c689 * acpi_companion_match() - Can we match via ACPI companion device
709 const struct acpi_device *acpi_companion_match(const struct device *dev) in acpi_companion_match() function
911 return acpi_match_acpi_device(ids, acpi_companion_match(dev)); in acpi_match_device()
958 return __acpi_match_device(acpi_companion_match(dev), acpi_ids, of_ids, NULL, NULL); in acpi_driver_match_device()

Completed in 6 milliseconds