Searched refs:ec_handle (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H 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() 136 ec_handle = ec_get_handle(); in samsungq10_init() 138 if (!ec_handle) in samsungq10_init()
|
| H A D | thinkpad_acpi.c | 540 static acpi_handle ec_handle; variable 5137 res = acpi_evalf(ec_handle, NULL, "_Q16", "v"); in video_outputsw_cycle() 5161 return acpi_evalf(ec_handle, NULL, "_Q17", "v") ? in video_expand_toggle() 5525 if (!acpi_evalf(ec_handle, &status, "KBLT", "d")) in light_get_status() 5592 acpi_evalf(ec_handle, NULL, "KBLT", "qv"); in light_init() 5812 if (!acpi_evalf(ec_handle, in led_get_status() 6012 status = acpi_get_handle(ec_handle, "SLED", &led_handle); in led_init_detect_mode() 6017 status = acpi_get_handle(ec_handle, "SYSL", &led_handle); in led_init_detect_mode() 6023 status = acpi_get_handle(ec_handle, "LED", &led_handle); in led_init_detect_mode() 6293 if (!acpi_evalf(ec_handle, NULL, "UPDT", "v")) in thermal_get_sensor() [all …]
|
| H A D | toshiba_acpi.c | 2673 acpi_handle ec_handle = ec_get_handle(); in toshiba_acpi_hotkey_work() local 2676 if (!ec_handle) in toshiba_acpi_hotkey_work() 2679 status = acpi_evaluate_object(ec_handle, "NTFY", NULL, NULL); in toshiba_acpi_hotkey_work() 2762 acpi_handle ec_handle; in toshiba_acpi_setup_keyboard() local 2810 ec_handle = ec_get_handle(); in toshiba_acpi_setup_keyboard() 2811 if (ec_handle && acpi_has_method(ec_handle, "NTFY")) { in toshiba_acpi_setup_keyboard()
|