Home | History | Annotate | Download | only in acpidump

Lines Matching refs:Notify

441 acpi_print_hest_notify(ACPI_HEST_NOTIFY *notify)
445 switch (notify->Type) {
483 printf("%d (reserved)", notify->Type);
488 printf("\t\tLength=%d\n", notify->Length);
493 PRINTFLAG(notify->ConfigWriteEnable, TYPE);
494 PRINTFLAG(notify->ConfigWriteEnable, POLL_INTERVAL);
495 PRINTFLAG(notify->ConfigWriteEnable, POLL_THRESHOLD_VALUE);
496 PRINTFLAG(notify->ConfigWriteEnable, POLL_THRESHOLD_WINDOW);
497 PRINTFLAG(notify->ConfigWriteEnable, ERR_THRESHOLD_VALUE);
498 PRINTFLAG(notify->ConfigWriteEnable, ERR_THRESHOLD_WINDOW);
503 printf("\t\tPoll Interval=%d msec\n", notify->PollInterval);
504 printf("\t\tInterrupt Vector=%d\n", notify->Vector);
506 notify->PollingThresholdValue);
508 notify->PollingThresholdWindow);
510 notify->ErrorThresholdValue);
512 notify->ErrorThresholdWindow);
641 acpi_print_hest_notify(&data->Notify);
709 acpi_print_hest_notify(&data->Notify);