Searched refs:ec_handle (Results 1 – 4 of 4) sorted by relevance
| /drivers/platform/x86/ |
| A D | samsung-q10.c | 18 static acpi_handle ec_handle; variable 32 status = acpi_evaluate_object(ec_handle, "_Q63", NULL, NULL); in samsungq10_bl_set_intensity() 37 status = acpi_evaluate_object(ec_handle, "_Q64", NULL, NULL); in samsungq10_bl_set_intensity() 134 ec_handle = ec_get_handle(); in samsungq10_init() 136 if (!ec_handle) in samsungq10_init()
|
| A D | toshiba_acpi.c | 2776 acpi_handle ec_handle = ec_get_handle(); in toshiba_acpi_hotkey_work() local 2779 if (!ec_handle) in toshiba_acpi_hotkey_work() 2782 status = acpi_evaluate_object(ec_handle, "NTFY", NULL, NULL); in toshiba_acpi_hotkey_work() 2865 acpi_handle ec_handle; in toshiba_acpi_setup_keyboard() local 2914 ec_handle = ec_get_handle(); in toshiba_acpi_setup_keyboard() 2915 if (ec_handle && acpi_has_method(ec_handle, "NTFY")) { in toshiba_acpi_setup_keyboard()
|
| /drivers/gpu/drm/ |
| A D | drm_privacy_screen_x86.c | 32 acpi_handle ec_handle = NULL; in detect_thinkpad_privacy_screen() local 40 status = acpi_get_devices("PNP0C09", acpi_set_handle, NULL, &ec_handle); in detect_thinkpad_privacy_screen() 41 if (ACPI_FAILURE(status) || !ec_handle) in detect_thinkpad_privacy_screen() 45 status = acpi_evaluate_integer(ec_handle, "HKEY.GSSS", &args, &output); in detect_thinkpad_privacy_screen()
|
| /drivers/platform/x86/lenovo/ |
| A D | thinkpad_acpi.c | 585 static acpi_handle ec_handle; variable 4892 res = acpi_evalf(ec_handle, NULL, "_Q16", "v"); in video_outputsw_cycle() 4916 return acpi_evalf(ec_handle, NULL, "_Q17", "v") ? in video_expand_toggle() 5280 if (!acpi_evalf(ec_handle, &status, "KBLT", "d")) in light_get_status() 5348 acpi_evalf(ec_handle, NULL, "KBLT", "qv"); in light_init() 5572 if (!acpi_evalf(ec_handle, in led_get_status() 6165 if (!acpi_evalf(ec_handle, NULL, "UPDT", "v")) in thermal_get_sensor() 6167 if (!acpi_evalf(ec_handle, &t, tmpi, "d")) in thermal_get_sensor() 6177 if (!acpi_evalf(ec_handle, &t, tmpi, "d")) in thermal_get_sensor() 7264 if (!acpi_evalf(ec_handle, &result, "SAUM", "qdd", in volume_set_software_mute() [all …]
|
Completed in 36 milliseconds