Lines Matching refs:handle
154 status = acpi_evaluate_integer(device->handle, "FUNC", &arg_list, in call_fext_func()
157 acpi_handle_err(device->handle, "Failed to evaluate FUNC\n"); in call_fext_func()
161 acpi_handle_debug(device->handle, in call_fext_func()
177 if (acpi_has_method(device->handle, "SBL2")) in set_lcd_level()
190 acpi_handle_debug(device->handle, "set lcd level via %s [%d]\n", method, in set_lcd_level()
196 status = acpi_execute_simple_method(device->handle, method, level); in set_lcd_level()
198 acpi_handle_err(device->handle, "Failed to evaluate %s\n", in set_lcd_level()
214 acpi_handle_debug(device->handle, "get lcd level via GBLL\n"); in get_lcd_level()
216 status = acpi_evaluate_integer(device->handle, "GBLL", NULL, &state); in get_lcd_level()
231 acpi_handle_debug(device->handle, "get max lcd level via RBLL\n"); in get_max_brightness()
233 status = acpi_evaluate_integer(device->handle, "RBLL", NULL, &state); in get_max_brightness()
424 acpi_handle_info(device->handle, "unsupported event [0x%x]\n", in acpi_fujitsu_bl_notify()
434 acpi_handle_debug(device->handle, in acpi_fujitsu_bl_notify()
801 acpi_handle_debug(device->handle, "Discarded %i ringbuffer entries\n", in acpi_fujitsu_laptop_add()
817 acpi_handle_info(device->handle, "BTNI: [0x%x]\n", in acpi_fujitsu_laptop_add()
900 acpi_handle_info(device->handle, "Unsupported event [0x%x]\n", in acpi_fujitsu_laptop_notify()
919 acpi_handle_info(device->handle, in acpi_fujitsu_laptop_notify()