Home | History | Annotate | Download | only in acpi

Lines Matching refs:resc

2144 	ACPI_RESOURCE *resp, *resc, *resn;
2163 resc = bufc.Pointer;
2164 while (resc->Type != ACPI_RESOURCE_TYPE_END_TAG &&
2166 while (resc->Type != resp->Type && resp->Type != ACPI_RESOURCE_TYPE_END_TAG)
2171 resn->Type = resc->Type;
2172 switch (resc->Type) {
2206 "%s: invalid type %u\n", __func__, resc->Type);
2210 resc = ACPI_NEXT_RESOURCE(resc);
2224 if (resc->Type != ACPI_RESOURCE_TYPE_END_TAG) {
2226 "%s: resc not exhausted\n", __func__);