Home
last modified time | relevance | path

Searched refs:handler_guid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/
H A Dprmt.c39 guid_t handler_guid; member
154 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid); in acpi_parse_prmt()
227 int acpi_call_prm_handler(guid_t handler_guid, void *param_buffer) in acpi_call_prm_handler() argument
229 struct prm_handler_info *handler = find_prm_handler(&handler_guid); in acpi_call_prm_handler()
230 struct prm_module_info *module = find_prm_module(&handler_guid); in acpi_call_prm_handler()
285 handler = find_prm_handler(&buffer->handler_guid); in acpi_platformrt_space_handler()
286 module = find_prm_module(&buffer->handler_guid); in acpi_platformrt_space_handler()
315 module = find_prm_module(&buffer->handler_guid); in acpi_platformrt_space_handler()
327 module = find_prm_module(&buffer->handler_guid); in acpi_platformrt_space_handler()
/linux/include/acpi/
H A Dactbl2.h2678 u8 handler_guid[16]; member