Searched refs:HandlerListHead (Results 1 – 2 of 2) sorted by relevance
224 ACPI_OPERAND_OBJECT *HandlerListHead = NULL; in AcpiEvQueueNotifyRequest() local258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()265 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) in AcpiEvQueueNotifyRequest()287 Info->Notify.HandlerListHead = HandlerListHead; in AcpiEvQueueNotifyRequest()341 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch()
919 union acpi_operand_object *HandlerListHead; member