Searched refs:ubi_vid_hdr (Results 1 – 13 of 13) sorted by relevance
/u-boot/drivers/mtd/ubispl/ |
A D | ubispl.h | 100 struct ubi_vid_hdr fm_vh; 115 struct ubi_vid_hdr blockinfo[CONFIG_SPL_UBI_MAX_PEBS];
|
A D | ubispl.c | 233 struct ubi_vid_hdr *vh, int unused) in ubi_io_read_vid_hdr() 283 struct ubi_vid_hdr *vh, in ubi_rescan_fm_vid_hdr() 308 struct ubi_vid_hdr *vh, u32 vol_id, in ubi_add_peb_to_vol() 332 struct ubi_vid_hdr *cur = ubi->blockinfo + cur_pnum; in ubi_add_peb_to_vol() 377 static int ubi_scan_vid_hdr(struct ubi_scan_info *ubi, struct ubi_vid_hdr *vh, in ubi_scan_vid_hdr() 421 struct ubi_vid_hdr *vh; in assign_aeb_to_av() 443 struct ubi_vid_hdr *vh; in scan_pool() 690 struct ubi_vid_hdr *vh; in ubi_scan_fastmap() 915 struct ubi_vid_hdr *vh, *vrepl; in ubi_load_block() 994 struct ubi_vid_hdr *tmp = ubi->blockinfo + pnum; in ubi_load_block()
|
/u-boot/drivers/mtd/ubi/ |
A D | ubi.h | 790 int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips); 863 struct ubi_vid_hdr *vid_hdr); 898 struct ubi_vid_hdr *vid_hdr, int verbose); 900 struct ubi_vid_hdr *vid_hdr); 923 int pnum, const struct ubi_vid_hdr *vid_hdr); 1029 static inline struct ubi_vid_hdr * 1051 struct ubi_vid_hdr *vid_hdr) in ubi_free_vid_hdr()
|
A D | ubi-media.h | 110 #define UBI_VID_HDR_SIZE sizeof(struct ubi_vid_hdr) 271 struct ubi_vid_hdr { struct
|
A D | io.c | 96 const struct ubi_vid_hdr *vid_hdr); 509 struct ubi_vid_hdr vid_hdr; in nor_erase_prepare() 874 const struct ubi_vid_hdr *vid_hdr) in validate_vid_hdr() 1002 struct ubi_vid_hdr *vid_hdr, int verbose) in ubi_io_read_vid_hdr() 1086 struct ubi_vid_hdr *vid_hdr) in ubi_io_write_vid_hdr() 1234 const struct ubi_vid_hdr *vid_hdr) in self_check_vid_hdr() 1277 struct ubi_vid_hdr *vid_hdr; in self_check_peb_vid_hdr()
|
A D | debug.h | 13 void ubi_dump_vid_hdr(const struct ubi_vid_hdr *vid_hdr);
|
A D | attach.c | 95 static struct ubi_vid_hdr *vidh; 192 const struct ubi_vid_hdr *vid_hdr, in validate_vid_hdr() 259 const struct ubi_vid_hdr *vid_hdr) in add_volume() 324 int pnum, const struct ubi_vid_hdr *vid_hdr) in ubi_compare_lebs() 328 struct ubi_vid_hdr *vh = NULL; in ubi_compare_lebs() 449 int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips) in ubi_add_to_av() 762 static int check_corruption(struct ubi_device *ubi, struct ubi_vid_hdr *vid_hdr, in check_corruption()
|
A D | eba.c | 371 struct ubi_vid_hdr *vid_hdr; in ubi_eba_read_leb() 557 struct ubi_vid_hdr *vid_hdr; in recover_peb() 661 struct ubi_vid_hdr *vid_hdr; in ubi_eba_write_leb() 794 struct ubi_vid_hdr *vid_hdr; in ubi_eba_write_leb_st() 911 struct ubi_vid_hdr *vid_hdr; in ubi_eba_atomic_leb_change() 1057 struct ubi_vid_hdr *vid_hdr) in ubi_eba_copy_leb()
|
A D | fastmap.c | 117 static struct ubi_vid_hdr *new_fm_vhdr(struct ubi_device *ubi, int vol_id) in new_fm_vhdr() 119 struct ubi_vid_hdr *new; in new_fm_vhdr() 278 struct ubi_ainf_volume *av, struct ubi_vid_hdr *new_vh, in update_vol() 374 struct ubi_vid_hdr *new_vh, in process_pool_aeb() 468 struct ubi_vid_hdr *vh; in scan_pool() 886 struct ubi_vid_hdr *vh; in ubi_scan_fastmap() 1119 struct ubi_vid_hdr *avhdr, *dvhdr; in ubi_write_fastmap() 1422 struct ubi_vid_hdr *vh = NULL; in invalidate_fastmap()
|
A D | debug.c | 74 void ubi_dump_vid_hdr(const struct ubi_vid_hdr *vid_hdr) in ubi_dump_vid_hdr()
|
A D | vtbl.c | 303 struct ubi_vid_hdr *vid_hdr;
|
A D | build.c | 1252 BUILD_BUG_ON(sizeof(struct ubi_vid_hdr) != 64); in ubi_init()
|
A D | wl.c | 681 struct ubi_vid_hdr *vid_hdr;
|
Completed in 28 milliseconds