Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dubi_uboot.h71 extern int ubi_init(void);
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dbuild.c1242 static int __init ubi_init(void) in ubi_init() function
1244 int ubi_init(void) in ubi_init()
1360 late_initcall(ubi_init);
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dbuild.c1188 static int __init ubi_init(void) in ubi_init() function
1299 late_initcall(ubi_init);
/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c435 err = ubi_init(); in ubi_dev_scan()