Acpi Prp0001 0 _top_ Jun 2026

(this is not typical syntax, but sometimes seen in debug prints).

; MODULE_DEVICE_TABLE(of, my_dt_ids);

static struct platform_driver my_driver = .driver = .name = "my_driver", .of_match_table = my_dt_ids, .acpi_match_table = ACPI_PTR(my_acpi_ids), , ; acpi prp0001 0

The ACPI ID is a special "generic" identifier used primarily in Linux to bridge the gap between (Advanced Configuration and Power Interface) and Device Tree (this is not typical syntax, but sometimes seen