Home
last modified time | relevance | path

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

12

/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/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/arch/arm/boot/dts/broadcom/
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/video/logo/
H A Dlogo_superh_clut224.ppm2 # 224-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_vga16.ppm2 # 16-color SuperH Linux logo
H A Dlogo_sun_clut224.ppm2 # 224-color Sun Linux logo
H A Dlogo_sgi_clut224.ppm2 # 224-color SGI Linux logo
H A Dlogo_parisc_clut224.ppm2 # 224-color PA-RISC Linux logo
H A Dlogo_dec_clut224.ppm2 # 224-color Digital Equipment Corporation Linux logo
H A Dlogo_superh_mono.pbm2 # Black and white SuperH Linux logo
H A Dlogo_linux_mono.pbm2 # Standard black and white Linux logo
/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/Documentation/images/
H A DCOPYING-logo1 This is the full-colour version of the currently unofficial Linux logo
/linux/Documentation/fb/
H A Dgxfb.rst14 * Most important: boot logo :-)
H A Dlxfb.rst14 * Most important: boot logo :-)
H A Daty128fb.rst13 * Most important: boot logo :-)
H A Dpvr2fb.rst13 * Most important: boot logo :-)
H A Dvesafb.rst22 * Most important: boot logo :-)
142 ugly flicker effects (boot logo flickers for
/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()
/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c335 fc_logo_build(struct fchs_s *fchs, struct fc_logo_s *logo, u32 d_id, u32 s_id, in fc_logo_build() argument
340 memset(logo, '\0', sizeof(struct fc_logo_s)); in fc_logo_build()
341 logo->els_cmd.els_code = FC_ELS_LOGO; in fc_logo_build()
342 logo->nport_id = (s_id); in fc_logo_build()
343 logo->orig_port_name = port_name; in fc_logo_build()
/linux/rust/
H A DMakefile175 # can be used to specify a custom logo. However:
193 $(Q)cp $(srctree)/Documentation/images/logo.svg $(rustdoc_output)/static.files/
194 $(Q)cp $(srctree)/Documentation/images/COPYING-logo $(rustdoc_output)/static.files/
196 -e 's:rust-logo-[0-9a-f]+\.svg:logo.svg:g' \
197 -e 's:favicon-[0-9a-f]+\.svg:logo.svg:g' \
201 echo ".logo-container > img { object-fit: contain; }" >> $$f; done

12