Searched refs:gunzip (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | config.c | 24 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_config()
|
| H A D | license.c | 25 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_license()
|
| H A D | unzip.c | 28 if (gunzip((void *) dst, dst_len, (void *) src, &src_len) != 0) in do_unzip()
|
| H A D | ximg.c | 214 if (gunzip((void *) dest, unc_len, in do_imgextract()
|
| H A D | bmp.c | 63 if (gunzip(bmp, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE, map_sysmem(addr, 0), in gunzip_bmp()
|
| H A D | fpga.c | 221 if (gunzip((void *)data, ~0UL, in do_fpga()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | Makefile | 63 obj-$(CONFIG_$(SPL_)GZIP) += gunzip.o
|
| H A D | gunzip.c | 74 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip() function
|
| H A D | fdtdec.c | 1253 rc = gunzip(dst, sz_out, (u8 *)src, &sz_in); in uncompress_blob()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_meta.c | 93 ret = gunzip((void *)&dst, ALIGN(len, FIT_MAX_SPL_IMAGE_SZ), in rk_meta_iq_decom()
|
| H A D | fit_misc.c | 137 ret = gunzip((void *)(*load_addr), ALIGN(len, FIT_MAX_SPL_IMAGE_SZ), in fit_decomp_image()
|
| /rk3399_rockchip-uboot/test/ |
| H A D | compression.c | 147 ret = gunzip(out, out_max, in, &inout_size); in uncompress_using_gzip()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | 641 int gunzip(void *, int, unsigned char *, unsigned long *);
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 380 if (gunzip((void *)load_addr, CONFIG_SYS_BOOTM_LEN, in spl_load_fit_image()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootm.c | 435 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | cfb_console.c | 1347 if (gunzip(dst+2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE-2, in video_display_bitmap()
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 2432 -6 common/cmd_bootm.c gunzip uncompression error 4430 -> gunzip /opt/elsk/ppc_8xx/usr/src/linux-2.4.4/arch/powerpc/coffboot/vmlinux.gz
|