Searched refs:acpi_hw_gpe_write (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | hwgpe.c | 38 * LIMITATIONS: <These limitations also apply to acpi_hw_gpe_write> 70 * FUNCTION: acpi_hw_gpe_write 81 acpi_status acpi_hw_gpe_write(u64 value, struct acpi_gpe_address *reg) in acpi_hw_gpe_write() function 192 status = acpi_hw_gpe_write(enable_mask, in acpi_hw_low_set_gpe() 231 status = acpi_hw_gpe_write(register_bit, in acpi_hw_clear_gpe() 347 status = acpi_hw_gpe_write(enable_mask, in acpi_hw_gpe_enable_write() 415 status = acpi_hw_gpe_write(0xFF, in acpi_hw_clear_gpe_block()
|
H A D | evgpeblk.c | 248 status = acpi_hw_gpe_write(0x00, &this_register->enable_address); in acpi_ev_create_gpe_info_blocks() 255 status = acpi_hw_gpe_write(0xFF, &this_register->status_address); in acpi_ev_create_gpe_info_blocks()
|
H A D | achware.h | 83 acpi_status acpi_hw_gpe_write(u64 value, struct acpi_gpe_address *reg);
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | hwgpe.c | 38 * LIMITATIONS: <These limitations also apply to acpi_hw_gpe_write> 70 * FUNCTION: acpi_hw_gpe_write 81 acpi_status acpi_hw_gpe_write(u64 value, struct acpi_gpe_address *reg) in acpi_hw_gpe_write() function 192 status = acpi_hw_gpe_write(enable_mask, in acpi_hw_low_set_gpe() 231 status = acpi_hw_gpe_write(register_bit, in acpi_hw_clear_gpe() 347 status = acpi_hw_gpe_write(enable_mask, in acpi_hw_gpe_enable_write() 415 status = acpi_hw_gpe_write(0xFF, in acpi_hw_clear_gpe_block()
|
H A D | evgpeblk.c | 248 status = acpi_hw_gpe_write(0x00, &this_register->enable_address); in acpi_ev_create_gpe_info_blocks() 255 status = acpi_hw_gpe_write(0xFF, &this_register->status_address); in acpi_ev_create_gpe_info_blocks()
|
H A D | achware.h | 83 acpi_status acpi_hw_gpe_write(u64 value, struct acpi_gpe_address *reg);
|
Completed in 7 milliseconds