Searched refs:sysres_ids (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/acpica/ |
| D | acpi_resource.c | 735 static char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; in acpi_sysres_probe() local 738 ACPI_ID_PROBE(device_get_parent(dev), dev, sysres_ids) == NULL) in acpi_sysres_probe()
|
| D | acpi.c | 99 static char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; variable 1208 if (ACPI_ID_PROBE(dev, children[i], sysres_ids) != NULL) in acpi_sysres_alloc() 1267 if (ACPI_ID_PROBE(dev, children[i], sysres_ids) != NULL) in acpi_reserve_resources() 1369 if (ACPI_ID_PROBE(dev, child, sysres_ids) != NULL) in acpi_set_resource()
|