Searched refs:acpi_hw_gpe_read (Results 1 – 3 of 3) sorted by relevance
43 acpi_status acpi_hw_gpe_read(u64 *value, struct acpi_gpe_address *reg) in acpi_hw_gpe_read() function152 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()
659 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()
81 acpi_status acpi_hw_gpe_read(u64 *value, struct acpi_gpe_address *reg);