Searched refs:HandlerListHead (Results 1 – 2 of 2) sorted by relevance
116 ACPI_OPERAND_OBJECT *HandlerListHead = NULL; in AcpiEvQueueNotifyRequest() local150 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()157 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) in AcpiEvQueueNotifyRequest()179 Info->Notify.HandlerListHead = HandlerListHead; in AcpiEvQueueNotifyRequest()233 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch()
809 union acpi_operand_object *HandlerListHead; member