Home
last modified time | relevance | path

Searched refs:ubivol (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/drivers/misc/
Dfs_loader.c39 static int mount_ubifs(char *mtdpart, char *ubivol) in mount_ubifs() argument
48 return cmd_ubifs_mount(ubivol); in mount_ubifs()
56 static int mount_ubifs(char *mtdpart, char *ubivol) in mount_ubifs() argument
85 } else if (plat->mtdpart && plat->ubivol) { in select_fs_dev()
86 ret = mount_ubifs(plat->mtdpart, plat->ubivol); in select_fs_dev()
241 plat->ubivol = (char *)ofnode_read_string( in fs_loader_ofdata_to_platdata()
/external/u-boot/common/
Dsplash_source.c128 if (location->ubivol != NULL) in splash_select_fs_dev()
191 sprintf(cmd, "ubifsmount %s", location->ubivol); in splash_mount_ubifs()
234 if (location->ubivol != NULL) in splash_load_fs()
260 if (location->ubivol != NULL) in splash_load_fs()
/external/u-boot/doc/device-tree-bindings/misc/
Dfs_loader.txt13 - ubivol: which volume of ubi the image loading from, this property is required
47 ubivol = "ubi0";
/external/u-boot/include/
Dfs_loader.h37 char *ubivol; member
Dsplash.h48 char *ubivol; /* UBI volume-name for ubifsmount */ member
/external/u-boot/doc/driver-model/
Dfs_firmware_loader.rst47 ubivol = "ubi0";