Searched refs:is_of (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/video/fbdev/core/
H A Dfb_cmdline.c39 bool is_of = false; local
43 is_of = strncmp(name, "offb", 4);
45 enabled = __video_get_options(name, &options, is_of);
/linux-master/include/video/
H A Dcmdline.h13 bool __video_get_options(const char *name, const char **option, bool is_of);
/linux-master/drivers/video/
H A Dcmdline.c84 bool __video_get_options(const char *name, const char **options, bool is_of) argument
89 if (video_of_only && !is_of)

Completed in 236 milliseconds