Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dacpi.h810 struct acpi_probe_entry;
812 struct acpi_probe_entry *);
829 struct acpi_probe_entry { struct
841 static const struct acpi_probe_entry __acpi_probe_##name \ argument
854 int __acpi_probe_device_table(struct acpi_probe_entry *start, int nr);
858 extern struct acpi_probe_entry ACPI_PROBE_TABLE(t), \
/linux-4.4.14/drivers/acpi/
Dscan.c1959 static struct acpi_probe_entry *ape;
1973 int __init __acpi_probe_device_table(struct acpi_probe_entry *ap_head, int nr) in __acpi_probe_device_table()
/linux-4.4.14/drivers/irqchip/
Dirq-gic.c1305 struct acpi_probe_entry *ape) in gic_validate_dist()