Home
last modified time | relevance | path

Searched refs:video_options (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/
H A Dcmdline.c29 static const char *video_options[FB_MAX] __read_mostly; variable
45 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()
119 for (i = 0; i < ARRAY_SIZE(video_options); i++) { in video_setup()
120 if (!video_options[i]) { in video_setup()
121 video_options[i] = options; in video_setup()