Searched refs:parse_header (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/driver-api/fpga/ |
H A D | fpga-mgr.rst | 84 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/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 | 132 * parse_header() - Parse policy header information. 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() 148 * Call the low level driver's parse_header function with entire FPGA image 174 * Call the low level driver's parse_header function with first fragment of 176 * parse_header will set info->header_size and info->data_size. If it is not, 177 * parse_header will set desired size to info->header_size and -EAGAIN will be 207 * low level driver's parse_header function. This should be called after 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/include/linux/fpga/ |
H A D | fpga-mgr.h | 150 * parse_header and write_init. 156 * @parse_header: parse FPGA image header to set info->header_size and 175 int (*parse_header)(struct fpga_manager *mgr, member
|
/linux/init/ |
H A D | initramfs.c | 192 static void __init parse_header(char *s) in parse_header() function 291 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 | 261 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header() function 879 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()
|