Home
last modified time | relevance | path

Searched refs:queryNANDBlock (Results 1 – 5 of 5) sorted by relevance

/external/yaffs2/yaffs2/direct/
Dyaffscfg2k.c116 bootDev.queryNANDBlock = yflash_QueryNANDBlock; in yaffs_StartUp()
144 flashDev.queryNANDBlock = yflash_QueryNANDBlock; in yaffs_StartUp()
166 ram2kDev.queryNANDBlock = nandemul2k_QueryNANDBlock; in yaffs_StartUp()
/external/yaffs2/yaffs2/
Dyaffs_nand.c106 if (dev->queryNANDBlock) in yaffs_QueryInitialBlockState()
107 return dev->queryNANDBlock(dev, blockNo, state, sequenceNumber); in yaffs_QueryInitialBlockState()
Dyaffs_guts.h583 int (*queryNANDBlock) (struct yaffs_DeviceStruct * dev, int blockNo, member
Dyaffs_fs.c1653 dev->queryNANDBlock = nandmtd2_QueryNANDBlock;
Dyaffs_guts.c6205 dev->markNANDBlockBad && dev->queryNANDBlock) in yaffs_CheckDevFunctions()
6215 !dev->markNANDBlockBad && !dev->queryNANDBlock) in yaffs_CheckDevFunctions()