Searched refs:ACPI_SYSTEM_NOTIFY (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/acpi/events/ |
D | evxface.c | 246 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/ |
D | acpiphp_glue.c | 200 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/ |
D | bus.c | 1962 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()
|
D | asus_acpi.c | 1129 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/ |
D | actypes.h | 595 #define ACPI_SYSTEM_NOTIFY 0 macro
|