Home
last modified time | relevance | path

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

/linux/lib/
H A 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/security/ipe/
H A Dpolicy_parser.c143 static int parse_header(char *line, struct ipe_parsed_policy *p) in parse_header() function
535 rc = parse_header(line, pp); in ipe_parse_policy()
/linux/init/
H A Dinitramfs.c188 static void __init parse_header(char *s) in parse_header() function
290 parse_header(collected); in do_header()
/linux/drivers/fpga/
H A Dmicrochip-spi.c361 .parse_header = mpf_ops_parse_header,
/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c195 .parse_header = op_parse_header,
/linux/drivers/thunderbolt/
H A Dctl.c256 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header()
874 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()
253 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, parse_header() function