Lines Matching defs:handle

88 	acpi_handle handle = link->device->handle;
99 acpi_handle_debug(handle,
107 acpi_handle_debug(handle,
125 acpi_handle_debug(handle,
133 acpi_handle_debug(handle,
147 acpi_handle_debug(handle, "_PRS resource type 0x%x is not IRQ\n",
157 acpi_handle handle = link->device->handle;
160 status = acpi_walk_resources(handle, METHOD_NAME__PRS,
163 acpi_handle_debug(handle, "_PRS not present or invalid");
167 acpi_handle_debug(handle, "Found %d possible IRQs\n",
230 acpi_handle handle = link->device->handle;
242 acpi_handle_err(handle, "Unable to read status\n");
247 acpi_handle_debug(handle, "Link disabled\n");
256 status = acpi_walk_resources(handle, METHOD_NAME__CRS,
259 acpi_evaluation_failure_warn(handle, "_CRS", status);
265 acpi_handle_err(handle, "_CRS returned 0\n");
271 acpi_handle_debug(handle, "Link at IRQ %d \n", link->irq.active);
284 acpi_handle handle = link->device->handle;
333 acpi_handle_err(handle, "Invalid resource type %d\n",
343 status = acpi_set_current_resources(link->device->handle, &buffer);
347 acpi_evaluation_failure_warn(handle, "_SRS", status);
355 acpi_handle_err(handle, "Unable to read status\n");
359 acpi_handle_warn(handle, "Disabled and referenced, BIOS bug\n");
376 acpi_handle_warn(handle, "BIOS reported IRQ %d, using IRQ %d\n",
381 acpi_handle_debug(handle, "Set IRQ %d\n", link->irq.active);
530 acpi_handle handle = link->device->handle;
553 acpi_handle_warn(handle, "_CRS %d not found in _PRS\n",
578 acpi_handle_err(handle,
585 acpi_handle_err(handle,
593 acpi_handle_info(handle, "Enabled at IRQ %d\n",
606 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering,
609 struct acpi_device *device = acpi_fetch_acpi_dev(handle);
613 acpi_handle_err(handle, "Invalid link device\n");
619 acpi_handle_err(handle, "Invalid link context\n");
625 acpi_handle_err(handle, "Invalid index %d\n", index);
637 acpi_handle_err(handle, "Link active IRQ is 0!\n");
649 acpi_handle_debug(handle, "Link is referenced\n");
657 int acpi_pci_link_free_irq(acpi_handle handle)
659 struct acpi_device *device = acpi_fetch_acpi_dev(handle);
663 acpi_handle_err(handle, "Invalid link device\n");
669 acpi_handle_err(handle, "Invalid link context\n");
676 acpi_handle_err(handle, "Link isn't initialized\n");
691 acpi_handle_debug(handle, "Link is dereferenced\n");
694 acpi_evaluate_object(link->device->handle, "_DIS", NULL, NULL);
707 acpi_handle handle = device->handle;
734 acpi_handle_debug(handle, "Possible IRQ %d\n",
745 acpi_evaluate_object(handle, "_DIS", NULL, NULL);