Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/driver-api/fpga/
Dfpga-mgr.rst84 1. .parse_header (optional, may be called once or multiple times)
89 The .parse_header function will set header_size and data_size to
90 struct fpga_image_info. Before parse_header call, header_size is initialized
97 whole buffer will be passed into .parse_header. If image is in scatter-gather
99 call of .parse_header, if it is not enough, .parse_header should set desired
/linux-6.12.1/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-6.12.1/security/ipe/
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-6.12.1/drivers/fpga/
Dfpga-mgr.c81 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()
Dmicrochip-spi.c361 .parse_header = mpf_ops_parse_header,
/linux-6.12.1/include/linux/fpga/
Dfpga-mgr.h175 int (*parse_header)(struct fpga_manager *mgr, member
/linux-6.12.1/init/
Dinitramfs.c188 static void __init parse_header(char *s) in parse_header() function
290 parse_header(collected); in do_header()
/linux-6.12.1/drivers/fpga/tests/
Dfpga-mgr-test.c195 .parse_header = op_parse_header,
/linux-6.12.1/drivers/thunderbolt/
Dctl.c253 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header() function
871 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()