Searched refs:HandlerListId (Results 1 – 2 of 2) sorted by relevance
117 UINT8 HandlerListId = 0; in AcpiEvQueueNotifyRequest() local135 HandlerListId = ACPI_SYSTEM_HANDLER_LIST; in AcpiEvQueueNotifyRequest()139 HandlerListId = ACPI_DEVICE_HANDLER_LIST; in AcpiEvQueueNotifyRequest()149 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()156 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) in AcpiEvQueueNotifyRequest()177 Info->Notify.HandlerListId = HandlerListId; in AcpiEvQueueNotifyRequest()179 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; in AcpiEvQueueNotifyRequest()239 HandlerObj = HandlerObj->Notify.Next[Info->Notify.HandlerListId]; in AcpiEvNotifyDispatch()
785 UINT8 HandlerListId; member