Home
last modified time | relevance | path

Searched refs:ACPI_DRIVER_ALL_NOTIFY_EVENTS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/
H A Dbus.c634 u32 type = acpi_drv->flags & ACPI_DRIVER_ALL_NOTIFY_EVENTS ? in acpi_device_install_notify_handler()
649 u32 type = acpi_drv->flags & ACPI_DRIVER_ALL_NOTIFY_EVENTS ? in acpi_device_remove_notify_handler()
/linux/include/acpi/
H A Dacpi_bus.h176 #define ACPI_DRIVER_ALL_NOTIFY_EVENTS 0x1 /* system AND device events */ macro