Home
last modified time | relevance | path

Searched refs:parse_header (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/lib/
Ddecompress_unlzo.c41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() function
154 if (!parse_header(in_buf, &skip, in_len)) { in unlzo()
/linux-5.19.10/init/
Dinitramfs.c192 static void __init parse_header(char *s) in parse_header() function
294 parse_header(collected); in do_header()
/linux-5.19.10/drivers/thunderbolt/
Dctl.c256 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header() function
794 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()