Home
last modified time | relevance | path

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

/linux/drivers/acpi/riscv/
H A Dirq.c50 void arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr) in arch_sort_irqchip_probe() argument
52 struct acpi_probe_entry *ape = ap_head; in arch_sort_irqchip_probe()
/linux/drivers/acpi/
H A Dscan.c2857 void __weak arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr) { } in arch_sort_irqchip_probe() argument
2859 int __init __acpi_probe_device_table(struct acpi_probe_entry *ap_head, int nr) in __acpi_probe_device_table() argument
2867 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()
/linux/include/linux/
H A Dacpi.h1389 void arch_sort_irqchip_probe(struct acpi_probe_entry *ap_head, int nr);