acpi_hed_notify_list   26 drivers/acpi/hed.c static BLOCKING_NOTIFIER_HEAD(acpi_hed_notify_list);
acpi_hed_notify_list   30 drivers/acpi/hed.c 	return blocking_notifier_chain_register(&acpi_hed_notify_list, nb);
acpi_hed_notify_list   36 drivers/acpi/hed.c 	blocking_notifier_chain_unregister(&acpi_hed_notify_list, nb);
acpi_hed_notify_list   47 drivers/acpi/hed.c 	blocking_notifier_call_chain(&acpi_hed_notify_list, 0, NULL);