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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c1372 vid_handle = vid2_handle;
1374 if (!vid_handle)
1377 else if (acpi_evalf(vid_handle, &video_orig_autosw, "SWIT", "qd"))
1380 else if (acpi_evalf(vid_handle, &video_orig_autosw, "^VADL", "qd"))
1469 res = acpi_evalf(vid_handle, NULL,
1493 if (!acpi_evalf(vid_handle, &autosw, "SWIT", "d"))
1498 if (!acpi_evalf(vid_handle, &autosw, "^VDEE", "d"))
1510 if (!acpi_evalf(vid_handle, NULL, "_DOS", "vd", (enable)? 1 : 0))
1535 res = acpi_evalf(vid_handle, NULL, "VSWT", "v");
1555 return acpi_evalf(vid_handle, NUL
[all...]
H A Dthinkpad_acpi.h524 static acpi_handle vid_handle, vid2_handle; variable

Completed in 95 milliseconds