Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 25 of 35) sorted by relevance

12

/u-boot/test/py/tests/
A Dtest_efi_fit.py213 def make_efi(fname, comp): argument
230 if comp:
235 def make_dtb(fdt_type, comp): argument
261 if comp:
266 def make_fit(comp): argument
279 'efi-bin': os.path.basename(make_efi('test-efi-fit-helloworld.efi', comp)),
280 'kernel-type': 'kernel' if comp else 'kernel_noload',
281 'efi-comp': 'gzip' if comp else 'none',
282 'fdt-bin': os.path.basename(make_dtb('user', comp)),
283 'fdt-comp': 'gzip' if comp else 'none',
/u-boot/fs/btrfs/common/
A Drbtree-utils.c23 rb_compare_nodes comp) in rb_insert() argument
32 ret = comp(parent, node); in rb_insert()
46 struct rb_node *rb_search(struct rb_root *root, void *key, rb_compare_keys comp, in rb_search() argument
56 ret = comp(n, key); in rb_search()
A Drbtree-utils.h34 rb_compare_nodes comp);
39 struct rb_node *rb_search(struct rb_root *root, void *key, rb_compare_keys comp,
/u-boot/cmd/
A Dximg.c57 uint8_t comp; in do_imgextract() local
102 comp = image_get_comp(hdr); in do_imgextract()
103 if ((comp != IH_COMP_NONE) && (argc < 4)) { in do_imgextract()
174 if (fit_image_get_comp(fit_hdr, noffset, &comp)) { in do_imgextract()
190 switch (comp) { in do_imgextract()
250 printf("Unimplemented compression type %d\n", comp); in do_imgextract()
A Dfpga.c293 u8 comp; in do_fpga_loadmk() local
295 comp = image_get_comp(hdr); in do_fpga_loadmk()
296 if (comp == IH_COMP_GZIP) { in do_fpga_loadmk()
/u-boot/lib/
A Dqsort.c27 int (*comp)(const void *, const void *)) in qsort()
53 if ((*comp)(a, b) <= 0) { in qsort()
/u-boot/include/
A Dimage.h368 uint8_t comp, type, os; /* compression, type of image, os type */ member
509 const char *genimg_get_os_short_name(uint8_t comp);
531 const char *genimg_get_comp_name(uint8_t comp);
539 const char *genimg_get_comp_short_name(uint8_t comp);
805 image_get_hdr_b(comp) /* image_get_comp */
863 image_set_hdr_b(comp) /* image_set_comp */
938 int image_decomp(int comp, ulong load, ulong image_start, int type,
1089 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp);
1147 int fit_image_check_comp(const void *fit, int noffset, uint8_t comp);
/u-boot/common/
A Dimage.c340 const char __maybe_unused *os, *arch, *type, *comp; in image_print_type() local
345 comp = genimg_get_comp_name(image_get_comp(hdr)); in image_print_type()
347 printf("%s %s %s (%s)\n", arch, os, type, comp); in image_print_type()
442 int image_decomp(int comp, ulong load, ulong image_start, int type, in image_decomp() argument
449 print_decomp_msg(comp, type, load == image_start); in image_decomp()
456 switch (comp) { in image_decomp()
578 printf("Unimplemented compression type %d\n", comp); in image_decomp()
935 const char *genimg_get_comp_name(uint8_t comp) in genimg_get_comp_name() argument
938 comp)); in genimg_get_comp_name()
958 const char *genimg_get_comp_short_name(uint8_t comp) in genimg_get_comp_short_name() argument
[all …]
A Dimage-fit.c472 uint8_t type, arch, os, comp; in fit_image_print() local
502 fit_image_get_comp(fit, image_noffset, &comp); in fit_image_print()
790 *comp = -1; in fit_image_get_comp()
795 *comp = genimg_get_comp_id(data); in fit_image_get_comp()
1568 return (comp == image_comp); in fit_image_check_comp()
1988 uint8_t os, comp; in fit_image_load() local
2178 comp = IH_COMP_NONE; in fit_image_load()
2181 if (!fit_image_get_comp(fit, noffset, &comp) && in fit_image_load()
2182 comp != IH_COMP_NONE && in fit_image_load()
2193 if (image_decomp(comp, load, data, image_type, in fit_image_load()
[all …]
A Dbootm.c110 images.os.comp = image_get_comp(os_hdr); in bootm_find_os()
130 &images.os.comp)) { in bootm_find_os()
163 images.os.comp = android_image_get_kcomp(os_hdr); in bootm_find_os()
392 err = image_decomp(os.comp, load, os.image_start, os.type, in bootm_load_os()
396 err = handle_decomp_error(os.comp, load_end - load, err); in bootm_load_os()
408 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()
/u-boot/drivers/clk/kendryte/
A Dclk.c425 struct clk *comp; in k210_register_comp() local
451 comp = ERR_PTR(-ENOMEM); in k210_register_comp()
457 comp = ERR_PTR(-ENOMEM); in k210_register_comp()
461 comp = clk_register_composite(NULL, name, parent_names, num_parents, in k210_register_comp()
465 if (IS_ERR(comp)) in k210_register_comp()
467 return comp; in k210_register_comp()
475 return comp; in k210_register_comp()
/u-boot/drivers/video/
A Dstb_truetype.h1395 flags = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1396 gidx = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1400 mtx[4] = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1401 mtx[5] = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1403 mtx[4] = ttCHAR(comp); comp+=1; in stbtt_GetGlyphShape()
1404 mtx[5] = ttCHAR(comp); comp+=1; in stbtt_GetGlyphShape()
1415 mtx[0] = ttSHORT(comp)/16384.0f; comp+=2; in stbtt_GetGlyphShape()
1417 mtx[3] = ttSHORT(comp)/16384.0f; comp+=2; in stbtt_GetGlyphShape()
1419 mtx[0] = ttSHORT(comp)/16384.0f; comp+=2; in stbtt_GetGlyphShape()
1420 mtx[1] = ttSHORT(comp)/16384.0f; comp+=2; in stbtt_GetGlyphShape()
[all …]
/u-boot/arch/arm/dts/
A Duniphier-pxs2-vodka.dts53 comp-spdif-out {
A Duniphier-ld11-global.dts78 comp-spdif-out {
A Duniphier-ld20-global.dts78 comp-spdif-out {
/u-boot/drivers/net/
A Dbcm6368-eth.c587 const char *comp; in bcm6368_eth_probe() local
593 comp = ofnode_read_string(node, "compatible"); in bcm6368_eth_probe()
594 if (!comp || memcmp(comp, ETH_PORT_STR, sizeof(ETH_PORT_STR))) in bcm6368_eth_probe()
/u-boot/include/linux/usb/
A Dch9.h670 usb_ss_max_streams(const struct usb_ss_ep_comp_descriptor *comp) in usb_ss_max_streams() argument
674 if (!comp) in usb_ss_max_streams()
677 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams()
/u-boot/doc/develop/
A Dcommands.rst16 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)
39 comp
54 U_BOOT_CMD_MKENTCOMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)
/u-boot/arch/arm/mach-nexell/
A Dcmd_boot_linux.c29 images->os.comp = IH_COMP_NONE; in boot_go_set_os()
/u-boot/drivers/net/octeontx/
A Dxcv.c52 reset.s.comp = 1; in xcv_init_hw()
/u-boot/fs/squashfs/
A Dsqfs.c645 bool comp; in sqfs_count_metablks() local
648 ret = sqfs_read_metablock(table, offset + cur_size, &comp, in sqfs_count_metablks()
669 bool comp; in sqfs_get_metablk_pos() local
675 ret = sqfs_read_metablock(table, offset + cur_size, &comp, in sqfs_get_metablk_pos()
1256 finfo->comp = true; in sqfs_get_regfile_info()
1294 finfo->comp = true; in sqfs_get_lregfile_info()
1534 if (finfo.frag && finfo.comp) { in sqfs_read()
1557 } else if (finfo.frag && !finfo.comp) { in sqfs_read()
/u-boot/fs/zfs/
A Dzfs.c564 unsigned int comp; in zio_read() local
570 comp = (zfs_to_cpu64((bp)->blk_prop, endian)>>32) & 0xff; in zio_read()
579 if (comp >= ZIO_COMPRESS_FUNCTIONS) { in zio_read()
580 printf("compression algorithm %u not supported\n", (unsigned int) comp); in zio_read()
584 if (comp != ZIO_COMPRESS_OFF && decomp_table[comp].decomp_func == NULL) { in zio_read()
585 printf("compression algorithm %s not supported\n", decomp_table[comp].name); in zio_read()
589 if (comp != ZIO_COMPRESS_OFF) { in zio_read()
604 if (comp != ZIO_COMPRESS_OFF) { in zio_read()
611 err = decomp_table[comp].decomp_func(compbuf, *buf, psize, lsize); in zio_read()
/u-boot/fs/ubifs/
A Dubifs.c87 struct ubifs_compressor *comp; in crypto_alloc_comp() local
93 comp = ubifs_compressors[i]; in crypto_alloc_comp()
94 if (!comp) { in crypto_alloc_comp()
98 if (strncmp(alg_name, comp->capi_name, strlen(alg_name)) == 0) { in crypto_alloc_comp()
/u-boot/tools/
A Dimagetool.h58 int comp; member
A Ddefault_image.c132 image_set_comp(hdr, params->comp); in image_set_header()

Completed in 48 milliseconds

12