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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c4542 int autosw; local
4553 autosw = video_autosw_get();
4554 if (autosw < 0)
4555 return autosw;
4562 if (!autosw && video_autosw_set(autosw)) {
4581 int autosw = 0; local
4585 if (!acpi_evalf(vid_handle, &autosw, "SWIT", "d"))
4590 if (!acpi_evalf(vid_handle, &autosw, "^VDEE", "d"))
4597 return autosw
4609 int autosw = video_autosw_get(); local
4661 int status, autosw; local
[all...]

Completed in 36 milliseconds