Function uacpi_install_gpe_handler_raw

uacpi_status uacpi_install_gpe_handler_raw(uacpi_namespace_node* gpe_device, uacpi_u16 idx, uacpi_gpe_triggering triggering, uacpi_gpe_handler handler, uacpi_handle ctx)

Description

Installs a raw handler to the provided GPE at 'idx' controlled by device

'gpe_device'. The handler is dispatched immediately after the event is received, status & enable bits are untouched. NOTE: 'gpe_device' may be null for GPEs managed by _GPE