Lines Matching full:fixed

134  * PARAMETERS:  event           - The fixed eventto be enabled  in ACPI_EXPORT_SYMBOL()
139 * DESCRIPTION: Enable an ACPI event (fixed) in ACPI_EXPORT_SYMBOL()
149 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
155 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
162 * Enable the requested fixed event (by writing a one to the enable in ACPI_EXPORT_SYMBOL()
197 * PARAMETERS: event - The fixed event to be disabled in ACPI_EXPORT_SYMBOL()
202 * DESCRIPTION: Disable an ACPI event (fixed) in ACPI_EXPORT_SYMBOL()
212 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
218 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
225 * Disable the requested fixed event (by writing a zero to the enable in ACPI_EXPORT_SYMBOL()
258 * PARAMETERS: event - The fixed event to be cleared in ACPI_EXPORT_SYMBOL()
262 * DESCRIPTION: Clear an ACPI event (fixed) in ACPI_EXPORT_SYMBOL()
271 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
277 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
284 * Clear the requested fixed event (By writing a one to the status in ACPI_EXPORT_SYMBOL()
300 * PARAMETERS: event - The fixed event in ACPI_EXPORT_SYMBOL()
321 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
327 /* Fixed event currently can be dispatched? */ in ACPI_EXPORT_SYMBOL()
333 /* Fixed event currently enabled? */ in ACPI_EXPORT_SYMBOL()
347 /* Fixed event currently active? */ in ACPI_EXPORT_SYMBOL()