Home
last modified time | relevance | path

Searched refs:ubi_devices (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dbuild.c113 static struct ubi_device *ubi_devices[UBI_MAX_DEVICES]; variable
115 struct ubi_device *ubi_devices[UBI_MAX_DEVICES]; variable
268 struct ubi_device *ubi = ubi_devices[i]; in ubi_enumerate_volumes()
292 ubi = ubi_devices[ubi_num]; in ubi_get_device()
329 ubi = ubi_devices[i]; in ubi_get_by_major()
357 struct ubi_device *ubi = ubi_devices[i]; in ubi_major2num()
899 ubi = ubi_devices[i]; in ubi_attach_mtd_dev()
924 if (!ubi_devices[ubi_num]) in ubi_attach_mtd_dev()
936 if (ubi_devices[ubi_num]) { in ubi_attach_mtd_dev()
1068 ubi_devices[ubi_num] = ubi; in ubi_attach_mtd_dev()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dbuild.c85 static struct ubi_device *ubi_devices[UBI_MAX_DEVICES]; variable
234 struct ubi_device *ubi = ubi_devices[i]; in ubi_enumerate_volumes()
258 ubi = ubi_devices[ubi_num]; in ubi_get_device()
295 ubi = ubi_devices[i]; in ubi_get_by_major()
323 struct ubi_device *ubi = ubi_devices[i]; in ubi_major2num()
840 ubi = ubi_devices[i]; in ubi_attach_mtd_dev()
879 if (!ubi_devices[ubi_num]) in ubi_attach_mtd_dev()
891 if (ubi_devices[ubi_num]) { in ubi_attach_mtd_dev()
1023 ubi_devices[ubi_num] = ubi; in ubi_attach_mtd_dev()
1078 ubi_devices[ubi_num] = NULL; in ubi_detach_mtd_dev()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dubi_uboot.h77 extern struct ubi_device *ubi_devices[];
/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c512 ubi = ubi_devices[0]; in ubi_part()