OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hpet
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/com32/gplinclude/acpi/
acpi.h
34
#include <acpi/
hpet
.h>
55
#define
HPET
"
HPET
"
85
s_hpet
hpet
;
member in struct:__anon36902
/external/syslinux/com32/hdt/
hdt-cli-acpi.c
109
if (hardware->acpi.
hpet
.valid)
110
show_header(hardware->acpi.
hpet
.address, &hardware->acpi.
hpet
.header);
hdt-menu-acpi.c
89
if (hardware->acpi.
hpet
.valid)
90
compute_table(menu,hardware->acpi.
hpet
.address, &hardware->acpi.
hpet
.header);
hdt-dump-acpi.c
207
if (acpi->
hpet
.valid) {
211
add_as("acpi.item","
hpet
")
212
add_as("acpi.
hpet
.is_valid",valid)
215
if (acpi->
hpet
.valid==false) {
220
show_header("
hpet
",acpi->
hpet
.address, &acpi->
hpet
.header, config, item);
/external/syslinux/com32/gpllib/acpi/
acpi.c
221
} else if (memcmp(adh.signature,
HPET
, sizeof(
HPET
) - 1) == 0) {
222
DEBUG_PRINT(("
HPET
table found\n"));
223
s_hpet *h = &acpi->
hpet
;
Completed in 282 milliseconds