Lines Matching full:fixed

288  * PARAMETERS:  Event           - The fixed eventto be enabled  in ACPI_EXPORT_SYMBOL()
293 * DESCRIPTION: Enable an ACPI event (fixed) in ACPI_EXPORT_SYMBOL()
309 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
316 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
324 * Enable the requested fixed event (by writing a one to the enable in ACPI_EXPORT_SYMBOL()
361 * PARAMETERS: Event - The fixed event to be disabled in ACPI_EXPORT_SYMBOL()
366 * DESCRIPTION: Disable an ACPI event (fixed) in ACPI_EXPORT_SYMBOL()
382 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
389 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
397 * Disable the requested fixed event (by writing a zero to the enable in ACPI_EXPORT_SYMBOL()
432 * PARAMETERS: Event - The fixed event to be cleared in ACPI_EXPORT_SYMBOL()
436 * DESCRIPTION: Clear an ACPI event (fixed) in ACPI_EXPORT_SYMBOL()
450 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
457 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
465 * Clear the requested fixed event (By writing a one to the status in ACPI_EXPORT_SYMBOL()
482 * PARAMETERS: Event - The fixed event in ACPI_EXPORT_SYMBOL()
510 /* Decode the Fixed Event */ in ACPI_EXPORT_SYMBOL()
517 /* Fixed event currently can be dispatched? */ in ACPI_EXPORT_SYMBOL()
524 /* Fixed event currently enabled? */ in ACPI_EXPORT_SYMBOL()
539 /* Fixed event currently active? */ in ACPI_EXPORT_SYMBOL()