Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/core/
Dfb_cmdline.c20 static char *video_options[FB_MAX] __read_mostly; variable
46 if (video_options[i] == NULL) in fb_get_options()
48 if (!video_options[i][0]) in fb_get_options()
50 opt = video_options[i]; in fb_get_options()
94 if (video_options[i] == NULL) { in video_setup()
95 video_options[i] = options; in video_setup()