Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c4788 int autosw; in video_outputsw_set() local
4800 if (autosw < 0) in video_outputsw_set()
4801 return autosw; in video_outputsw_set()
4808 if (!autosw && video_autosw_set(autosw)) { in video_outputsw_set()
4826 int autosw = 0; in video_autosw_get() local
4842 return autosw & 1; in video_autosw_get()
4857 if (autosw < 0) in video_outputsw_cycle()
4858 return autosw; in video_outputsw_cycle()
4877 if (!autosw && video_autosw_set(autosw)) { in video_outputsw_cycle()
4921 if (autosw < 0) in video_read()
[all …]