Home
last modified time | relevance | path

Searched refs:decompress_method (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/decompress/
H A Dgeneric.h37 decompress_fn decompress_method(const unsigned char *inbuf, long len,
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress.c63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsetup.c194 if (decompress_method((unsigned char *)initrd_start, 8, NULL)) in maybe_bswap_initrd()
200 decompress_method((unsigned char *)(&buf), 8, NULL)) { in maybe_bswap_initrd()
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts_rd.c88 *decompressor = decompress_method(buf, size, &compress_name); in identify_ramdisk_image()
H A Dinitramfs.c488 decompress = decompress_method(buf, len, &compress_name); in unpack_to_rootfs()