Searched refs:sysres_ids (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/acpica/ |
| HD | acpi_resource.c | 646 static char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; in acpi_sysres_probe() local 649 ACPI_ID_PROBE(device_get_parent(dev), dev, sysres_ids) == NULL) in acpi_sysres_probe()
|
| HD | acpi.c | 1110 char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; in acpi_sysres_alloc() local 1121 if (ACPI_ID_PROBE(dev, children[i], sysres_ids) != NULL) in acpi_sysres_alloc() 1159 static char *sysres_ids[] = { "PNP0C01", "PNP0C02", NULL }; variable 1183 if (ACPI_ID_PROBE(dev, children[i], sysres_ids) != NULL) in acpi_reserve_resources() 1275 if (ACPI_ID_PROBE(dev, child, sysres_ids) != NULL) in acpi_set_resource()
|