Home
last modified time | relevance | path

Searched refs:acpi_hw_gpe_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dhwgpe.c43 acpi_status acpi_hw_gpe_read(u64 *value, struct acpi_gpe_address *reg) in acpi_hw_gpe_read() function
152 status = acpi_hw_gpe_read(&enable_mask, in acpi_hw_low_set_gpe()
300 status = acpi_hw_gpe_read(&in_byte, &gpe_register_info->enable_address); in acpi_hw_get_gpe_status()
311 status = acpi_hw_gpe_read(&in_byte, &gpe_register_info->status_address); in acpi_hw_get_gpe_status()
554 status = acpi_hw_gpe_read(&in_enable, in acpi_hw_get_gpe_block_status()
560 status = acpi_hw_gpe_read(&in_status, in acpi_hw_get_gpe_block_status()
H A Dachware.h81 acpi_status acpi_hw_gpe_read(u64 *value, struct acpi_gpe_address *reg);
H A Devgpe.c659 status = acpi_hw_gpe_read(&enable_reg, &gpe_register_info->enable_address); in acpi_ev_detect_gpe()
666 status = acpi_hw_gpe_read(&status_reg, &gpe_register_info->status_address); in acpi_ev_detect_gpe()