Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Devxface.c105 if (parent_obj->handler_type & ACPI_DEVICE_NOTIFY) in acpi_add_handler_object()
183 ((handler_type & ACPI_DEVICE_NOTIFY) && in acpi_install_notify_handler()
195 if (handler_type & ACPI_DEVICE_NOTIFY) { in acpi_install_notify_handler()
225 if ((handler_type & ACPI_DEVICE_NOTIFY) && in acpi_install_notify_handler()
237 if (handler_type & ACPI_DEVICE_NOTIFY) { in acpi_install_notify_handler()
288 if (handler_type & ACPI_DEVICE_NOTIFY) { in acpi_install_notify_handler()
367 ((handler_type & ACPI_DEVICE_NOTIFY) && in ACPI_EXPORT_SYMBOL()
379 if (handler_type & ACPI_DEVICE_NOTIFY) { in ACPI_EXPORT_SYMBOL()
463 if (handler_type & ACPI_DEVICE_NOTIFY) { in ACPI_EXPORT_SYMBOL()
/linux-3.4.99/drivers/pci/hotplug/
Dacpiphp_ibm.c458 ACPI_DEVICE_NOTIFY, ibm_handle_events, in ibm_acpiphp_init()
490 ACPI_DEVICE_NOTIFY, in ibm_acpiphp_exit()
/linux-3.4.99/drivers/acpi/
Dacpi_pad.c476 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
493 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
Dscan.c371 ACPI_DEVICE_NOTIFY, in acpi_device_install_notify_handler()
389 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_device_remove_notify_handler()
Dvideo.c1102 ACPI_DEVICE_NOTIFY, in acpi_video_bus_get_one_device()
1430 ACPI_DEVICE_NOTIFY, in acpi_video_bus_put_one_device()
/linux-3.4.99/include/acpi/
Dactypes.h706 #define ACPI_DEVICE_NOTIFY 0x2 macro
707 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
/linux-3.4.99/drivers/platform/x86/
Dthinkpad_acpi.c3882 .type = ACPI_DEVICE_NOTIFY,