Lines Matching defs:handle
42 check_slot(acpi_handle handle, unsigned long long *sun)
49 acpi_get_name(handle, ACPI_FULL_PATHNAME, &buffer);
54 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
59 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr);
67 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun);
81 * Check whether handle has an associated slot and create PCI slot if it has.
84 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv)
93 device = check_slot(handle, &sun);
132 acpi_handle handle = ACPI_HANDLE(bus->bridge);
134 if (handle) {
136 acpi_walk_namespace(ACPI_TYPE_DEVICE, handle, 1,