Searched refs:acpi_hw_gpe_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | hwgpe.c | 29 * FUNCTION: acpi_hw_gpe_read 43 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 D | achware.h | 81 acpi_status acpi_hw_gpe_read(u64 *value, struct acpi_gpe_address *reg);
|
H A D | evgpe.c | 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()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | hwgpe.c | 29 * FUNCTION: acpi_hw_gpe_read 43 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 D | achware.h | 81 acpi_status acpi_hw_gpe_read(u64 *value, struct acpi_gpe_address *reg);
|
H A D | evgpe.c | 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()
|
Completed in 5 milliseconds