Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c4944 int autosw; in video_outputsw_set() local
4956 if (autosw < 0) in video_outputsw_set()
4957 return autosw; in video_outputsw_set()
4964 if (!autosw && video_autosw_set(autosw)) { in video_outputsw_set()
4982 int autosw = 0; in video_autosw_get() local
4998 return autosw & 1; in video_autosw_get()
5013 if (autosw < 0) in video_outputsw_cycle()
5014 return autosw; in video_outputsw_cycle()
5033 if (!autosw && video_autosw_set(autosw)) { in video_outputsw_cycle()
5077 if (autosw < 0) in video_read()
[all …]