Searched refs:HandlerListId (Results 1 – 2 of 2) sorted by relevance
226 UINT8 HandlerListId = 0; in AcpiEvQueueNotifyRequest() local244 HandlerListId = ACPI_SYSTEM_HANDLER_LIST; in AcpiEvQueueNotifyRequest()248 HandlerListId = ACPI_DEVICE_HANDLER_LIST; in AcpiEvQueueNotifyRequest()258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()265 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) in AcpiEvQueueNotifyRequest()286 Info->Notify.HandlerListId = HandlerListId; in AcpiEvQueueNotifyRequest()288 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; in AcpiEvQueueNotifyRequest()348 HandlerObj = HandlerObj->Notify.Next[Info->Notify.HandlerListId]; in AcpiEvNotifyDispatch()
927 UINT8 HandlerListId; member