Searched refs:genericDevice (Results 1 – 7 of 7) sorted by relevance
95 ramDev.genericDevice = (void *) 0; // Used to identify the device in fstat. in yaffs_StartUp()110 bootDev.genericDevice = (void *) 1; // Used to identify the device in fstat. in yaffs_StartUp()138 flashDev.genericDevice = (void *) 2; // Used to identify the device in fstat. in yaffs_StartUp()160 ram2kDev.genericDevice = (void *) 3; // Used to identify the device in fstat. in yaffs_StartUp()
81 ramDev.genericDevice = (void *) 0; // Used to identify the device in fstat. in yaffs_StartUp()95 bootDev.genericDevice = (void *) 1; // Used to identify the device in fstat. in yaffs_StartUp()109 flashDev.genericDevice = (void *) 2; // Used to identify the device in fstat. in yaffs_StartUp()
832 buf->st_dev = (int)obj->myDev->genericDevice; in yaffsfs_DoStat()
35 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice); in nandmtd2_pt2buf()83 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice); in nandmtd2_buf2pt()123 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice); in nandmtd2_WriteChunkWithTagsToNAND()183 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice); in nandmtd2_ReadChunkWithTagsFromNAND()253 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice);273 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice);
77 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice); in nandmtd_WriteChunkToNAND()141 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice); in nandmtd_ReadChunkFromNAND()210 struct mtd_info *mtd = (struct mtd_info *)(dev->genericDevice); in nandmtd_EraseBlockInNAND()
558 void *genericDevice; /* Pointer to device context member
1432 struct mtd_info *mtd = yaffs_SuperToDevice(sb)->genericDevice;1633 dev->genericDevice = mtd;