Home
last modified time | relevance | path

Searched refs:apmt (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/acpi/arm64/
H A Dapmt.c120 struct acpi_table_apmt *apmt; in apmt_init_platform_devices() local
126 * apmt_table and apmt both point to the start of APMT table, but in apmt_init_platform_devices()
129 apmt = (struct acpi_table_apmt *)apmt_table; in apmt_init_platform_devices()
130 offset = sizeof(*apmt); in apmt_init_platform_devices()
131 end = apmt->header.length; in apmt_init_platform_devices()
134 apmt_node = ACPI_ADD_PTR(struct acpi_apmt_node, apmt, in apmt_init_platform_devices()
159 * APMT table nodes will be used at runtime after the apmt init, in acpi_apmt_init()

Completed in 1 milliseconds