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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c1451 int autosw; local
1462 autosw = video_autosw_get();
1463 if (autosw < 0)
1464 return autosw;
1471 if (!autosw && video_autosw_set(autosw)) {
1489 int autosw = 0; local
1493 if (!acpi_evalf(vid_handle, &autosw, "SWIT", "d"))
1498 if (!acpi_evalf(vid_handle, &autosw, "^VDEE", "d"))
1505 return autosw
1517 int autosw = video_autosw_get(); local
1568 int status, autosw; local
[all...]

Completed in 64 milliseconds