Searched refs:eraseBlockInNAND (Results 1 – 7 of 7) sorted by relevance
98 ramDev.eraseBlockInNAND = yramdisk_EraseBlockInNAND; in yaffs_StartUp()113 bootDev.eraseBlockInNAND = yflash_EraseBlockInNAND; in yaffs_StartUp()141 flashDev.eraseBlockInNAND = yflash_EraseBlockInNAND; in yaffs_StartUp()163 ram2kDev.eraseBlockInNAND = nandemul2k_EraseBlockInNAND; in yaffs_StartUp()
84 ramDev.eraseBlockInNAND = yramdisk_EraseBlockInNAND; in yaffs_StartUp()98 bootDev.eraseBlockInNAND = yflash_EraseBlockInNAND; in yaffs_StartUp()112 flashDev.eraseBlockInNAND = yflash_EraseBlockInNAND; in yaffs_StartUp()
124 result = dev->eraseBlockInNAND(dev, blockInNAND); in yaffs_EraseBlockInNAND()128 result = dev->eraseBlockInNAND(dev, blockInNAND); in yaffs_EraseBlockInNAND()
43 if(!dev->eraseBlockInNAND) in yaffs_CheckpointErase()52 if(dev->eraseBlockInNAND(dev,i)){ in yaffs_CheckpointErase()130 !dev->eraseBlockInNAND || in yaffs_CheckpointOpen()
571 int (*eraseBlockInNAND) (struct yaffs_DeviceStruct * dev, member
1674 dev->eraseBlockInNAND = nandmtd_EraseBlockInNAND;1704 dev->eraseBlockInNAND(dev, i);
6195 if (!dev->eraseBlockInNAND || !dev->initialiseNAND) in yaffs_CheckDevFunctions()