Home
last modified time | relevance | path

Searched refs:ap_head (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/riscv/
H A Dirq.c47 void arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr) in arch_sort_irqchip_probe() argument
49 struct acpi_probe_entry *ape = ap_head; in arch_sort_irqchip_probe()
/linux/drivers/acpi/
H A Dscan.c2780 void __weak arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr) { } in arch_sort_irqchip_probe() argument
2782 int __init __acpi_probe_device_table(struct acpi_probe_entry *ap_head, int nr) in __acpi_probe_device_table() argument
2790 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()