Searched refs:ap_head (Results 1 – 3 of 3) sorted by relevance
50 void arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr) in arch_sort_irqchip_probe() argument52 struct acpi_probe_entry *ape = ap_head; in arch_sort_irqchip_probe()
2857 void __weak arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr) { } in arch_sort_irqchip_probe() argument2859 int __init __acpi_probe_device_table(struct acpi_probe_entry *ap_head, int nr) in __acpi_probe_device_table() argument2867 arch_sort_irqchip_probe(ap_head, nr); in __acpi_probe_device_table()2868 for (ape = ap_head; nr; ape++, nr--) { in __acpi_probe_device_table()
1389 void arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr);