Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/logo/
Dlogo.c43 const struct linux_logo * __ref fb_find_logo(int depth) in fb_find_logo() function
105 EXPORT_SYMBOL_GPL(fb_find_logo);
/Linux-v4.19/include/linux/
Dlinux_logo.h49 extern const struct linux_logo *fb_find_logo(int depth);
/Linux-v4.19/drivers/video/console/
Dnewport_con.c102 const struct linux_logo *logo = fb_find_logo(8); in newport_show_logo()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbmem.c623 fb_logo.logo = fb_find_logo(depth); in fb_prepare_logo()