/linux/drivers/video/fbdev/core/ |
H A D | fb_logo.c | 17 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 D | logo.c | 46 const struct linux_logo *logo = NULL; in fb_find_logo() local 54 logo = &logo_linux_mono; in fb_find_logo() 58 logo = &logo_superh_mono; in fb_find_logo() 65 logo = &logo_linux_vga16; in fb_find_logo() 69 logo = &logo_superh_vga16; in fb_find_logo() 76 logo = &logo_linux_clut224; in fb_find_logo() 80 logo = &logo_dec_clut224; in fb_find_logo() 85 logo = &logo_mac_clut224; in fb_find_logo() 89 logo = &logo_parisc_clut224; in fb_find_logo() 93 logo = &logo_sgi_clut224; in fb_find_logo() [all …]
|
H A D | Kconfig | 7 bool "Bootup logo" 22 bool "Standard black and white Linux logo" 26 bool "Standard 16-color Linux logo" 30 bool "Standard 224-color Linux logo" 34 bool "224-color Digital Equipment Corporation Linux logo" 39 bool "224-color Macintosh Linux logo" 44 bool "224-color PA-RISC Linux logo" 49 bool "224-color SGI Linux logo" 54 bool "224-color Sun Linux logo" 59 bool "Black and white SuperH Linux logo" [all …]
|
H A D | Makefile | 4 obj-$(CONFIG_LOGO) += logo.o 28 $(call if_changed,logo) 31 $(call if_changed,logo) 34 $(call if_changed,logo)
|
H A D | logo_superh_clut224.ppm | 2 # 224-color SuperH Linux logo
|
H A D | logo_linux_clut224.ppm | 2 # Standard 224-color Linux logo
|
H A D | logo_linux_vga16.ppm | 2 # Standard 16-color Linux logo
|
H A D | logo_superh_vga16.ppm | 2 # 16-color SuperH Linux logo
|
H A D | logo_mac_clut224.ppm | 2 # 224-color Macintosh Linux logo
|
H A D | logo_sun_clut224.ppm | 2 # 224-color Sun Linux logo
|
H A D | logo_sgi_clut224.ppm | 2 # 224-color SGI Linux logo
|
H A D | logo_parisc_clut224.ppm | 2 # 224-color PA-RISC Linux logo
|
H A D | logo_dec_clut224.ppm | 2 # 224-color Digital Equipment Corporation Linux logo
|
H A D | logo_superh_mono.pbm | 2 # Black and white SuperH Linux logo
|
H A D | logo_linux_mono.pbm | 2 # Standard black and white Linux logo
|
/linux/include/linux/ |
H A D | linux_logo.h | 48 extern void fb_append_extra_logo(const struct linux_logo *logo, 51 static inline void fb_append_extra_logo(const struct linux_logo *logo, in fb_append_extra_logo() argument
|
/linux/drivers/scsi/elx/libefc/ |
H A D | efc_els.c | 522 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/drivers/video/console/ |
H A D | newport_con.c | 99 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 D | bcm4708-netgear-r6300-v2.dts | 31 led-logo { 32 label = "bcm53xx:white:logo";
|
H A D | bcm4708-asus-rt-ac68u.dts | 42 led-logo { 43 label = "bcm53xx:white:logo";
|
H A D | bcm4708-netgear-r6250.dts | 32 led-logo { 33 label = "bcm53xx:white:logo";
|
/linux/drivers/gpu/drm/ |
H A D | drm_panic.c | 110 const struct linux_logo *logo = fb_find_logo(1); in drm_panic_setup_logo() local 114 if (!logo || logo->type != LINUX_LOGO_MONO) in drm_panic_setup_logo() 118 logo_data = kmemdup(logo->data, in drm_panic_setup_logo() 119 size_mul(DIV_ROUND_UP(logo->width, BITS_PER_BYTE), logo->height), in drm_panic_setup_logo() 124 logo_dup = kmemdup(logo, sizeof(*logo), GFP_KERNEL); in drm_panic_setup_logo()
|
/linux/Documentation/fb/ |
H A D | fbcon.rst | 35 To display the penguin logo, choose any logo available in Graphics 36 support->Bootup logo. 162 7. fbcon=logo-pos:<location> 165 given, the bootup logo is moved from the default top-left corner 166 location to the center of the framebuffer. If more than one logo is 170 8. fbcon=logo-count:<n> 173 logo, and -1 gives the default which is the number of online CPUs.
|
/linux/drivers/scsi/libfc/ |
H A D | fc_encode.h | 830 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/scripts/ |
H A D | spdxcheck-test.sh | 4 for FILE in Makefile Documentation/images/logo.gif; do
|