Home
last modified time | relevance | path

Searched refs:nand_scan_with_ids (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsm_common.c196 ret = nand_scan_with_ids(chip, 1, flash_ids); in sm_register_device()
H A Dnand_base.c5915 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, in nand_scan_with_ids() function
5944 EXPORT_SYMBOL(nand_scan_with_ids);
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h1491 int nand_scan_with_ids(struct nand_chip *chip, unsigned int max_chips,
1496 return nand_scan_with_ids(chip, max_chips, NULL); in nand_scan()