Home | History | Annotate | Download | only in acpi

Lines Matching defs:resource

62  * own ACPI resource.  _PRT entries specify which link is being used via
69 * resource list indicating these assumptions:
71 * Resource Index
205 "%s: Multiple dependent functions within a current resource",
305 * Stash a copy of the resource for later use when doing
359 aprint_normal("%s: Warning: possible resource %d "
651 * Find the link structure that corresponds to the resource index passed in
772 "%s: Multiple dependent functions within a current resource",
831 /* Add a new IRQ resource from each link. */
835 /* Build an IRQ resource. */
864 /* Add the new resource to the end of the _SRS buffer. */
899 ACPI_RESOURCE *resource, *end;
912 * Perform acpi_config_intr() on each IRQ resource if it was just
917 resource = (ACPI_RESOURCE *)srsbuf.Pointer;
920 if (resource->Type == ACPI_RESOURCE_TYPE_END_TAG)
922 switch (resource->Type) {
935 resource->Data.ExtendedIrq.Triggering :
936 resource->Data.Irq.Triggering;
938 resource->Data.ExtendedIrq.Polarity :
939 resource->Data.Irq.Polarity;
941 resource->Data.ExtendedIrq.Interrupts[0] :
942 resource->Data.Irq.Interrupts[0];
951 resource = ACPI_NEXT_RESOURCE(resource);
952 if (resource >= end)
1223 * size of new resource and header +
1227 * for some reason we are stuffing a *really* huge resource.
1242 /* Insert the new resource. */