Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/driver-api/fpga/
A Dfpga-mgr.rst82 1. .parse_header (optional, may be called once or multiple times)
87 The .parse_header function will set header_size and data_size to
88 struct fpga_image_info. Before parse_header call, header_size is initialized
95 whole buffer will be passed into .parse_header. If image is in scatter-gather
97 call of .parse_header, if it is not enough, .parse_header should set desired
/linux-6.3-rc2/lib/
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-6.3-rc2/include/linux/fpga/
A Dfpga-mgr.h175 int (*parse_header)(struct fpga_manager *mgr, member
/linux-6.3-rc2/drivers/fpga/
A 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()
A Dmicrochip-spi.c361 .parse_header = mpf_ops_parse_header,
/linux-6.3-rc2/init/
A Dinitramfs.c193 static void __init parse_header(char *s) in parse_header() function
295 parse_header(collected); in do_header()
/linux-6.3-rc2/drivers/thunderbolt/
A Dctl.c248 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header() function
828 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()

Completed in 13 milliseconds