Searched refs:mtd_dev (Results 1 – 5 of 5) sorted by relevance
29 struct rt_device *mtd_dev; in mnt_init() local30 mtd_dev = fal_blk_device_create(FS_PARTITION_NAME); in mnt_init()31 if (!mtd_dev) in mnt_init()
28 struct rt_device *mtd_dev; in mnt_init() local29 mtd_dev = fal_blk_device_create(FS_PARTITION_NAME); in mnt_init()30 if (!mtd_dev) in mnt_init()
46 struct rt_device *mtd_dev = RT_NULL; in mnt() local49 mtd_dev = fal_mtd_nor_device_create(FS_PARTITION_NAME); in mnt()50 if (!mtd_dev) in mnt()
51 struct rt_device *mtd_dev = RT_NULL; in onboard_spiflash_mount() local55 mtd_dev = fal_mtd_nor_device_create(FS_PARTITION_NAME); in onboard_spiflash_mount()56 if (!mtd_dev) in onboard_spiflash_mount()
89 struct rt_device *mtd_dev = RT_NULL; in rt_hw_fs_init() local94 mtd_dev = fal_mtd_nor_device_create(FS_PARTITION_NAME); in rt_hw_fs_init()95 if (!mtd_dev) in rt_hw_fs_init()
Completed in 26 milliseconds