Searched refs:parse_header (Results 1 – 7 of 7) 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/drivers/fpga/ |
| H A D | fpga-mgr.c | 81 if (mgr->mops->parse_header) in fpga_mgr_parse_header() 82 return mgr->mops->parse_header(mgr, info, buf, count); in fpga_mgr_parse_header() 303 if (!mgr->mops->initial_header_size && !mgr->mops->parse_header) in fpga_mgr_prepare_sg()
|
| H A D | microchip-spi.c | 361 .parse_header = mpf_ops_parse_header,
|
| /linux/init/ |
| H A D | initramfs.c | 193 static void __init parse_header(char *s) in parse_header() function 292 parse_header(collected); in do_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 | 263 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header() function 888 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()
|