Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/fpga/
H A 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
/openbmc/linux/lib/
H 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()
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c45 static inline const unsigned char *parse_header(const unsigned char *src) in parse_header() function
87 src = parse_header(src); in lzop_decompress()
/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap358 def parse_header(raw, ignore_error): function
392 header, data = parse_header(raw, False)
413 header, data = parse_header(raw, True)
/openbmc/linux/drivers/fpga/
H 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()
H A Dmicrochip-spi.c361 .parse_header = mpf_ops_parse_header,
/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h175 int (*parse_header)(struct fpga_manager *mgr, member
/openbmc/linux/init/
H A Dinitramfs.c186 static void __init parse_header(char *s) in parse_header() function
288 parse_header(collected); in do_header()
/openbmc/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c185 .parse_header = op_parse_header,
/openbmc/linux/drivers/thunderbolt/
H A Dctl.c248 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header() function
856 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()