Lines Matching full:fixed
4 * Module Name: evevent - Fixed Event handling and dispatch
30 * DESCRIPTION: Initialize global data structures for ACPI events (Fixed, GPE)
40 /* If Hardware Reduced flag is set, there are no fixed events */ in acpi_ev_initialize_events()
47 * Initialize the Fixed and General Purpose Events. This is done prior to in acpi_ev_initialize_events()
54 "Unable to initialize fixed events")); in acpi_ev_initialize_events()
122 * DESCRIPTION: Install the fixed event handlers and disable all fixed events.
132 * Initialize the structure that keeps track of fixed event handlers and in acpi_ev_fixed_event_initialize()
133 * disable all of the fixed events. in acpi_ev_fixed_event_initialize()
139 /* Disable the fixed event */ in acpi_ev_fixed_event_initialize()
163 * DESCRIPTION: Checks the PM status register for active fixed events
178 * Read the fixed feature status and enable registers, as all the cases in acpi_ev_fixed_event_detect()
189 "Fixed Event Block: Enable %08X Status %08X\n", in acpi_ev_fixed_event_detect()
193 * Check for all possible Fixed Events and dispatch those that are active in acpi_ev_fixed_event_detect()
256 "No installed handler for fixed event - %s (%u), disabling", in acpi_ev_fixed_event_dispatch()
262 /* Invoke the Fixed Event handler */ in acpi_ev_fixed_event_dispatch()
276 * DESCRIPTION: Checks the PM status register for active fixed events
298 * Check for all possible Fixed Events and dispatch those that are active in acpi_any_fixed_event_status_set()