Searched refs:video_supported (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.c4441 static enum video_access_mode video_supported; variable in typeref:enum:video_access_mode
4465 video_supported = TPACPI_VIDEO_NONE;
4469 video_supported = TPACPI_VIDEO_570;
4473 video_supported = TPACPI_VIDEO_770;
4476 video_supported = TPACPI_VIDEO_NEW;
4479 str_supported(video_supported != TPACPI_VIDEO_NONE),
4480 video_supported);
4482 return (video_supported != TPACPI_VIDEO_NONE)? 0 : 1;
4499 switch (video_supported) {
4545 switch (video_supported) {
[all...]

Completed in 106 milliseconds