Lines Matching refs:ec_handle
518 static acpi_handle ec_handle; variable
4841 res = acpi_evalf(ec_handle, NULL, "_Q16", "v"); in video_outputsw_cycle()
4865 return acpi_evalf(ec_handle, NULL, "_Q17", "v") ? in video_expand_toggle()
5000 if (!acpi_evalf(ec_handle, &status, "KBLT", "d")) in light_get_status()
5082 acpi_evalf(ec_handle, NULL, "KBLT", "qv"); in light_init()
5303 if (!acpi_evalf(ec_handle, in led_get_status()
5531 status = acpi_get_handle(ec_handle, "SLED", &led_handle); in led_init_detect_mode()
5536 status = acpi_get_handle(ec_handle, "SYSL", &led_handle); in led_init_detect_mode()
5542 status = acpi_get_handle(ec_handle, "LED", &led_handle); in led_init_detect_mode()
5812 if (!acpi_evalf(ec_handle, NULL, "UPDT", "v")) in thermal_get_sensor()
5814 if (!acpi_evalf(ec_handle, &t, tmpi, "d")) in thermal_get_sensor()
5824 if (!acpi_evalf(ec_handle, &t, tmpi, "d")) in thermal_get_sensor()
5974 acpi_tmp7 = acpi_evalf(ec_handle, NULL, "TMP7", "qv"); in thermal_init()
6018 acpi_evalf(ec_handle, NULL, "UPDT", "qv")) { in thermal_init()
6941 if (!acpi_evalf(ec_handle, &software_mute_orig_mode, in volume_set_software_mute()
6950 if (!acpi_evalf(ec_handle, &result, "SAUM", "qdd", in volume_set_software_mute()
6979 if (!acpi_evalf(ec_handle, &r, "SAUM", "qdd", software_mute_orig_mode) in volume_exit_software_mute()
9143 tpacpi_acpi_handle_locate("ec", TPACPI_ACPI_EC_HID, &ec_handle); in probe_for_thinkpad()
9144 if (!ec_handle) { in probe_for_thinkpad()