Lines Matching defs:handle
79 acpi_handle handle = ACPI_HANDLE(dev);
84 status = acpi_evaluate_integer(handle, "VGBS", NULL, &vgbs);
149 static void notify_handler(acpi_handle handle, u32 event, void *context)
259 static bool intel_vbtn_has_switches(acpi_handle handle, bool dual_accel)
271 status = acpi_evaluate_integer(handle, "VGBS", NULL, &vgbs);
277 acpi_handle handle = ACPI_HANDLE(&device->dev);
284 has_buttons = acpi_has_method(handle, "VBDL");
285 has_switches = intel_vbtn_has_switches(handle, dual_accel);
307 status = acpi_install_notify_handler(handle,
315 status = acpi_evaluate_object(handle, "VBDL", NULL, NULL);
332 acpi_handle handle = ACPI_HANDLE(&device->dev);
335 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler);
386 check_acpi_dev(acpi_handle handle, u32 lvl, void *context, void **rv)
389 struct acpi_device *dev = acpi_fetch_acpi_dev(handle);