Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Docfb.c72 char *curr_opt; in ocfb_setup() local
77 while ((curr_opt = strsep(&options, ",")) != NULL) { in ocfb_setup()
78 if (!*curr_opt) in ocfb_setup()
80 mode_option = curr_opt; in ocfb_setup()