Home
last modified time | relevance | path

Searched refs:autosw (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c4802 int autosw; in video_outputsw_set() local
4813 autosw = video_autosw_get(); in video_outputsw_set()
4814 if (autosw < 0) in video_outputsw_set()
4815 return autosw; in video_outputsw_set()
4822 if (!autosw && video_autosw_set(autosw)) { in video_outputsw_set()
4840 int autosw = 0; in video_autosw_get() local
4844 if (!acpi_evalf(vid_handle, &autosw, "SWIT", "d")) in video_autosw_get()
4849 if (!acpi_evalf(vid_handle, &autosw, "^VDEE", "d")) in video_autosw_get()
4856 return autosw & 1; in video_autosw_get()
4868 int autosw = video_autosw_get(); in video_outputsw_cycle() local
[all …]