Searched refs:sysres_ids (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_resource.c | 656 static char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; in acpi_sysres_probe() local 659 ACPI_ID_PROBE(device_get_parent(dev), dev, sysres_ids) == NULL) in acpi_sysres_probe()
|
| HD | acpi.c | 1164 char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; in acpi_sysres_alloc() local 1175 if (ACPI_ID_PROBE(dev, children[i], sysres_ids) != NULL) in acpi_sysres_alloc() 1213 static char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; variable 1237 if (ACPI_ID_PROBE(dev, children[i], sysres_ids) != NULL) in acpi_reserve_resources() 1329 if (ACPI_ID_PROBE(dev, child, sysres_ids) != NULL) in acpi_set_resource()
|