Lines Matching defs:address
27 acpi_gpe_handler address, void *context);
381 * PARAMETERS: address - Address of the handler
389 acpi_status acpi_install_sci_handler(acpi_sci_handler address, void *context)
398 if (!address) {
409 new_sci_handler->address = address;
425 if (address == sci_handler->address) {
456 * PARAMETERS: address - Address of the handler
463 acpi_status acpi_remove_sci_handler(acpi_sci_handler address)
472 if (!address) {
488 if (next_sci_handler->address == address) {
706 * address - Address of the handler
720 acpi_gpe_handler address, void *context)
731 if ((!address) || (type & ~ACPI_GPE_XRUPT_TYPE_MASK)) {
768 handler->address = address;
830 * address - Address of the handler
842 u32 type, acpi_gpe_handler address, void *context)
849 FALSE, address, context);
865 * address - Address of the handler
876 u32 type, acpi_gpe_handler address, void *context)
883 TRUE, address, context);
897 * address - Address of the handler
906 u32 gpe_number, acpi_gpe_handler address)
917 if (!address) {
948 if (gpe_event_info->dispatch.handler->address != address) {