Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccp/
Dsp-platform.c36 static const struct acpi_device_id sp_acpi_match[]; variable
56 match = acpi_match_device(sp_acpi_match, &pdev->dev); in sp_get_acpi_version()
214 static const struct acpi_device_id sp_acpi_match[] = { variable
218 MODULE_DEVICE_TABLE(acpi, sp_acpi_match);
234 .acpi_match_table = sp_acpi_match,