Lines Matching refs:ec_handle
569 static acpi_handle ec_handle; variable
5144 res = acpi_evalf(ec_handle, NULL, "_Q16", "v"); in video_outputsw_cycle()
5168 return acpi_evalf(ec_handle, NULL, "_Q17", "v") ? in video_expand_toggle()
5532 if (!acpi_evalf(ec_handle, &status, "KBLT", "d")) in light_get_status()
5599 acpi_evalf(ec_handle, NULL, "KBLT", "qv"); in light_init()
5823 if (!acpi_evalf(ec_handle, in led_get_status()
6024 status = acpi_get_handle(ec_handle, "SLED", &led_handle); in led_init_detect_mode()
6029 status = acpi_get_handle(ec_handle, "SYSL", &led_handle); in led_init_detect_mode()
6035 status = acpi_get_handle(ec_handle, "LED", &led_handle); in led_init_detect_mode()
6303 if (!acpi_evalf(ec_handle, NULL, "UPDT", "v")) in thermal_get_sensor()
6305 if (!acpi_evalf(ec_handle, &t, tmpi, "d")) in thermal_get_sensor()
6315 if (!acpi_evalf(ec_handle, &t, tmpi, "d")) in thermal_get_sensor()
6507 acpi_tmp7 = acpi_evalf(ec_handle, NULL, "TMP7", "qv"); in thermal_init()
6562 acpi_evalf(ec_handle, NULL, "UPDT", "qv")) { in thermal_init()
7440 if (!acpi_evalf(ec_handle, &software_mute_orig_mode, in volume_set_software_mute()
7449 if (!acpi_evalf(ec_handle, &result, "SAUM", "qdd", in volume_set_software_mute()
7478 if (!acpi_evalf(ec_handle, &r, "SAUM", "qdd", software_mute_orig_mode) in volume_exit_software_mute()
11385 tpacpi_acpi_handle_locate("ec", TPACPI_ACPI_EC_HID, &ec_handle); in probe_for_thinkpad()
11386 if (!ec_handle) { in probe_for_thinkpad()