Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clocksource/
Dtimer-probe.c41 timers += acpi_probe_device_table(timer); in timer_probe()
/linux-6.1.9/drivers/irqchip/
Dirqchip.c32 acpi_probe_device_table(irqchip); in irqchip_init()
/linux-6.1.9/include/linux/
Dacpi.h1341 #define acpi_probe_device_table(t) \ macro
1412 #define acpi_probe_device_table(t) ({ int __r = 0; __r;}) macro