Home
last modified time | relevance | path

Searched refs:cp_struct (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/com32/gpllib/acpi/
Dfadt.c48 cp_struct(&f->firmware_ctrl); in parse_fadt()
49 cp_struct(&f->dsdt_address); in parse_fadt()
50 cp_struct(&f->reserved); in parse_fadt()
51 cp_struct(&f->prefered_pm_profile); in parse_fadt()
52 cp_struct(&f->sci_int); in parse_fadt()
53 cp_struct(&f->smi_cmd); in parse_fadt()
54 cp_struct(&f->acpi_enable); in parse_fadt()
55 cp_struct(&f->acpi_disable); in parse_fadt()
56 cp_struct(&f->s4bios_req); in parse_fadt()
57 cp_struct(&f->pstate_cnt); in parse_fadt()
[all …]
Dmadt.c58 cp_struct(&sla->acpi_id); in add_apic_structure()
59 cp_struct(&sla->apic_id); in add_apic_structure()
60 cp_struct(&sla->flags); in add_apic_structure()
67 cp_struct(&sio->io_apic_id); in add_apic_structure()
68 cp_struct(&sio->reserved); in add_apic_structure()
69 cp_struct(&sio->io_apic_address); in add_apic_structure()
70 cp_struct(&sio->global_system_interrupt_base); in add_apic_structure()
83 cp_struct(&siso->global_system_interrupt); in add_apic_structure()
84 cp_struct(&siso->flags); in add_apic_structure()
91 cp_struct(&snmi->flags); in add_apic_structure()
[all …]
Dfacs.c44 cp_struct(&f->length); in parse_facs()
45 cp_struct(&f->hardware_signature); in parse_facs()
46 cp_struct(&f->firmware_waking_vector); in parse_facs()
47 cp_struct(&f->global_lock); in parse_facs()
48 cp_struct(&f->flags); in parse_facs()
49 cp_struct(&f->x_firmware_waking_vector); in parse_facs()
50 cp_struct(&f->version); in parse_facs()
Drsdp.c49 cp_struct(&r->checksum); in search_rsdp()
51 cp_struct(&r->revision); in search_rsdp()
52 cp_struct(&r->rsdt_address); in search_rsdp()
53 cp_struct(&r->length); in search_rsdp()
54 cp_struct(&r->xsdt_address); in search_rsdp()
55 cp_struct(&r->extended_checksum); in search_rsdp()
Decdt.c43 cp_struct(&e->ec_control); in parse_ecdt()
44 cp_struct(&e->ec_data); in parse_ecdt()
45 cp_struct(&e->uid); in parse_ecdt()
46 cp_struct(&e->gpe_bit); in parse_ecdt()
Dsbst.c42 cp_struct(&s->warning_energy_level); in parse_sbst()
43 cp_struct(&s->low_energy_level); in parse_sbst()
44 cp_struct(&s->critical_energy_level); in parse_sbst()
Dacpi.c90 cp_struct(&adh->length); in get_acpi_description_header()
91 cp_struct(&adh->revision); in get_acpi_description_header()
92 cp_struct(&adh->checksum); in get_acpi_description_header()
95 cp_struct(&adh->oem_revision); in get_acpi_description_header()
97 cp_struct(&adh->creator_revision); in get_acpi_description_header()
/external/syslinux/com32/gplinclude/acpi/
Dacpi.h70 #define cp_struct(dest) memcpy(dest,q,sizeof(*dest)); q+=sizeof(*dest) macro