Searched refs:parse_header (Results 1 – 10 of 10) sorted by relevance
/openbmc/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
|
/openbmc/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()
|
/openbmc/u-boot/lib/lzo/ |
H A D | lzo1x_decompress.c | 45 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 D | dbus-pcap | 358 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 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,
|
/openbmc/linux/include/linux/fpga/ |
H A D | fpga-mgr.h | 175 int (*parse_header)(struct fpga_manager *mgr, member
|
/openbmc/linux/init/ |
H A D | initramfs.c | 186 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 D | fpga-mgr-test.c | 185 .parse_header = op_parse_header,
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | ctl.c | 248 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()
|