Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/logo/
Dlogo.c44 const struct linux_logo * __ref fb_find_logo(int depth) in fb_find_logo() function
106 EXPORT_SYMBOL_GPL(fb_find_logo);
/Linux-v6.6/include/linux/
Dlinux_logo.h49 extern const struct linux_logo *fb_find_logo(int depth);
/Linux-v6.6/drivers/video/console/
Dnewport_con.c99 const struct linux_logo *logo = fb_find_logo(8); in newport_show_logo()
/Linux-v6.6/drivers/video/fbdev/core/
Dfbmem.c637 fb_logo.logo = fb_find_logo(depth); in fb_prepare_logo()