Searched refs:parse_header (Results 1 – 6 of 6) sorted by relevance
/linux/lib/ |
H A D | decompress_unlzo.c | 41 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 D | policy_parser.c | 143 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 D | initramfs.c | 188 static void __init parse_header(char *s) in parse_header() function 290 parse_header(collected); in do_header()
|
/linux/drivers/fpga/ |
H A D | microchip-spi.c | 361 .parse_header = mpf_ops_parse_header,
|
/linux/drivers/fpga/tests/ |
H A D | fpga-mgr-test.c | 195 .parse_header = op_parse_header,
|
/linux/drivers/thunderbolt/ |
H A D | ctl.c | 256 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
|