Home
last modified time | relevance | path

Searched refs:ACPI_SYSTEM_NOTIFY (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/acpi/events/
Devxface.c246 if (((handler_type == ACPI_SYSTEM_NOTIFY) && in acpi_install_notify_handler()
254 if (handler_type == ACPI_SYSTEM_NOTIFY) { in acpi_install_notify_handler()
287 if (((handler_type == ACPI_SYSTEM_NOTIFY) && in acpi_install_notify_handler()
329 if (handler_type == ACPI_SYSTEM_NOTIFY) { in acpi_install_notify_handler()
401 if (((handler_type == ACPI_SYSTEM_NOTIFY) && in acpi_remove_notify_handler()
409 if (handler_type == ACPI_SYSTEM_NOTIFY) { in acpi_remove_notify_handler()
442 if (handler_type == ACPI_SYSTEM_NOTIFY) { in acpi_remove_notify_handler()
457 if (handler_type == ACPI_SYSTEM_NOTIFY) { in acpi_remove_notify_handler()
/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_glue.c200 ACPI_SYSTEM_NOTIFY, in register_slot()
460 ACPI_SYSTEM_NOTIFY, in init_bridge_misc()
1181 ACPI_SYSTEM_NOTIFY, in acpiphp_glue_exit()
1190 status = acpi_remove_notify_handler(bridge->handle, ACPI_SYSTEM_NOTIFY, in acpiphp_glue_exit()
/linux-2.4.37.9/drivers/acpi/
Dbus.c1962 status = acpi_install_notify_handler(ACPI_ROOT_OBJECT, ACPI_SYSTEM_NOTIFY, &acpi_bus_notify, NULL); in acpi_bus_init()
2022 ACPI_SYSTEM_NOTIFY, &acpi_bus_notify); in acpi_bus_init()
2037 ACPI_SYSTEM_NOTIFY, acpi_bus_notify); in acpi_bus_exit()
Dasus_acpi.c1129 status = acpi_install_notify_handler(hotk->handle, ACPI_SYSTEM_NOTIFY, in asus_hotk_add()
1169 status = acpi_remove_notify_handler(hotk->handle, ACPI_SYSTEM_NOTIFY, in asus_hotk_remove()
/linux-2.4.37.9/include/acpi/
Dactypes.h595 #define ACPI_SYSTEM_NOTIFY 0 macro