Lines Matching defs:handle
36 status = acpi_evaluate_integer(acpi_dev->handle, #object,\
77 status = acpi_execute_simple_method(acpi_dev->handle, "PBOK", seq_no);
123 static long long dptf_participant_type(acpi_handle handle)
128 status = acpi_evaluate_integer(handle, "PTYP", NULL, &ptype);
135 static void dptf_power_notify(acpi_handle handle, u32 event, void *data)
165 if (dptf_participant_type(handle) == 0x0CULL)
182 ptype = dptf_participant_type(acpi_dev->handle);
190 result = acpi_install_notify_handler(acpi_dev->handle,
200 acpi_remove_notify_handler(acpi_dev->handle,
215 acpi_remove_notify_handler(acpi_dev->handle,
219 if (dptf_participant_type(acpi_dev->handle) == 0x0CULL)