Searched refs:autosw (Results 1 – 1 of 1) sorted by relevance
5067 int autosw; in video_outputsw_set() local5078 autosw = video_autosw_get(); in video_outputsw_set()5079 if (autosw < 0) in video_outputsw_set()5080 return autosw; in video_outputsw_set()5087 if (!autosw && video_autosw_set(autosw)) { in video_outputsw_set()5105 int autosw = 0; in video_autosw_get() local5109 if (!acpi_evalf(vid_handle, &autosw, "SWIT", "d")) in video_autosw_get()5114 if (!acpi_evalf(vid_handle, &autosw, "^VDEE", "d")) in video_autosw_get()5121 return autosw & 1; in video_autosw_get()5133 int autosw = video_autosw_get(); in video_outputsw_cycle() local[all …]