Lines Matching defs:handle
45 acpi_handle *handle;
65 static int acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...)
116 status = acpi_evaluate_object(handle, method, ¶ms, resultp);
148 static void dispatch_acpi_notify(acpi_handle handle, u32 event, void *data)
161 if (!*sub_driver->handle)
164 sub_driver->device = acpi_fetch_acpi_dev(*sub_driver->handle);
174 status = acpi_install_notify_handler(*sub_driver->handle,
210 * Only if the firmware supports SW_LID event model, we can handle the
457 * This hotkey driver handle backlight event when
533 acpi_remove_notify_handler(*sub_driver->handle,
545 .handle = &hotkey_handle,