Lines Matching refs:bif_entry
13 struct bif_entry { struct
55 char *(*parse)(char *line, struct bif_entry *bf);
61 int (*add)(struct bif_entry *bf);
110 static char *parse_dest_cpu(char *line, struct bif_entry *bf) in parse_dest_cpu()
135 static char *parse_el(char *line, struct bif_entry *bf) in parse_el()
150 static char *parse_load(char *line, struct bif_entry *bf) in parse_load()
159 static char *parse_entry(char *line, struct bif_entry *bf) in parse_entry()
168 static char *parse_offset(char *line, struct bif_entry *bf) in parse_offset()
177 static char *parse_partition_owner(char *line, struct bif_entry *bf) in parse_partition_owner()
298 static int bif_add_pmufw(struct bif_entry *bf, const char *data, size_t len) in bif_add_pmufw()
319 static int bif_add_part(struct bif_entry *bf, const char *data, size_t len) in bif_add_part()
457 static int bif_add_bit(struct bif_entry *bf) in bif_add_bit()
534 static int bif_add_bin(struct bif_entry *bf) in bif_add_bin()
643 static int bif_add_elf(struct bif_entry *bf) in bif_add_elf()
706 static int bif_fsbl_config(struct bif_entry *fsbl_config, in bif_fsbl_config()
707 struct bif_entry *entries, int nr_entries) in bif_fsbl_config()
728 struct bif_entry *b = &entries[i]; in bif_fsbl_config()
775 static int bif_open_file(struct bif_entry *entry) in bif_open_file()
785 static const struct bif_file_type *get_file_type(struct bif_entry *entry) in get_file_type()
832 struct bif_entry entries[32] = { { 0 } }; in zynqmpbif_copy_image()
834 struct bif_entry *entry = entries; in zynqmpbif_copy_image()
921 struct bif_entry *entry = &entries[i]; in zynqmpbif_copy_image()
930 struct bif_entry *entry = &entries[i]; in zynqmpbif_copy_image()
936 struct bif_entry tmp = *entry; in zynqmpbif_copy_image()
945 struct bif_entry *entry = &entries[i]; in zynqmpbif_copy_image()