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