Lines Matching refs:video_supported
5039 static enum video_access_mode video_supported; variable
5072 video_supported = TPACPI_VIDEO_NONE; in video_init()
5076 video_supported = TPACPI_VIDEO_570; in video_init()
5080 video_supported = TPACPI_VIDEO_770; in video_init()
5083 video_supported = TPACPI_VIDEO_NEW; in video_init()
5086 str_supported(video_supported != TPACPI_VIDEO_NONE), in video_init()
5087 video_supported); in video_init()
5089 return (video_supported != TPACPI_VIDEO_NONE) ? 0 : -ENODEV; in video_init()
5105 switch (video_supported) { in video_outputsw_get()
5151 switch (video_supported) { in video_outputsw_set()
5188 switch (video_supported) { in video_autosw_get()
5220 switch (video_supported) { in video_outputsw_cycle()
5247 switch (video_supported) { in video_expand_toggle()
5267 if (video_supported == TPACPI_VIDEO_NONE) { in video_read()
5287 if (video_supported == TPACPI_VIDEO_NEW) in video_read()
5292 if (video_supported == TPACPI_VIDEO_NEW) in video_read()
5306 if (video_supported == TPACPI_VIDEO_NONE) in video_write()
5325 } else if (video_supported == TPACPI_VIDEO_NEW && in video_write()
5328 } else if (video_supported == TPACPI_VIDEO_NEW && in video_write()