Lines Matching refs:video_supported
4958 static enum video_access_mode video_supported; variable
4991 video_supported = TPACPI_VIDEO_NONE; in video_init()
4995 video_supported = TPACPI_VIDEO_570; in video_init()
4999 video_supported = TPACPI_VIDEO_770; in video_init()
5002 video_supported = TPACPI_VIDEO_NEW; in video_init()
5005 str_supported(video_supported != TPACPI_VIDEO_NONE), in video_init()
5006 video_supported); in video_init()
5008 return (video_supported != TPACPI_VIDEO_NONE) ? 0 : -ENODEV; in video_init()
5024 switch (video_supported) { in video_outputsw_get()
5070 switch (video_supported) { in video_outputsw_set()
5107 switch (video_supported) { in video_autosw_get()
5139 switch (video_supported) { in video_outputsw_cycle()
5166 switch (video_supported) { in video_expand_toggle()
5186 if (video_supported == TPACPI_VIDEO_NONE) { in video_read()
5206 if (video_supported == TPACPI_VIDEO_NEW) in video_read()
5211 if (video_supported == TPACPI_VIDEO_NEW) in video_read()
5225 if (video_supported == TPACPI_VIDEO_NONE) in video_write()
5244 } else if (video_supported == TPACPI_VIDEO_NEW && in video_write()
5247 } else if (video_supported == TPACPI_VIDEO_NEW && in video_write()