Searched refs:sysres_ids (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_resource.c | 834 static char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; in acpi_sysres_probe() local 839 rv = ACPI_ID_PROBE(device_get_parent(dev), dev, sysres_ids, NULL); in acpi_sysres_probe()
|
H A D | acpi.c | 101 static char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; variable 1355 if (ACPI_ID_PROBE(dev, children[i], sysres_ids, NULL) <= 0) in acpi_sysres_alloc() 1414 if (ACPI_ID_PROBE(dev, children[i], sysres_ids, NULL) <= 0) in acpi_reserve_resources()
|