Home
last modified time | relevance | path

Searched refs:ACPI_DEVICE_NOTIFY (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/acpi/events/
Devxface.c248 ((handler_type == ACPI_DEVICE_NOTIFY) && in acpi_install_notify_handler()
289 ((handler_type == ACPI_DEVICE_NOTIFY) && in acpi_install_notify_handler()
403 ((handler_type == ACPI_DEVICE_NOTIFY) && in acpi_remove_notify_handler()
/linux-2.4.37.9/drivers/acpi/
Dac.c264 ACPI_DEVICE_NOTIFY, acpi_ac_notify, ac); in acpi_ac_add()
302 ACPI_DEVICE_NOTIFY, acpi_ac_notify); in acpi_ac_remove()
Dbutton.c430 ACPI_DEVICE_NOTIFY, in acpi_button_add()
481 ACPI_DEVICE_NOTIFY, acpi_button_notify); in acpi_button_remove()
Dbattery.c753 ACPI_DEVICE_NOTIFY, acpi_battery_notify, battery); in acpi_battery_add()
791 ACPI_DEVICE_NOTIFY, acpi_battery_notify); in acpi_battery_remove()
Dthermal.c1284 ACPI_DEVICE_NOTIFY, acpi_thermal_notify, tz); in acpi_thermal_add()
1325 ACPI_DEVICE_NOTIFY, acpi_thermal_notify); in acpi_thermal_remove()
Dprocessor.c2267 status = acpi_install_notify_handler(pr->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_add()
2328 status = acpi_remove_notify_handler(pr->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_remove()
/linux-2.4.37.9/include/acpi/
Dactypes.h596 #define ACPI_DEVICE_NOTIFY 1 macro