/u-boot/test/py/tests/ |
A D | test_efi_fit.py | 213 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 D | rbtree-utils.c | 23 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 D | rbtree-utils.h | 34 rb_compare_nodes comp); 39 struct rb_node *rb_search(struct rb_root *root, void *key, rb_compare_keys comp,
|
/u-boot/cmd/ |
A D | ximg.c | 57 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 D | fpga.c | 293 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 D | qsort.c | 27 int (*comp)(const void *, const void *)) in qsort() 53 if ((*comp)(a, b) <= 0) { in qsort()
|
/u-boot/include/ |
A D | image.h | 368 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 D | image.c | 340 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 D | image-fit.c | 472 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 D | bootm.c | 110 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 D | clk.c | 425 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 D | stb_truetype.h | 1395 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 D | uniphier-pxs2-vodka.dts | 53 comp-spdif-out {
|
A D | uniphier-ld11-global.dts | 78 comp-spdif-out {
|
A D | uniphier-ld20-global.dts | 78 comp-spdif-out {
|
/u-boot/drivers/net/ |
A D | bcm6368-eth.c | 587 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 D | ch9.h | 670 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 D | commands.rst | 16 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 D | cmd_boot_linux.c | 29 images->os.comp = IH_COMP_NONE; in boot_go_set_os()
|
/u-boot/drivers/net/octeontx/ |
A D | xcv.c | 52 reset.s.comp = 1; in xcv_init_hw()
|
/u-boot/fs/squashfs/ |
A D | sqfs.c | 645 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 D | zfs.c | 564 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 D | ubifs.c | 87 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 D | imagetool.h | 58 int comp; member
|
A D | default_image.c | 132 image_set_comp(hdr, params->comp); in image_set_header()
|