Home
last modified time | relevance | path

Searched refs:ape (Results 1 – 3 of 3) sorted by relevance

/drivers/acpi/
Dscan.c2245 static struct acpi_probe_entry *ape; variable
2252 if (!ape->subtable_valid || ape->subtable_valid(&header->common, ape)) in acpi_match_madt()
2253 if (!ape->probe_subtbl(header, end)) in acpi_match_madt()
2267 for (ape = ap_head; nr; ape++, nr--) { in __acpi_probe_device_table()
2268 if (ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) { in __acpi_probe_device_table()
2270 acpi_table_parse_madt(ape->type, acpi_match_madt, 0); in __acpi_probe_device_table()
2274 res = acpi_table_parse(ape->id, ape->probe_table); in __acpi_probe_device_table()
/drivers/irqchip/
Dirq-gic.c1548 struct acpi_probe_entry *ape) in gic_validate_dist() argument
1553 return (dist->version == ape->driver_data && in gic_validate_dist()
Dirq-gic-v3.c1936 struct acpi_probe_entry *ape) in acpi_validate_gic_table() argument
1942 if (dist->version != ape->driver_data) in acpi_validate_gic_table()