Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/
Dcmdline.c83 bool __video_get_options(const char *name, const char **options, bool is_of) in __video_get_options() function
98 EXPORT_SYMBOL(__video_get_options);
/Linux-v6.6/include/video/
Dcmdline.h12 bool __video_get_options(const char *name, const char **option, bool is_of);
/Linux-v6.6/drivers/video/fbdev/core/
Dfb_cmdline.c45 enabled = __video_get_options(name, &options, is_of); in fb_get_options()