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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c1349 static enum video_access_mode video_supported; variable in typeref:enum:video_access_mode
1376 video_supported = TPACPI_VIDEO_NONE;
1379 video_supported = TPACPI_VIDEO_570;
1382 video_supported = TPACPI_VIDEO_770;
1385 video_supported = TPACPI_VIDEO_NEW;
1388 str_supported(video_supported != TPACPI_VIDEO_NONE),
1389 video_supported);
1391 return (video_supported != TPACPI_VIDEO_NONE)? 0 : 1;
1408 switch (video_supported) {
1454 switch (video_supported) {
[all...]
H A Dthinkpad_acpi.h522 static enum video_access_mode video_supported; variable in typeref:enum:video_access_mode

Completed in 57 milliseconds