Home
last modified time | relevance | path

Searched refs:ubi_part (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/env/
H A Dubi.c32 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) { in env_ubi_save()
74 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) { in env_ubi_save()
114 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) { in env_ubi_load()
152 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) { in env_ubi_load()
/OK3568_Linux_fs/u-boot/include/
H A Dubi_uboot.h73 extern int ubi_part(char *part_name, const char *vid_header_offset);
/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c476 int ubi_part(char *part_name, const char *vid_header_offset) in ubi_part() function
555 return ubi_part(argv[2], vid_header_offset); in do_ubi()