Searched refs:ap_head (Results 1 – 2 of 2) sorted by relevance
47 void arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr) in arch_sort_irqchip_probe() argument49 struct acpi_probe_entry *ape = ap_head; in arch_sort_irqchip_probe()
2780 void __weak arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr) { } in arch_sort_irqchip_probe() argument2782 int __init __acpi_probe_device_table(struct acpi_probe_entry *ap_head, int nr) in __acpi_probe_device_table() argument2790 arch_sort_irqchip_probe(ap_head, nr); in __acpi_probe_device_table()2791 for (ape = ap_head; nr; ape++, nr--) { in __acpi_probe_device_table()