Searched refs:video_options (Results 1 – 1 of 1) sorted by relevance
29 static const char *video_options[FB_MAX] __read_mostly; variable45 for (i = 0; i < ARRAY_SIZE(video_options); ++i) { in __video_get_option_string()46 if (!video_options[i]) in __video_get_option_string()48 if (video_options[i][0] == '\0') in __video_get_option_string()50 opt = video_options[i]; in __video_get_option_string()121 for (i = 0; i < ARRAY_SIZE(video_options); i++) { in video_setup()122 if (!video_options[i]) { in video_setup()123 video_options[i] = options; in video_setup()