Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dacpi.h637 int acpi_reconfig_notifier_unregister(struct notifier_block *nb);
872 static inline int acpi_reconfig_notifier_unregister(struct notifier_block *nb) in acpi_reconfig_notifier_unregister() function
/Linux-v5.4/drivers/acpi/
Dscan.c2331 int acpi_reconfig_notifier_unregister(struct notifier_block *nb) in acpi_reconfig_notifier_unregister() function
2335 EXPORT_SYMBOL(acpi_reconfig_notifier_unregister);
/Linux-v5.4/drivers/i2c/
Di2c-core-base.c1850 WARN_ON(acpi_reconfig_notifier_unregister(&i2c_acpi_notifier)); in i2c_exit()