Home
last modified time | relevance | path

Searched refs:GetChipSectorInfo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/rknand/
H A Drknand_base_ko.c341 char GetChipSectorInfo(char * pbuf) in GetChipSectorInfo() function
343 if(gpNandInfo->GetChipSectorInfo) in GetChipSectorInfo()
344 return( gpNandInfo->GetChipSectorInfo( pbuf)); in GetChipSectorInfo()
H A Drknand_base.h70 char (*GetChipSectorInfo)(char * pbuf); member