Home
last modified time | relevance | path

Searched refs:logo (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/video/fbdev/core/
H A Dfb_logo.c17 const struct linux_logo *logo) in fb_set_logocmap() argument
24 const unsigned char *clut = logo->clut; in fb_set_logocmap()
33 for (i = 0; i < logo->clutsize; i += n) { in fb_set_logocmap()
34 n = logo->clutsize - i; in fb_set_logocmap()
51 const struct linux_logo *logo, in fb_set_logo_truepalette() argument
60 const unsigned char *clut = logo->clut; in fb_set_logo_truepalette()
74 for (i = 0; i < logo->clutsize; i++) { in fb_set_logo_truepalette()
83 const struct linux_logo *logo, in fb_set_logo_directpalette() argument
93 for (i = 32; i < 32 + logo->clutsize; i++) in fb_set_logo_directpalette()
98 const struct linux_logo *logo, u8 *dst, in fb_set_logo() argument
[all …]
/linux/drivers/video/logo/
H A DKconfig7 bool "Bootup logo"
22 bool "Standard black and white Linux logo"
25 string "Monochrome logo .pbm file"
27 default "drivers/video/logo/logo_superh_mono.pbm" if SUPERH
28 default "drivers/video/logo/logo_linux_mono.pbm"
30 Takes a path to a monochromatic logo in the portable pixmap file
39 bool "Standard 16-color Linux logo"
42 string "16-color logo .ppm file"
44 default "drivers/video/logo/logo_superh_vga16.ppm" if SUPERH
45 default "drivers/video/logo/logo_linux_vga16.ppm"
[all …]
H A Dlogo.c46 const struct linux_logo *logo = NULL; in fb_find_logo() local
53 logo = &logo_linux_mono; in fb_find_logo()
58 logo = &logo_linux_vga16; in fb_find_logo()
63 logo = &logo_linux_clut224; in fb_find_logo()
66 return logo; in fb_find_logo()
H A DMakefile4 obj-$(CONFIG_LOGO) += logo.o
20 $(call if_changed,logo,mono)
23 $(call if_changed,logo,vga16)
26 $(call if_changed,logo,clut224)
29 $(call if_changed,logo,clut224)
H A Dlogo_superh_vga16.ppm2 # 16-color SuperH Linux logo
H A Dlogo_linux_clut224.ppm2 # Standard 224-color Linux logo
H A Dlogo_linux_vga16.ppm2 # Standard 16-color Linux logo
H A Dlogo_superh_clut224.ppm2 # 224-color SuperH Linux logo
H A Dlogo_sgi_clut224.ppm2 # 224-color SGI Linux logo
H A Dlogo_sun_clut224.ppm2 # 224-color Sun Linux logo
H A Dlogo_parisc_clut224.ppm2 # 224-color PA-RISC Linux logo
H A Dlogo_superh_mono.pbm2 # Black and white SuperH Linux logo
H A Dlogo_dec_clut224.ppm2 # 224-color Digital Equipment Corporation Linux logo
H A Dlogo_linux_mono.pbm2 # Standard black and white Linux logo
/linux/drivers/scsi/elx/libefc/
H A Defc_els.c522 struct fc_els_logo *logo; in efc_send_logo() local
529 els = efc_els_io_alloc(node, sizeof(*logo)); in efc_send_logo()
539 logo = els->io.req.virt; in efc_send_logo()
541 memset(logo, 0, sizeof(*logo)); in efc_send_logo()
542 logo->fl_cmd = ELS_LOGO; in efc_send_logo()
543 hton24(logo->fl_n_port_id, node->rnode.nport->fc_id); in efc_send_logo()
544 logo->fl_n_port_wwn = sparams->fl_wwpn; in efc_send_logo()
820 struct fc_els_ls_acc *logo; in efc_send_logo_acc() local
824 els = efc_els_io_alloc(node, sizeof(*logo)); in efc_send_logo_acc()
835 logo = els->io.req.virt; in efc_send_logo_acc()
[all …]
/linux/include/linux/
H A Dlinux_logo.h40 extern void fb_append_extra_logo(const struct linux_logo *logo,
43 static inline void fb_append_extra_logo(const struct linux_logo *logo, in fb_append_extra_logo() argument
/linux/drivers/video/console/
H A Dnewport_con.c99 const struct linux_logo *logo = fb_find_logo(8); in newport_show_logo() local
104 if (!logo) in newport_show_logo()
106 clut = logo->clut; in newport_show_logo()
107 data = logo->data; in newport_show_logo()
109 for (i = 0; i < logo->clutsize; i++) { in newport_show_logo()
120 npregs->set.xystarti = ((newport_xsize - logo->width) << 16) | (0); in newport_show_logo()
124 for (i = 0; i < logo->width*logo->height; i++) in newport_show_logo()
127 return logo; in newport_show_logo()
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm4708-netgear-r6300-v2.dts31 led-logo {
32 label = "bcm53xx:white:logo";
H A Dbcm4708-asus-rt-ac68u.dts42 led-logo {
43 label = "bcm53xx:white:logo";
H A Dbcm4708-netgear-r6250.dts32 led-logo {
33 label = "bcm53xx:white:logo";
/linux/drivers/scsi/libfc/
H A Dfc_encode.h830 struct fc_els_logo *logo; in fc_logo_fill() local
832 logo = fc_frame_payload_get(fp, sizeof(*logo)); in fc_logo_fill()
833 memset(logo, 0, sizeof(*logo)); in fc_logo_fill()
834 logo->fl_cmd = ELS_LOGO; in fc_logo_fill()
835 hton24(logo->fl_n_port_id, lport->port_id); in fc_logo_fill()
836 logo->fl_n_port_wwn = htonll(lport->wwpn); in fc_logo_fill()
/linux/Documentation/fb/
H A Dfbcon.rst35 To display the penguin logo, choose any logo available in Graphics
36 support->Bootup logo.
167 7. fbcon=logo-pos:<location>
170 given, the bootup logo is moved from the default top-left corner
171 location to the center of the framebuffer. If more than one logo is
175 8. fbcon=logo-count:<n>
178 logo, and -1 gives the default which is the number of online CPUs.
/linux/scripts/
H A Dspdxcheck-test.sh4 for FILE in Makefile Documentation/images/logo.gif; do
/linux/drivers/video/
H A DMakefile15 obj-$(CONFIG_LOGO) += logo/
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c212 struct fc_els_logo *logo; in bnx2fc_send_logo() local
229 logo = fc_frame_payload_get(fp, sizeof(*logo)); in bnx2fc_send_logo()
231 rc = bnx2fc_initiate_els(tgt, ELS_LOGO, logo, sizeof(*logo), in bnx2fc_send_logo()

123