Searched refs:notify_info (Results 1 – 2 of 2) sorted by relevance
110 union acpi_generic_state *notify_info; in acpi_ev_queue_notify_request() local170 notify_info = acpi_ut_create_generic_state(); in acpi_ev_queue_notify_request()171 if (!notify_info) { in acpi_ev_queue_notify_request()183 notify_info->common.descriptor_type = in acpi_ev_queue_notify_request()185 notify_info->notify.node = node; in acpi_ev_queue_notify_request()186 notify_info->notify.value = (u16) notify_value; in acpi_ev_queue_notify_request()187 notify_info->notify.handler_obj = handler_obj; in acpi_ev_queue_notify_request()191 notify_info); in acpi_ev_queue_notify_request()193 acpi_ut_delete_generic_state(notify_info); in acpi_ev_queue_notify_request()222 union acpi_generic_state *notify_info = in acpi_ev_notify_dispatch() local[all …]
80 struct notify_info { struct94 struct notify_info notify; /* Unmap notification */ argument