Home
last modified time | relevance | path

Searched refs:vid_header_offset (Results 1 – 2 of 2) sorted by relevance

/u-boot/cmd/
A Dubi.c440 static int ubi_dev_scan(struct mtd_info *info, const char *vid_header_offset) in ubi_dev_scan() argument
445 if (!vid_header_offset) in ubi_dev_scan()
449 vid_header_offset); in ubi_dev_scan()
509 int ubi_part(char *part_name, const char *vid_header_offset) in ubi_part() argument
524 err = ubi_dev_scan(mtd, vid_header_offset); in ubi_part()
549 const char *vid_header_offset = NULL; in do_ubi() local
567 vid_header_offset = argv[3]; in do_ubi()
569 return ubi_part(argv[2], vid_header_offset); in do_ubi()
/u-boot/include/
A Dubi_uboot.h73 extern int ubi_part(char *part_name, const char *vid_header_offset);

Completed in 5 milliseconds