Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c406 const char *vid_header_offset) in ubi_dev_scan() argument
426 if (vid_header_offset) in ubi_dev_scan()
428 vid_header_offset); in ubi_dev_scan()
476 int ubi_part(char *part_name, const char *vid_header_offset) in ubi_part() argument
505 vid_header_offset); in ubi_part()
535 const char *vid_header_offset = NULL; in do_ubi() local
553 vid_header_offset = argv[3]; in do_ubi()
555 return ubi_part(argv[2], vid_header_offset); in do_ubi()
/OK3568_Linux_fs/u-boot/include/
H A Dubi_uboot.h73 extern int ubi_part(char *part_name, const char *vid_header_offset);